Searched refs:ccm_auth (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | aes_ccm.c | 99 static int ccm_auth(const uint8_t key[16], uint8_t nonce[13], in ccm_auth() function 203 ccm_auth(key, nonce, plaintext, len, aad, aad_len, mic, mic_size); in bt_ccm_decrypt() 228 ccm_auth(key, nonce, plaintext, len, aad, aad_len, mic, mic_size); in bt_ccm_encrypt()
|