Searched refs:aead_request_alloc (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/crypto/ |
A D | api-aead.rst | 23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
|
/linux/drivers/staging/rtl8192u/ieee80211/ |
A D | ieee80211_crypt_ccmp.c | 205 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()
|
/linux/drivers/staging/rtl8192e/ |
A D | rtllib_crypt_ccmp.c | 198 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_encrypt() 282 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in rtllib_ccmp_decrypt()
|
/linux/net/wireless/ |
A 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/include/crypto/ |
A D | aead.h | 416 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
|
/linux/net/mac802154/ |
A 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/fs/ksmbd/ |
A D | auth.c | 1104 req = aead_request_alloc(tfm, GFP_KERNEL); in ksmbd_crypt_message()
|
/linux/crypto/ |
A D | tcrypt.c | 321 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed() 592 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
|
A D | testmgr.c | 2403 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl() 2567 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
|
/linux/net/ceph/ |
A D | messenger_v2.c | 768 con->v2.gcm_req = aead_request_alloc(con->v2.gcm_tfm, GFP_NOIO); in setup_crypto()
|
/linux/fs/cifs/ |
A D | smb2ops.c | 4537 req = aead_request_alloc(tfm, GFP_KERNEL); in crypt_message()
|
Completed in 38 milliseconds