Searched refs:a_i (Results 1 – 1 of 1) sorted by relevance
155 uint8_t a_i[16], s_i[16]; in ccm_crypt() local166 a_i[0] = 0x01; in ccm_crypt()167 memcpy(&a_i[1], nonce, 13); in ccm_crypt()171 sys_put_be16(j + 1, &a_i[14]); in ccm_crypt()173 err = bt_encrypt_be(key, a_i, s_i); in ccm_crypt()