Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
A Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
A Dapi-intro.rst69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
/linux/security/integrity/ima/
A 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/net/sunrpc/auth_gss/
A 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/drivers/scsi/
A 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/include/crypto/
A Dhash.h599 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/linux/drivers/target/iscsi/
A 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/drivers/crypto/qce/
A Dsha.c360 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/linux/drivers/nvme/target/
A Dtcp.c839 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
844 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
/linux/crypto/
A 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()
A Dtestmgr.c1819 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/linux/drivers/nvme/host/
A Dtcp.c1185 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1190 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/linux/drivers/crypto/marvell/cesa/
A Dhash.c1222 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c1156 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/linux/drivers/crypto/
A Dtalitos.c2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
/linux/net/ipv4/
A Dtcp.c4287 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()

Completed in 57 milliseconds