Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/crypto/
Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
Dapi-intro.rst69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
/Linux-v5.15/security/integrity/ima/
Dima_crypto.c342 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm()
673 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
/Linux-v5.15/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c172 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum()
268 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum_v2()
/Linux-v5.15/include/crypto/
Dhash.h599 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/Linux-v5.15/drivers/scsi/
Discsi_tcp.c565 tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
570 tcp_sw_conn->rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
/Linux-v5.15/drivers/target/iscsi/
Discsi_target_login.c93 conn->conn_rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
101 conn->conn_tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
/Linux-v5.15/drivers/crypto/qce/
Dsha.c360 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/Linux-v5.15/drivers/nvme/target/
Dtcp.c823 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
828 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/Linux-v5.15/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
/Linux-v5.15/drivers/nvme/host/
Dtcp.c1192 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1197 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/Linux-v5.15/crypto/
Dtcrypt.c850 data[i].req = ahash_request_alloc(tfm, GFP_KERNEL); in test_mb_ahash_speed()
1095 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
Dtestmgr.c1819 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/Linux-v5.15/drivers/crypto/marvell/cesa/
Dhash.c1222 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/Linux-v5.15/drivers/crypto/inside-secure/
Dsafexcel_hash.c1156 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/Linux-v5.15/drivers/crypto/
Dtalitos.c2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
/Linux-v5.15/net/ipv4/
Dtcp.c4287 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()