crypto_alloc_ahash  564 crypto/ahash.c EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
crypto_alloc_ahash  403 crypto/algif_hash.c 	return crypto_alloc_ahash(name, type, mask);
crypto_alloc_ahash 1023 crypto/cryptd.c 	tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask);
crypto_alloc_ahash  823 crypto/tcrypt.c 	tfm = crypto_alloc_ahash(algo, 0, 0);
crypto_alloc_ahash 1064 crypto/tcrypt.c 	tfm = crypto_alloc_ahash(algo, 0, mask);
crypto_alloc_ahash 1728 crypto/testmgr.c 	atfm = crypto_alloc_ahash(driver, type, mask);
crypto_alloc_ahash 2311 drivers/crypto/atmel-sha.c 	tfm = crypto_alloc_ahash(name, 0, 0);
crypto_alloc_ahash  677 drivers/crypto/img-hash.c 	ctx->fallback = crypto_alloc_ahash(alg_name, 0,
crypto_alloc_ahash 1015 drivers/crypto/inside-secure/safexcel_hash.c 	tfm = crypto_alloc_ahash(alg, 0, 0);
crypto_alloc_ahash 1181 drivers/crypto/marvell/hash.c 	tfm = crypto_alloc_ahash(hash_alg_name, 0, 0);
crypto_alloc_ahash  381 drivers/crypto/n2_core.c 	fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0,
crypto_alloc_ahash  418 drivers/crypto/n2_core.c 	fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0,
crypto_alloc_ahash  373 drivers/crypto/qce/sha.c 	ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0);
crypto_alloc_ahash  293 drivers/crypto/rockchip/rk3288_crypto_ahash.c 	tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0,
crypto_alloc_ahash 2251 drivers/md/dm-crypt.c 	mac = crypto_alloc_ahash(mac_alg, 0, 0);
crypto_alloc_ahash 1054 drivers/md/dm-verity-target.c 	v->tfm = crypto_alloc_ahash(v->alg_name, 0, 0);
crypto_alloc_ahash 1091 drivers/nvme/host/tcp.c 	tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  735 drivers/nvme/target/tcp.c 	tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  561 drivers/scsi/iscsi_tcp.c 	tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash   86 drivers/target/iscsi/iscsi_target_login.c 	tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash   61 fs/verity/hash_algs.c 	tfm = crypto_alloc_ahash(alg->name, 0, 0);
crypto_alloc_ahash  252 include/crypto/hash.h struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
crypto_alloc_ahash  489 net/ipv4/ah4.c 	ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
crypto_alloc_ahash 3732 net/ipv4/tcp.c 	hash = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  687 net/ipv6/ah6.c 	ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0);
crypto_alloc_ahash  199 net/sunrpc/auth_gss/gss_krb5_crypto.c 	md5 = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  203 net/sunrpc/auth_gss/gss_krb5_crypto.c 	hmac_md5 = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0,
crypto_alloc_ahash  302 net/sunrpc/auth_gss/gss_krb5_crypto.c 	tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  398 net/sunrpc/auth_gss/gss_krb5_crypto.c 	tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC);
crypto_alloc_ahash  174 security/integrity/ima/ima_crypto.c 		tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0);