Searched refs:ahash_request_alloc (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/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.rst | 69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
|
/linux-6.1.9/security/integrity/ima/ |
D | ima_crypto.c | 343 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()
|
/linux-6.1.9/net/sunrpc/auth_gss/ |
D | gss_krb5_crypto.c | 172 req = ahash_request_alloc(tfm, GFP_KERNEL); in make_checksum() 268 req = ahash_request_alloc(tfm, GFP_KERNEL); in make_checksum_v2()
|
/linux-6.1.9/include/crypto/ |
D | hash.h | 599 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
|
/linux-6.1.9/drivers/scsi/ |
D | iscsi_tcp.c | 604 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-6.1.9/drivers/target/iscsi/ |
D | iscsi_target_login.c | 93 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-6.1.9/drivers/crypto/qce/ |
D | sha.c | 362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
|
/linux-6.1.9/drivers/crypto/keembay/ |
D | keembay-ocs-hcu-core.c | 797 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
|
/linux-6.1.9/drivers/nvme/target/ |
D | tcp.c | 806 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto() 811 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
|
/linux-6.1.9/drivers/nvme/host/ |
D | tcp.c | 1257 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto() 1262 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
|
/linux-6.1.9/drivers/crypto/marvell/cesa/ |
D | hash.c | 1222 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
|
/linux-6.1.9/crypto/ |
D | tcrypt.c | 890 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
|
D | testmgr.c | 1866 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
|
/linux-6.1.9/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 1156 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
|
/linux-6.1.9/drivers/crypto/ |
D | talitos.c | 2198 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
|
/linux-6.1.9/net/ipv4/ |
D | tcp.c | 4440 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()
|