Home
last modified time | relevance | path

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

/Linux-v5.4/fs/verity/
Dhash_algs.c122 req = ahash_request_alloc(alg->tfm, GFP_KERNEL); in fsverity_prepare_hash_state()
240 req = ahash_request_alloc(alg->tfm, GFP_KERNEL); in fsverity_hash_buffer()
Dverify.c194 req = ahash_request_alloc(vi->tree_params.hash_alg->tfm, GFP_NOFS); in fsverity_verify_page()
229 req = ahash_request_alloc(vi->tree_params.hash_alg->tfm, GFP_NOFS); in fsverity_verify_bio()
Denable.c130 req = ahash_request_alloc(params->hash_alg->tfm, GFP_KERNEL); in build_merkle_tree()
/Linux-v5.4/Documentation/crypto/
Dapi-digest.rst26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
Dapi-intro.txt64 req = ahash_request_alloc(tfm, GFP_ATOMIC);
/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_crypto.c208 req = ahash_request_alloc(md5, GFP_NOFS); in make_checksum_hmac_md5()
238 req = ahash_request_alloc(hmac_md5, GFP_NOFS); in make_checksum_hmac_md5()
306 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum()
402 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum_v2()
/Linux-v5.4/security/integrity/ima/
Dima_crypto.c218 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm()
542 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
/Linux-v5.4/drivers/scsi/
Discsi_tcp.c557 tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
562 tcp_sw_conn->rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
/Linux-v5.4/include/crypto/
Dhash.h576 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/Linux-v5.4/drivers/target/iscsi/
Discsi_target_login.c92 conn->conn_rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
100 conn->conn_tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
/Linux-v5.4/drivers/crypto/qce/
Dsha.c377 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/Linux-v5.4/drivers/nvme/target/
Dtcp.c733 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
738 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c1092 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
1097 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
/Linux-v5.4/crypto/
Dtcrypt.c836 data[i].req = ahash_request_alloc(tfm, GFP_KERNEL); in test_mb_ahash_speed()
1081 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
Dtestmgr.c1735 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/Linux-v5.4/drivers/crypto/marvell/
Dhash.c1185 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_hash.c1019 areq = ahash_request_alloc(tfm, GFP_KERNEL); in safexcel_hmac_setkey()
/Linux-v5.4/net/ipv4/
Dtcp.c3736 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()
/Linux-v5.4/drivers/crypto/
Dtalitos.c2196 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()