Home
last modified time | relevance | path

Searched refs:aes_ccm_ae (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/wlantest/
Dccmp.c242 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/
Daes_wrap.h65 int __must_check aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce,
Daes-ccm.c148 int aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ae() function