Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/security/integrity/ima/
Dima_crypto.c343 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm()
674 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
/linux-6.1.9/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c172 req = ahash_request_alloc(tfm, GFP_KERNEL); in make_checksum()
268 req = ahash_request_alloc(tfm, GFP_KERNEL); in make_checksum_v2()
/linux-6.1.9/include/crypto/
Dhash.h599 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/linux-6.1.9/drivers/scsi/
Discsi_tcp.c604 tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
609 tcp_sw_conn->rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
/linux-6.1.9/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-6.1.9/drivers/crypto/qce/
Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-hcu-core.c797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
/linux-6.1.9/drivers/nvme/target/
Dtcp.c806 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
811 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/linux-6.1.9/drivers/nvme/host/
Dtcp.c1257 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1262 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/linux-6.1.9/drivers/crypto/marvell/cesa/
Dhash.c1222 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/linux-6.1.9/crypto/
Dtcrypt.c890 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
Dtestmgr.c1866 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/linux-6.1.9/drivers/crypto/inside-secure/
Dsafexcel_hash.c1156 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/linux-6.1.9/drivers/crypto/
Dtalitos.c2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
/linux-6.1.9/net/ipv4/
Dtcp.c4440 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()