Lines Matching refs:memcpy
41 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_decrypt()
67 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_decrypt()
139 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_decrypt()
152 memcpy(out_msg + (j * 16), msg, last_blk); in bt_mesh_ccm_decrypt()
191 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_decrypt()
214 memcpy(out_msg + (j * 16), msg, 16); in bt_mesh_ccm_decrypt()
264 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_encrypt()
289 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_encrypt()
410 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_encrypt()
452 memcpy(pmsg + 1, nonce, 13); in bt_mesh_ccm_encrypt()
469 memcpy(out_msg + msg_len, mic, mic_size); in bt_mesh_ccm_encrypt()