Searched refs:ahash_request_alloc (Results 1 – 15 of 15) sorted by relevance
| /linux/Documentation/crypto/ |
| H A D | api-digest.rst | 29 …: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);
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 338 req = ahash_request_alloc(tfm, GFP_KERNEL); in ima_calc_file_hash_atfm() 669 req = ahash_request_alloc(tfm, GFP_KERNEL); in calc_buffer_ahash_atfm()
|
| /linux/net/ipv4/ |
| H A D | tcp_sigpool.c | 276 c->req = ahash_request_alloc(hash, GFP_ATOMIC); in tcp_sigpool_start()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_crypto.c | 182 req = ahash_request_alloc(tfm, GFP_KERNEL); in gss_krb5_checksum() 748 req = ahash_request_alloc(tfm, GFP_KERNEL); in krb5_etm_checksum()
|
| /linux/include/crypto/ |
| H A D | hash.h | 631 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__)) macro
|
| /linux/drivers/crypto/qce/ |
| H A D | sha.c | 362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
|
| /linux/drivers/crypto/inside-secure/eip93/ |
| H A D | eip93-common.c | 738 req = ahash_request_alloc(ahash_tfm, GFP_ATOMIC); in eip93_hmac_setkey()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 425 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
|
| /linux/drivers/crypto/intel/keembay/ |
| H A D | keembay-ocs-hcu-core.c | 806 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in kmb_ocs_hcu_setkey()
|
| /linux/drivers/crypto/marvell/cesa/ |
| H A D | hash.c | 1195 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
|
| /linux/crypto/ |
| H A D | testmgr.c | 1805 generic_req = ahash_request_alloc(generic_tfm, GFP_KERNEL); in test_hash_vs_generic_impl() 1928 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
|
| H A D | tcrypt.c | 893 req = ahash_request_alloc(tfm, GFP_KERNEL); in test_ahash_speed_common()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1128 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 2199 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()
|