Home
last modified time | relevance | path

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

/linux/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/net/sunrpc/auth_gss/
H A 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/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/net/ipv4/
H A Dtcp_sigpool.c269 c->req = ahash_request_alloc(hash, GFP_ATOMIC); in tcp_sigpool_start()
/linux/include/crypto/
H A Dhash.h572 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__)) macro
/linux/drivers/scsi/
H A 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/drivers/target/iscsi/
H 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/
H A Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c422 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
/linux/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/drivers/nvme/target/
H A Dtcp.c871 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
876 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/linux/drivers/nvme/host/
H A Dtcp.c1318 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1323 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1197 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/linux/crypto/
H A Dtcrypt.c893 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
H A Dtestmgr.c1921 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1130 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/linux/drivers/crypto/
H A Dtalitos.c2199 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()