Lines Matching refs:aes
204 aes_gctr(rijndael_ctx *aes, const uint8_t *icb, in aes_gctr() argument
221 rijndael_encrypt(aes, cb, ypos); in aes_gctr()
231 rijndael_encrypt(aes, cb, tmp); in aes_gctr()
238 aes_gcm_init_hash_subkey(rijndael_ctx *aes, uint8_t *H) in aes_gcm_init_hash_subkey() argument
243 rijndael_encrypt(aes, H, H); in aes_gcm_init_hash_subkey()
271 aes_gcm_gctr(rijndael_ctx *aes, const uint8_t *J0, const uint8_t *in, in aes_gcm_gctr() argument
282 aes_gctr(aes, J0inc, in, len, out); in aes_gcm_gctr()
309 ieee80211_crypto_aes_gcm_ae(rijndael_ctx *aes, const uint8_t *iv, size_t iv_len, in ieee80211_crypto_aes_gcm_ae() argument
317 aes_gcm_init_hash_subkey(aes, H); in ieee80211_crypto_aes_gcm_ae()
322 aes_gcm_gctr(aes, J0, plain, plain_len, crypt); in ieee80211_crypto_aes_gcm_ae()
327 aes_gctr(aes, J0, S, sizeof(S), tag); in ieee80211_crypto_aes_gcm_ae()
338 ieee80211_crypto_aes_gcm_ad(rijndael_ctx *aes, const uint8_t *iv, size_t iv_len, in ieee80211_crypto_aes_gcm_ad() argument
346 aes_gcm_init_hash_subkey(aes, H); in ieee80211_crypto_aes_gcm_ad()
351 aes_gcm_gctr(aes, J0, crypt, crypt_len, plain); in ieee80211_crypto_aes_gcm_ad()
356 aes_gctr(aes, J0, S, sizeof(S), T); in ieee80211_crypto_aes_gcm_ad()