Home
last modified time | relevance | path

Searched refs:ahash_request_alloc (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/Documentation/crypto/
H A Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
H A Dapi-intro.rst69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
/linux-6.15/security/integrity/ima/
H A Dima_crypto.c338 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm()
669 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
/linux-6.15/net/ipv4/
H A Dtcp_sigpool.c276 c->req = ahash_request_alloc(hash, GFP_ATOMIC); in tcp_sigpool_start()
/linux-6.15/net/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c182 req = ahash_request_alloc(tfm, GFP_KERNEL); in gss_krb5_checksum()
748 req = ahash_request_alloc(tfm, GFP_KERNEL); in krb5_etm_checksum()
/linux-6.15/include/crypto/
H A Dhash.h579 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__)) macro
/linux-6.15/drivers/crypto/qce/
H A Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/linux-6.15/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c738 req = ahash_request_alloc(ahash_tfm, GFP_ATOMIC); in eip93_hmac_setkey()
/linux-6.15/drivers/crypto/starfive/
H A Djh7110-hash.c422 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
/linux-6.15/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
/linux-6.15/drivers/nvme/target/
H A Dtcp.c877 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
882 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/linux-6.15/crypto/
H A Dtcrypt.c844 data[i].req = ahash_request_alloc(tfm, GFP_KERNEL); in test_mb_ahash_speed()
1094 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
H A Dtestmgr.c1957 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/linux-6.15/drivers/crypto/marvell/cesa/
H A Dhash.c1197 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/linux-6.15/drivers/nvme/host/
H A Dtcp.c1404 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1409 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/linux-6.15/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1130 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/linux-6.15/drivers/crypto/
H A Dtalitos.c2199 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()