Home
last modified time | relevance | path

Searched refs:aes_gcm_gctr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c215 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() function
270 aes_gcm_gctr(aes, J0, plain, plain_len, crypt); in aes_gcm_ae()
304 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain); in aes_gcm_ad()
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.c271 aes_gcm_gctr(rijndael_ctx *aes, const uint8_t *J0, const uint8_t *in, in aes_gcm_gctr() function
322 aes_gcm_gctr(aes, J0, plain, plain_len, crypt); in ieee80211_crypto_aes_gcm_ae()
351 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain); in ieee80211_crypto_aes_gcm_ad()