Symbol: crypto_alloc_ahash
crypto/ahash.c
728
fb = crypto_alloc_ahash(crypto_ahash_alg_name(hash),
crypto/ahash.c
846
EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
crypto/algif_hash.c
385
return crypto_alloc_ahash(name, type, mask);
crypto/cryptd.c
1017
tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask);
crypto/tcrypt.c
876
tfm = crypto_alloc_ahash(algo, 0, mask);
crypto/testmgr.c
1786
generic_tfm = crypto_alloc_ahash(generic_driver, 0, 0);
crypto/testmgr.c
1918
atfm = crypto_alloc_ahash(driver, type, mask);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
49
op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
106
op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0,
drivers/crypto/atmel-sha.c
2201
tfm = crypto_alloc_ahash(name, 0, 0);
drivers/crypto/img-hash.c
687
ctx->fallback = crypto_alloc_ahash(alg_name, 0,
drivers/crypto/inside-secure/eip93/eip93-common.c
734
ahash_tfm = crypto_alloc_ahash(alg_name, 0, CRYPTO_ALG_ASYNC);
drivers/crypto/inside-secure/safexcel_hash.c
1124
tfm = crypto_alloc_ahash(alg, 0, 0);
drivers/crypto/inside-secure/safexcel_hash.c
2410
ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0,
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
802
ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0);
drivers/crypto/marvell/cesa/hash.c
1191
tfm = crypto_alloc_ahash(hash_alg_name, 0, 0);
drivers/crypto/padlock-sha.c
165
fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0,
drivers/crypto/qce/sha.c
358
ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
354
tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0,
drivers/crypto/sa2ul.c
1504
crypto_alloc_ahash(alg_base, 0, CRYPTO_ALG_ASYNC);
drivers/crypto/starfive/jh7110-hash.c
386
ctx->ahash_fbk = crypto_alloc_ahash(alg_name, 0,
drivers/crypto/starfive/jh7110-hash.c
421
ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0);
drivers/crypto/tegra/tegra-se-hash.c
559
ctx->fallback_tfm = crypto_alloc_ahash(algname, 0, CRYPTO_ALG_ASYNC |
drivers/md/dm-crypt.c
2880
mac = crypto_alloc_ahash(mac_alg, 0, CRYPTO_ALG_ALLOCATES_MEMORY);
drivers/md/dm-integrity.c
4390
*ahash = crypto_alloc_ahash(a->alg_string, 0, CRYPTO_ALG_ALLOCATES_MEMORY);
include/crypto/hash.h
322
struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
net/ipv4/ah4.c
491
ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
net/ipv4/tcp_sigpool.c
129
cpu0_hash = crypto_alloc_ahash(alg, 0, CRYPTO_ALG_ASYNC);
net/ipv6/ah6.c
698
ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
net/sunrpc/auth_gss/gss_krb5_mech.c
286
tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
net/sunrpc/auth_gss/gss_krb5_test.c
1181
ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
net/sunrpc/auth_gss/gss_krb5_test.c
1675
ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
net/sunrpc/auth_gss/gss_krb5_test.c
96
tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
security/integrity/ima/ima_crypto.c
294
tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0);