Searched refs:aes_gctr (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 | 143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() function 225 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr() 275 aes_gctr(aes, J0, S, sizeof(S), tag); in aes_gcm_ae() 309 aes_gctr(aes, J0, S, sizeof(S), T); in aes_gcm_ad()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | aes-gcm.c | 143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() function 225 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr() 275 aes_gctr(aes, J0, S, sizeof(S), tag); in aes_gcm_ae() 309 aes_gctr(aes, J0, S, sizeof(S), T); in aes_gcm_ad()
|
Completed in 2 milliseconds