Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Daes-gcm.c175 static void * aes_gcm_init_hash_subkey(const u8 *key, size_t key_len, u8 *H) in aes_gcm_init_hash_subkey() function
263 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ae()
297 aes = aes_gcm_init_hash_subkey(key, key_len, H); in aes_gcm_ad()
/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.c238 aes_gcm_init_hash_subkey(rijndael_ctx *aes, uint8_t *H) in aes_gcm_init_hash_subkey() function
317 aes_gcm_init_hash_subkey(aes, H); in ieee80211_crypto_aes_gcm_ae()
346 aes_gcm_init_hash_subkey(aes, H); in ieee80211_crypto_aes_gcm_ad()