Searched refs:aead_decrypt (Results 1 – 5 of 5) sorted by relevance
| /linux/net/mac80211/ |
| H A D | aead_api.h | 17 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad,
|
| H A D | aes_gcm.h | 26 return aead_decrypt(tfm, j_0, aad + 2, in ieee80211_aes_gcm_decrypt()
|
| H A D | aes_ccm.h | 35 return aead_decrypt(tfm, b_0, aad + 2, in ieee80211_aes_ccm_decrypt()
|
| H A D | aead_api.c | 50 int aead_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, size_t aad_len, in aead_decrypt() function
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 1521 static int aead_decrypt(struct aead_request *req) in aead_decrypt() function 3290 t_alg->algt.alg.aead.decrypt = aead_decrypt; in talitos_alg_alloc()
|