Searched refs:aead_request_alloc (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/Documentation/crypto/ |
D | api-aead.rst | 23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
|
/Linux-v5.4/drivers/staging/rtl8192e/ |
D | rtllib_crypt_ccmp.c | 196 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_encrypt() 280 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_decrypt()
|
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_ccmp.c | 203 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in ieee80211_ccmp_encrypt() 290 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in ieee80211_ccmp_decrypt()
|
/Linux-v5.4/include/crypto/ |
D | aead.h | 393 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
|
/Linux-v5.4/net/wireless/ |
D | lib80211_crypt_ccmp.c | 209 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()
|
/Linux-v5.4/security/keys/ |
D | big_key.c | 112 aead_req = aead_request_alloc(big_key_aead, GFP_KERNEL); in big_key_crypt()
|
/Linux-v5.4/net/mac802154/ |
D | llsec.c | 661 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_encrypt_auth() 867 req = aead_request_alloc(llsec_tfm_by_len(key, authlen), GFP_ATOMIC); in llsec_do_decrypt_auth()
|
/Linux-v5.4/crypto/ |
D | tcrypt.c | 315 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed() 578 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
|
D | testmgr.c | 2188 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl() 2315 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
|
/Linux-v5.4/fs/cifs/ |
D | smb2ops.c | 3666 req = aead_request_alloc(tfm, GFP_KERNEL); in crypt_message()
|