Searched refs:ahash_request_alloc (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.4/fs/verity/ | 
| D | hash_algs.c | 122 	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()
 
 | 
| D | verify.c | 194 	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()
 
 | 
| D | enable.c | 130 	req = ahash_request_alloc(params->hash_alg->tfm, GFP_KERNEL);  in build_merkle_tree()
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-digest.rst | 26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
 | 
| D | api-intro.txt | 64 	req = ahash_request_alloc(tfm, GFP_ATOMIC);
 | 
| /Linux-v5.4/net/sunrpc/auth_gss/ | 
| D | gss_krb5_crypto.c | 208 	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/ | 
| D | ima_crypto.c | 218 	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/ | 
| D | iscsi_tcp.c | 557 	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/ | 
| D | hash.h | 576 static inline struct ahash_request *ahash_request_alloc(  in ahash_request_alloc()  function
 | 
| /Linux-v5.4/drivers/target/iscsi/ | 
| D | iscsi_target_login.c | 92 	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/ | 
| D | sha.c | 377 	req = ahash_request_alloc(ahash_tfm, GFP_KERNEL);  in qce_ahash_hmac_setkey()
 | 
| /Linux-v5.4/drivers/nvme/target/ | 
| D | tcp.c | 733 	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/ | 
| D | tcp.c | 1092 	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/ | 
| D | tcrypt.c | 836 		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()
 
 | 
| D | testmgr.c | 1735 	req = ahash_request_alloc(atfm, GFP_KERNEL);  in __alg_test_hash()
 | 
| /Linux-v5.4/drivers/crypto/marvell/ | 
| D | hash.c | 1185 	req = ahash_request_alloc(tfm, GFP_KERNEL);  in mv_cesa_ahmac_setkey()
 | 
| /Linux-v5.4/drivers/crypto/inside-secure/ | 
| D | safexcel_hash.c | 1019 	areq = ahash_request_alloc(tfm, GFP_KERNEL);  in safexcel_hmac_setkey()
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | tcp.c | 3736 		req = ahash_request_alloc(hash, GFP_KERNEL);  in __tcp_alloc_md5sig_pool()
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | talitos.c | 2196 	req = ahash_request_alloc(tfm, GFP_KERNEL);  in keyhash()
 |