Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-aead.rst23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c196 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c203 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/crypto/
H A Daead.h411 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dllsec.c661 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()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c233 out->async.arequest = aead_request_alloc(out->async.as, GFP_KERNEL); in cryptodev_cipher_init()
/OK3568_Linux_fs/kernel/crypto/
H A Dfips140-selftests.c330 req = aead_request_alloc(tfm, GFP_KERNEL); in fips_test_aead()
H A Dtcrypt.c316 data[i].req = aead_request_alloc(tfm, GFP_KERNEL); in test_mb_aead_speed()
579 req = aead_request_alloc(tfm, GFP_KERNEL); in test_aead_speed()
H A Dtestmgr.c2414 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl()
2582 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2ops.c4312 req = aead_request_alloc(tfm, GFP_KERNEL); in crypt_message()