Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/security/integrity/ima/
Dima_crypto.c221 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm()
525 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
/Linux-v4.19/include/crypto/
Dhash.h565 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
/Linux-v4.19/drivers/scsi/
Discsi_tcp.c562 tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
567 tcp_sw_conn->rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_login.c100 conn->conn_rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
108 conn->conn_tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_login_setup_crypto()
/Linux-v4.19/drivers/crypto/qce/
Dsha.c385 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/Linux-v4.19/crypto/
Dtcrypt.c840 data[i].req = ahash_request_alloc(tfm, GFP_KERNEL); in test_mb_ahash_speed()
1085 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
Dtestmgr.c224 req = ahash_request_alloc(tfm, GFP_KERNEL); in ahash_partial_update()
295 req = ahash_request_alloc(tfm, GFP_KERNEL); in __test_hash()
/Linux-v4.19/drivers/crypto/marvell/
Dhash.c1190 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_hash.c945 areq = ahash_request_alloc(tfm, GFP_KERNEL); in safexcel_hmac_setkey()
/Linux-v4.19/net/ipv4/
Dtcp.c3631 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()
/Linux-v4.19/drivers/crypto/
Dtalitos.c2202 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()