Searched refs:enc_msg (Results 1 – 1 of 1) sorted by relevance
196 const uint8_t *enc_msg, size_t msg_len, in bt_mesh_ccm_decrypt() argument294 msg[i] = enc_msg[(j * 16) + i] ^ cmsg[i]; in bt_mesh_ccm_decrypt()330 msg[i] = enc_msg[(j * 16) + i] ^ cmsg[i]; in bt_mesh_ccm_decrypt()347 if (memcmp(mic, enc_msg + msg_len, mic_size)) { in bt_mesh_ccm_decrypt()