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

/freebsd-13-stable/contrib/wpa/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 47 milliseconds