Searched refs:aes_gctr (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
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()
|