Searched refs:aes_gcm_init_hash_subkey (Results 1 - 2 of 2) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() function 263 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ae() 297 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ad()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() function 263 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ae() 297 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ad()
|
Completed in 2 milliseconds