Searched refs:aes_gcm_ae (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 252 * aes_gcm_ae - GCM-AE_K(IV, P, A) 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() function 325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL, in aes_gmac()
|
H A D | aes_wrap.h | 52 int __must_check aes_gcm_ae(const u8 *key, size_t key_len,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 252 * aes_gcm_ae - GCM-AE_K(IV, P, A) 254 int aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, in aes_gcm_ae() function 325 return aes_gcm_ae(key, key_len, iv, iv_len, NULL, 0, aad, aad_len, NULL, in aes_gmac()
|
H A D | aes_wrap.h | 52 int __must_check aes_gcm_ae(const u8 *key, size_t key_len,
|
Completed in 3 milliseconds