| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-digest.rst | 26 …:functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callbac…
|
| H A D | api-intro.rst | 69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 172 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum() 268 req = ahash_request_alloc(tfm, GFP_NOFS); in make_checksum_v2()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | iscsi_tcp.c | 567 tcp_sw_conn->tx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create() 572 tcp_sw_conn->rx_hash = ahash_request_alloc(tfm, GFP_KERNEL); in iscsi_sw_tcp_conn_create()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | hash.h | 599 static inline struct ahash_request *ahash_request_alloc( in ahash_request_alloc() function
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | cryptlib.c | 379 hdata->async.request = ahash_request_alloc(hdata->async.s, GFP_KERNEL); in cryptodev_hash_init()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/ |
| H A D | rk_crypto_ahash_utils.c | 111 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in rk_ahash_fallback_digest()
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/qce/ |
| H A D | sha.c | 395 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | tcp.c | 816 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto() 821 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvmet_tcp_alloc_crypto()
|
| /OK3568_Linux_fs/kernel/drivers/nvme/host/ |
| H A D | tcp.c | 1221 queue->snd_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto() 1226 queue->rcv_hash = ahash_request_alloc(tfm, GFP_KERNEL); in nvme_tcp_alloc_crypto()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | tcrypt.c | 837 data[i].req = ahash_request_alloc(tfm, GFP_KERNEL); in test_mb_ahash_speed() 1082 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
|
| H A D | testmgr.c | 1827 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1198 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1155 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | talitos.c | 2197 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 4012 req = ahash_request_alloc(hash, GFP_KERNEL); in __tcp_alloc_md5sig_pool()
|