Searched refs:aes_ccm_ae (Results 1 – 3 of 3) sorted by relevance
/hostap-latest/wlantest/ |
D | ccmp.c | 242 if (aes_ccm_ae(tk, 16, nonce, 8, frame + hdrlen, plen, aad, aad_len, in ccmp_encrypt() 284 if (aes_ccm_ae(tk, 16, nonce, 8, frame + hdrlen, plen, aad, aad_len, in ccmp_encrypt_pv1() 375 if (aes_ccm_ae(tk, 32, nonce, 16, frame + hdrlen, plen, aad, aad_len, in ccmp_256_encrypt()
|
/hostap-latest/src/crypto/ |
D | aes_wrap.h | 65 int __must_check aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce,
|
D | aes-ccm.c | 148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() function
|