Searched refs:key_id_s (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 195 uint8_t key_id_s[4]; in bt_crypto_h6() local 202 sys_memcpy_swap(key_id_s, key_id, 4); in bt_crypto_h6() 204 err = bt_crypto_aes_cmac(ws, key_id_s, 4, res); in bt_crypto_h6() 242 uint8_t key_id_s[4]; in bt_crypto_h8() local 260 sys_memcpy_swap(key_id_s, key_id, 4); in bt_crypto_h8() 262 err = bt_crypto_aes_cmac(iks, key_id_s, 4, res); in bt_crypto_h8()
|