Searched refs:aes_gctr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/net80211/ |
| H A D | ieee80211_crypto_gcm.c | 204 aes_gctr(rijndael_ctx *aes, const uint8_t *icb, in aes_gctr() function 282 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr() 327 aes_gctr(aes, J0, S, sizeof(S), tag); in ieee80211_crypto_aes_gcm_ae() 356 aes_gctr(aes, J0, S, sizeof(S), T); in ieee80211_crypto_aes_gcm_ad()
|
| /freebsd/contrib/wpa/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()
|