Searched refs:aes_ccm_ad (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/wlantest/ |
D | ccmp.c | 177 if (aes_ccm_ad(tk, 16, nonce, 8, data + 8, mlen, aad, aad_len, in ccmp_decrypt() 321 if (aes_ccm_ad(tk, 32, nonce, 16, data + 8, mlen, aad, aad_len, in ccmp_256_decrypt()
|
/hostap-latest/src/crypto/ |
D | aes_wrap.h | 68 int __must_check aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce,
|
D | aes-ccm.c | 178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad() function
|