Home
last modified time | relevance | path

Searched refs:ieee80211_crypto_aes_gcm_ad (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_crypto_gcm.h51 int ieee80211_crypto_aes_gcm_ad(rijndael_ctx *aes, const uint8_t *iv,
H A Dieee80211_crypto_gcm.c338 ieee80211_crypto_aes_gcm_ad(rijndael_ctx *aes, const uint8_t *iv, size_t iv_len, in ieee80211_crypto_aes_gcm_ad() function
H A Dieee80211_crypto_gcmp.c566 ret = ieee80211_crypto_aes_gcm_ad(&ctx->cc_aes, iv, iv_len, in gcmp_decrypt()