crypto_alloc_shash
tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0);
tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0);
tfm = crypto_alloc_shash(sig->hash_algo, 0, 0);
hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0);
ci = crypto_alloc_shash(krb5->cksum_name, 0, 0);
tfm = crypto_alloc_shash(krb5->hash_name, 0, 0);
shash = crypto_alloc_shash(krb5->cksum_name, 0, 0);
shash = crypto_alloc_shash(krb5->cksum_name, 0, 0);
shash = crypto_alloc_shash(krb5->cksum_name, 0, 0);
EXPORT_SYMBOL_GPL(crypto_alloc_shash);
tfm = crypto_alloc_shash(driver, type, mask);
*tfm = crypto_alloc_shash(tfm_name, 0, 0);
peer_integrity_tfm = crypto_alloc_shash(integrity_alg, 0, 0);
tfm = crypto_alloc_shash(alg, 0, 0);
xtfm = crypto_alloc_shash("sha1", 0, CRYPTO_ALG_NEED_FALLBACK);
child = crypto_alloc_shash(base_hash_name, 0,
hash = crypto_alloc_shash(alg_name, 0, 0);
hash = crypto_alloc_shash(name, 0, 0);
hmac_tfm = crypto_alloc_shash(alg->child_alg, 0, 0);
ctx_p->shash_tfm = crypto_alloc_shash("sha256", 0, 0);
a_ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0);
ctx->shpre = crypto_alloc_shash(alg, 0, CRYPTO_ALG_NEED_FALLBACK);
ctx->hashalg = crypto_alloc_shash("sha1", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha256", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha384", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha512", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha1", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha256", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha384", 0, 0);
ctx->hashalg = crypto_alloc_shash("sha512", 0, 0);
tctx->fallback = crypto_alloc_shash(alg_name, 0,
bctx->shash = crypto_alloc_shash(alg_base, 0,
tctx->fallback = crypto_alloc_shash(alg_name, 0,
ctx->shash = crypto_alloc_shash(alg_base, 0, 0);
ctx->shash = crypto_alloc_shash(hash, 0, CRYPTO_ALG_NEED_FALLBACK);
xtfm = crypto_alloc_shash(name, 0, CRYPTO_ALG_NEED_FALLBACK);
ctx->fallback_tfm = crypto_alloc_shash(algname, 0, CRYPTO_ALG_NEED_FALLBACK);
fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0,
*shash = crypto_alloc_shash(a->alg_string, 0, CRYPTO_ALG_ALLOCATES_MEMORY);
shash = crypto_alloc_shash(alg_name, 0, 0);
tfm = crypto_alloc_shash(chap->digest_name, 0, 0);
tfm = crypto_alloc_shash(name, 0, 0);
c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0);
c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0);
struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
kmd = crypto_alloc_shash(name, 0, 0);
tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0);
tmp_tfm = crypto_alloc_shash(algo, 0, CRYPTO_NOLOAD);
ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0);
tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0);
tfm = crypto_alloc_shash(hashname, 0, 0);