Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/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()
/openbmc/linux/security/integrity/ima/
H A 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()
/openbmc/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()
/openbmc/linux/include/crypto/
H A Dhash.h649 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/openbmc/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()
/openbmc/linux/drivers/crypto/qce/
H A Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c456 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
/openbmc/linux/drivers/nvme/target/
H A Dtcp.c847 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
852 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/openbmc/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()
/openbmc/linux/drivers/nvme/host/
H A 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()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1197 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/openbmc/linux/crypto/
H A Dtcrypt.c893 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
H A Dtestmgr.c1925 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1130 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/openbmc/linux/drivers/crypto/
H A Dtalitos.c2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
/openbmc/linux/net/ipv4/
H A Dtcp.c4363 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()