crypto_alloc_shash  407 arch/arm64/crypto/aes-glue.c 	ctx->hash = crypto_alloc_shash("sha256", 0, 0);
crypto_alloc_shash   41 arch/powerpc/crypto/crc-vpmsum_test.c 	crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0);
crypto_alloc_shash   48 arch/powerpc/crypto/crc-vpmsum_test.c 	crc32c_tfm = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash   82 arch/x86/power/hibernate.c 	tfm = crypto_alloc_shash("md5", 0, 0);
crypto_alloc_shash   43 crypto/asymmetric_keys/pkcs7_verify.c 	tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0);
crypto_alloc_shash  332 crypto/asymmetric_keys/verify_pefile.c 	tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0);
crypto_alloc_shash   54 crypto/asymmetric_keys/x509_public_key.c 	tfm = crypto_alloc_shash(sig->hash_algo, 0, 0);
crypto_alloc_shash 1665 crypto/drbg.c  	tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0);
crypto_alloc_shash  294 crypto/essiv.c 	hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0);
crypto_alloc_shash  452 crypto/shash.c EXPORT_SYMBOL_GPL(crypto_alloc_shash);
crypto_alloc_shash 1583 crypto/testmgr.c 	generic_tfm = crypto_alloc_shash(generic_driver, 0, 0);
crypto_alloc_shash 1682 crypto/testmgr.c 	tfm = crypto_alloc_shash(driver, type, mask);
crypto_alloc_shash 3318 crypto/testmgr.c 	tfm = crypto_alloc_shash(driver, type, mask);
crypto_alloc_shash 2380 drivers/block/drbd/drbd_nl.c 	*tfm = crypto_alloc_shash(tfm_name, 0, 0);
crypto_alloc_shash 3754 drivers/block/drbd/drbd_receiver.c 		peer_integrity_tfm = crypto_alloc_shash(integrity_alg, 0, 0);
crypto_alloc_shash 3831 drivers/block/drbd/drbd_receiver.c 	tfm = crypto_alloc_shash(alg, 0, 0);
crypto_alloc_shash 2409 drivers/crypto/axis/artpec6_crypto.c 		child = crypto_alloc_shash(base_hash_name, 0,
crypto_alloc_shash 2096 drivers/crypto/bcm/cipher.c 		hash = crypto_alloc_shash(alg_name, 0, 0);
crypto_alloc_shash  220 drivers/crypto/bcm/util.c 	hash = crypto_alloc_shash(name, 0, 0);
crypto_alloc_shash  342 drivers/crypto/ccp/ccp-crypto-sha.c 	hmac_tfm = crypto_alloc_shash(alg->child_alg, 0, 0);
crypto_alloc_shash  200 drivers/crypto/ccree/cc_cipher.c 		ctx_p->shash_tfm = crypto_alloc_shash("sha256-generic", 0, 0);
crypto_alloc_shash  291 drivers/crypto/chelsio/chcr_algo.c 		base_hash = crypto_alloc_shash("sha1", 0, 0);
crypto_alloc_shash  294 drivers/crypto/chelsio/chcr_algo.c 		base_hash = crypto_alloc_shash("sha224", 0, 0);
crypto_alloc_shash  297 drivers/crypto/chelsio/chcr_algo.c 		base_hash = crypto_alloc_shash("sha256", 0, 0);
crypto_alloc_shash  300 drivers/crypto/chelsio/chcr_algo.c 		base_hash = crypto_alloc_shash("sha384", 0, 0);
crypto_alloc_shash  303 drivers/crypto/chelsio/chcr_algo.c 		base_hash = crypto_alloc_shash("sha512", 0, 0);
crypto_alloc_shash  865 drivers/crypto/mediatek/mtk-sha.c 		bctx->shash = crypto_alloc_shash(alg_base, 0,
crypto_alloc_shash  427 drivers/crypto/n2_core.c 	child_shash = crypto_alloc_shash(n2alg->child_alg, 0, 0);
crypto_alloc_shash 1355 drivers/crypto/omap-sham.c 	tctx->fallback = crypto_alloc_shash(alg_name, 0,
crypto_alloc_shash 1369 drivers/crypto/omap-sham.c 		bctx->shash = crypto_alloc_shash(alg_base, 0,
crypto_alloc_shash  202 drivers/crypto/padlock-sha.c 	fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0,
crypto_alloc_shash 1173 drivers/crypto/qat/qat_common/qat_algs.c 	ctx->hash_tfm = crypto_alloc_shash(hash_name, 0, 0);
crypto_alloc_shash 1684 drivers/crypto/s5p-sss.c 	tctx->fallback = crypto_alloc_shash(alg_name, 0,
crypto_alloc_shash 1318 drivers/infiniband/hw/i40iw/i40iw_utils.c 	tfm = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash 1215 drivers/infiniband/sw/rxe/rxe_verbs.c 	tfm = crypto_alloc_shash("crc32", 0, 0);
crypto_alloc_shash  600 drivers/infiniband/sw/siw/siw_main.c 	siw_crypto_shash = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash  408 drivers/md/dm-crypt.c 	lmk->hash_tfm = crypto_alloc_shash("md5", 0, 0);
crypto_alloc_shash  570 drivers/md/dm-crypt.c 	tcw->crc32_tfm = crypto_alloc_shash("crc32", 0, 0);
crypto_alloc_shash 3284 drivers/md/dm-integrity.c 		*hash = crypto_alloc_shash(a->alg_string, 0, 0);
crypto_alloc_shash  187 drivers/net/ppp/ppp_mppe.c 	shash = crypto_alloc_shash("sha1", 0, 0);
crypto_alloc_shash   19 drivers/net/wireless/intersil/orinoco/mic.c 	priv->tx_tfm_mic = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash   27 drivers/net/wireless/intersil/orinoco/mic.c 	priv->rx_tfm_mic = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash  429 drivers/nfc/s3fwrn5/firmware.c 	tfm = crypto_alloc_shash("sha1", 0, 0);
crypto_alloc_shash  205 drivers/staging/ks7010/ks_hostif.c 	tfm = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash   72 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash   86 drivers/staging/rtl8192e/rtllib_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash   78 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash   94 drivers/staging/rtl8192u/ieee80211/ieee80211_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash  254 drivers/staging/wusbcore/crypto.c 	tfm_cbcmac = crypto_alloc_shash("cbcmac(aes)", 0, 0);
crypto_alloc_shash  233 drivers/target/iscsi/iscsi_target_auth.c 	tfm = crypto_alloc_shash("md5", 0, 0);
crypto_alloc_shash  665 drivers/thunderbolt/domain.c 	tfm = crypto_alloc_shash("hmac(sha256)", 0, 0);
crypto_alloc_shash 2226 fs/btrfs/disk-io.c 	csum_shash = crypto_alloc_shash(csum_name, 0, 0);
crypto_alloc_shash  944 fs/cifs/misc.c 	*shash = crypto_alloc_shash(name, 0, 0);
crypto_alloc_shash   74 fs/crypto/hkdf.c 	hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0);
crypto_alloc_shash  122 fs/crypto/keysetup.c 		tfm = crypto_alloc_shash("sha256", 0, 0);
crypto_alloc_shash  174 fs/ecryptfs/crypto.c 	tfm = crypto_alloc_shash(ECRYPTFS_DEFAULT_HASH, 0, 0);
crypto_alloc_shash  741 fs/ecryptfs/keystore.c 	s->hash_tfm = crypto_alloc_shash(ECRYPTFS_TAG_70_DIGEST, 0, 0);
crypto_alloc_shash 3707 fs/ext4/super.c 	sbi->s_chksum_driver = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash 3211 fs/f2fs/super.c 	sbi->s_chksum_driver = crypto_alloc_shash("crc32", 0, 0);
crypto_alloc_shash 1578 fs/jbd2/journal.c 		journal->j_chksum_driver = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash 1894 fs/jbd2/journal.c 		journal->j_chksum_driver = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash  117 fs/nfsd/nfs4recover.c 	tfm = crypto_alloc_shash("md5", 0, 0);
crypto_alloc_shash 1606 fs/nfsd/nfs4recover.c 	tfm = crypto_alloc_shash("sha256", 0, 0);
crypto_alloc_shash  317 fs/ubifs/auth.c 	c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0);
crypto_alloc_shash  333 fs/ubifs/auth.c 	c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0);
crypto_alloc_shash  695 include/crypto/hash.h struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
crypto_alloc_shash  723 kernel/kexec_file.c 	tfm = crypto_alloc_shash("sha256", 0, 0);
crypto_alloc_shash   40 lib/crc-t10dif.c 	new = crypto_alloc_shash("crct10dif", 0, 0);
crypto_alloc_shash   90 lib/crc-t10dif.c 	crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0);
crypto_alloc_shash  261 lib/digsig.c   	shash = crypto_alloc_shash("sha1", 0, 0);
crypto_alloc_shash   59 lib/libcrc32c.c 	tfm = crypto_alloc_shash("crc32c", 0, 0);
crypto_alloc_shash  137 net/bluetooth/amp.c 	tfm = crypto_alloc_shash("hmac(sha256)", 0, 0);
crypto_alloc_shash 1383 net/bluetooth/smp.c 	smp->tfm_cmac = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash 3230 net/bluetooth/smp.c 	tfm_cmac = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash 3889 net/bluetooth/smp.c 	tfm_cmac = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash  372 net/ipv6/seg6_hmac.c 			tfm = crypto_alloc_shash(algo->name, 0, 0);
crypto_alloc_shash   58 net/mac80211/aes_cmac.c 	tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash   87 net/mac80211/fils_aead.c 	tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash  202 net/mac80211/fils_aead.c 	tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
crypto_alloc_shash  485 net/sctp/auth.c 		tfm = crypto_alloc_shash(sctp_hmac_list[id].hmac_name, 0, 0);
crypto_alloc_shash 8363 net/sctp/socket.c 		tfm = crypto_alloc_shash(alg, 0, 0);
crypto_alloc_shash  963 net/sunrpc/auth_gss/gss_krb5_crypto.c 	hmac = crypto_alloc_shash(kctx->gk5e->cksum_name, 0, 0);
crypto_alloc_shash 1030 net/sunrpc/auth_gss/gss_krb5_crypto.c 	hmac = crypto_alloc_shash(kctx->gk5e->cksum_name, 0, 0);
crypto_alloc_shash  419 net/sunrpc/auth_gss/gss_krb5_mech.c 	hmac = crypto_alloc_shash(ctx->gk5e->cksum_name, 0, 0);
crypto_alloc_shash  103 net/wireless/lib80211_crypt_tkip.c 	priv->tx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash  109 net/wireless/lib80211_crypt_tkip.c 	priv->rx_tfm_michael = crypto_alloc_shash("michael_mic", 0, 0);
crypto_alloc_shash  109 security/apparmor/crypto.c 	tfm = crypto_alloc_shash("sha1", 0, 0);
crypto_alloc_shash  102 security/integrity/evm/evm_crypto.c 	tmp_tfm = crypto_alloc_shash(algo, 0, CRYPTO_NOLOAD);
crypto_alloc_shash   66 security/integrity/ima/ima_crypto.c 	ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0);
crypto_alloc_shash   87 security/integrity/ima/ima_crypto.c 		tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0);
crypto_alloc_shash   95 security/keys/dh.c 	tfm = crypto_alloc_shash(hashname, 0, 0);
crypto_alloc_shash  345 security/keys/encrypted-keys/encrypted.c 	tfm = crypto_alloc_shash(hmac_alg, 0, 0);
crypto_alloc_shash  993 security/keys/encrypted-keys/encrypted.c 	hash_tfm = crypto_alloc_shash(hash_alg, 0, 0);
crypto_alloc_shash 1197 security/keys/trusted.c 	hmacalg = crypto_alloc_shash(hmac_alg, 0, 0);
crypto_alloc_shash 1204 security/keys/trusted.c 	hashalg = crypto_alloc_shash(hash_alg, 0, 0);