Searched defs:aad_len (Results 1 – 2 of 2) sorted by relevance
/net/mac80211/ |
D | aead_api.c | 18 int aead_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_encrypt() 50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_decrypt()
|
/net/wireless/ |
D | lib80211_crypt_ccmp.c | 98 size_t aad_len; in ccmp_init_iv_and_aad() local 198 int len, data_len, aad_len; in lib80211_ccmp_encrypt() local 264 int aad_len, ret; in lib80211_ccmp_decrypt() local
|