Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dccmp.c177 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/
Daes_wrap.h68 int __must_check aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce,
Daes-ccm.c178 int aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, in aes_ccm_ad() function