Searched refs:aead_request_alloc (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.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-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_crypto_ccmp.c | 202 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in libipw_ccmp_encrypt() 306 req = aead_request_alloc(key->tfm, GFP_ATOMIC); in libipw_ccmp_decrypt()
|
/linux-6.14.4/include/crypto/ |
D | aead.h | 431 static inline struct aead_request *aead_request_alloc(struct crypto_aead *tfm, in aead_request_alloc() function
|
/linux-6.14.4/security/keys/trusted-keys/ |
D | trusted_dcp.c | 150 aead_req = aead_request_alloc(aead, GFP_KERNEL); in do_aead_crypto()
|
/linux-6.14.4/net/mac802154/ |
D | llsec.c | 669 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()
|
/linux-6.14.4/fs/smb/server/ |
D | auth.c | 1169 req = aead_request_alloc(tfm, KSMBD_DEFAULT_GFP); in ksmbd_crypt_message()
|
/linux-6.14.4/crypto/ |
D | tcrypt.c | 313 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()
|
D | testmgr.c | 2555 generic_req = aead_request_alloc(generic_tfm, GFP_KERNEL); in test_aead_vs_generic_impl() 2723 req = aead_request_alloc(tfm, GFP_KERNEL); in alg_test_aead()
|
/linux-6.14.4/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.c | 2289 subreq = aead_request_alloc(a_ctx->fallback_aead_tfm, GFP_KERNEL); in sec_aead_soft_crypto()
|
/linux-6.14.4/net/ceph/ |
D | messenger_v2.c | 778 con->v2.gcm_req = aead_request_alloc(con->v2.gcm_tfm, GFP_NOIO); in setup_crypto()
|