Home
last modified time | relevance | path

Searched refs:aead_request_alloc (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/Documentation/crypto/
H A Dapi-aead.rst23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c205 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in ieee80211_ccmp_encrypt()
292 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in ieee80211_ccmp_decrypt()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c194 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_encrypt()
277 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_decrypt()
/openbmc/linux/net/wireless/
H A Dlib80211_crypt_ccmp.c209 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in lib80211_ccmp_encrypt()
313 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in lib80211_ccmp_decrypt()
/openbmc/linux/include/crypto/
H A Daead.h440 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/openbmc/linux/net/mac802154/
H A Dllsec.c669 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth()
878 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
/openbmc/linux/drivers/virt/coco/sev-guest/
H A Dsev-guest.c221 req = aead_request_alloc(crypto->tfm, GFP_KERNEL); in enc_dec_message()
/openbmc/linux/fs/smb/server/
H A Dauth.c1164 req = aead_request_alloc(tfm, GFP_KERNEL); in ksmbd_crypt_message()
/openbmc/linux/crypto/
H A Dtcrypt.c313 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed()
584 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
H A Dtestmgr.c2523 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl()
2689 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c2353 subreq = aead_request_alloc(a_ctx->fallback_aead_tfm, GFP_KERNEL); in sec_aead_soft_crypto()
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c780 con->v2.gcm_req = aead_request_alloc(con->v2.gcm_tfm, GFP_NOIO); in setup_crypto()