Searched refs:ahash_request_alloc (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/security/integrity/ima/ |
D | ima_crypto.c | 221 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/ |
D | hash.h | 565 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
|
/Linux-v4.19/drivers/scsi/ |
D | iscsi_tcp.c | 562 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/ |
D | iscsi_target_login.c | 100 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/ |
D | sha.c | 385 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
|
/Linux-v4.19/crypto/ |
D | tcrypt.c | 840 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()
|
D | testmgr.c | 224 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/ |
D | hash.c | 1190 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_hash.c | 945 areq = ahash_request_alloc(tfm, GFP_KERNEL); in safexcel_hmac_setkey()
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 3631 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()
|
/Linux-v4.19/drivers/crypto/ |
D | talitos.c | 2202 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
|