Searched refs:aes_gcm_gctr (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() function 270 aes_gcm_gctr(aes, J0, plain, plain_len, crypt); in aes_gcm_ae() 304 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain); in aes_gcm_ad()
|