Searched refs:aes_gctr (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) function
225 aes_gctr(aes, J0inc, in, len, out);
275 aes_gctr(aes, J0, S, sizeof(S), tag);
309 aes_gctr(aes, J0, S, sizeof(S), T);
/external/wpa_supplicant_8/src/crypto/
H A Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) function
225 aes_gctr(aes, J0inc, in, len, out);
275 aes_gctr(aes, J0, S, sizeof(S), tag);
309 aes_gctr(aes, J0, S, sizeof(S), T);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) function
225 aes_gctr(aes, J0inc, in, len, out);
275 aes_gctr(aes, J0, S, sizeof(S), tag);
309 aes_gctr(aes, J0, S, sizeof(S), T);

Completed in 142 milliseconds