Home
last modified time | relevance | path

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

/linux/Documentation/crypto/
H A Dapi-digest.rst26 :functions: ahash_request_set_tfm ahash_request_alloc ahash_request_free ahash_request_set_callback ahash_request_set_crypt
H A Dapi-intro.rst69 req = ahash_request_alloc(tfm, GFP_ATOMIC);
/linux/security/integrity/ima/
H A Dima_crypto.c338 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/sunrpc/auth_gss/
H A Dgss_krb5_crypto.c182 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 Dhash.h595 * ahash_request_alloc() - allocate request data structure
619 #define ahash_request_alloc(...) alloc_hooks(ahash_request_alloc_noprof(__VA_ARGS__)) macro
/linux/drivers/crypto/qce/
H A Dsha.c362 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in qce_ahash_hmac_setkey()
/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c738 req = ahash_request_alloc(ahash_tfm, GFP_ATOMIC); in eip93_hmac_setkey()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c422 req = ahash_request_alloc(ahash_tfm, GFP_KERNEL); in starfive_hash_long_setkey()
/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1195 req = ahash_request_alloc(tfm, GFP_KERNEL); in mv_cesa_ahmac_setkey()
/linux/crypto/
H A Dtestmgr.c1811 generic_req = ahash_request_alloc(generic_tfm, GFP_KERNEL); in test_hash_vs_generic_impl()
1934 req = ahash_request_alloc(atfm, GFP_KERNEL); in __alg_test_hash()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1128 areq = ahash_request_alloc(tfm, GFP_KERNEL); in __safexcel_hmac_setkey()
/linux/drivers/crypto/
H A Dtalitos.c2199 req = ahash_request_alloc(tfm, GFP_KERNEL); in keyhash()