Searched refs:aes_ccm_auth (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-ccm.c | 64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth() function 164 aes_ccm_auth(aes, plain, plain_len, x); in aes_ccm_ae() 202 aes_ccm_auth(aes, plain, crypt_len, x); in aes_ccm_ad()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-ccm.c | 64 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth() function 164 aes_ccm_auth(aes, plain, plain_len, x); in aes_ccm_ae() 202 aes_ccm_auth(aes, plain, crypt_len, x); in aes_ccm_ad()
|
Completed in 2 milliseconds