Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c236 req = ahash_request_alloc(tfm, GFP_KERNEL); in make_checksum()
326 req = ahash_request_alloc(tfm, GFP_KERNEL); in gss_krb5_checksum()
947 req = ahash_request_alloc(tfm, GFP_KERNEL); in krb5_etm_checksum()
/Linux-v6.6/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-v6.6/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-v6.6/include/crypto/
Dhash.h649 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/Linux-v6.6/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-v6.6/drivers/crypto/qce/
Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-hash.c456 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
/Linux-v6.6/drivers/nvme/target/
Dtcp.c845 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
850 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/Linux-v6.6/drivers/crypto/intel/keembay/
Dkeembay-ocs-hcu-core.c797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
/Linux-v6.6/drivers/nvme/host/
Dtcp.c1280 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1285 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/Linux-v6.6/drivers/crypto/marvell/cesa/
Dhash.c1197 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/Linux-v6.6/crypto/
Dtcrypt.c893 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
Dtestmgr.c1925 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/Linux-v6.6/drivers/crypto/inside-secure/
Dsafexcel_hash.c1130 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/Linux-v6.6/drivers/crypto/
Dtalitos.c2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
/Linux-v6.6/net/ipv4/
Dtcp.c4317 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()