Searched refs:crypto_alloc_shash (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/lib/
H A Dlibcrc32c.c59 tfm = crypto_alloc_shash("crc32c", 0, 0);
H A Dcrc-t10dif.c43 new = crypto_alloc_shash(CRC_T10DIF_STRING, 0, 0);
H A Dcrc64-rocksoft.c37 new = crypto_alloc_shash(CRC64_ROCKSOFT_STRING, 0, 0);
H A Ddigsig.c261 shash = crypto_alloc_shash("sha1", 0, 0);
/linux-master/fs/smb/server/
H A Dcrypto_ctx.c70 tfm = crypto_alloc_shash("hmac(md5)", 0, 0);
73 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0);
76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
79 tfm = crypto_alloc_shash("sha256", 0, 0);
82 tfm = crypto_alloc_shash("sha512", 0, 0);
/linux-master/arch/powerpc/crypto/
H A Dcrc-vpmsum_test.c43 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0);
50 crc32c_tfm = crypto_alloc_shash("crc32c", 0, 0);
/linux-master/include/crypto/internal/
H A Dkdf_selftest.h40 kmd = crypto_alloc_shash(name, 0, 0);
/linux-master/net/mac80211/
H A Daes_cmac.c76 tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
H A Dfils_aead.c87 tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
202 tfm = crypto_alloc_shash("cmac(aes)", 0, 0);
/linux-master/security/apparmor/
H A Dcrypto.c109 tfm = crypto_alloc_shash("sha256", 0, 0);
/linux-master/fs/crypto/
H A Dhkdf.c75 hmac_tfm = crypto_alloc_shash(HKDF_HMAC_ALG, 0, 0);
/linux-master/crypto/
H A Djitterentropy-kcapi.c241 hash = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0);
342 tfm = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0);
H A Dshash.c302 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, function
307 EXPORT_SYMBOL_GPL(crypto_alloc_shash); variable
/linux-master/drivers/nvme/common/
H A Dauth.c263 key_tfm = crypto_alloc_shash(hmac_name, 0, 0);
327 tfm = crypto_alloc_shash(digest_name, 0, 0);
365 tfm = crypto_alloc_shash(hmac_name, 0, 0);
/linux-master/drivers/infiniband/sw/rxe/
H A Drxe_icrc.c22 tfm = crypto_alloc_shash("crc32", 0, 0);
/linux-master/fs/verity/
H A Dhash_algs.c65 tfm = crypto_alloc_shash(alg->name, 0, 0);
/linux-master/fs/ubifs/
H A Dauth.c301 c->hash_tfm = crypto_alloc_shash(c->auth_hash_name, 0, 0);
317 c->hmac_tfm = crypto_alloc_shash(hmac_name, 0, 0);
/linux-master/drivers/target/iscsi/
H A Discsi_target_auth.c77 tfm = crypto_alloc_shash(name, 0, 0);
356 tfm = crypto_alloc_shash(chap->digest_name, 0, 0);
/linux-master/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c386 tfm = crypto_alloc_shash(gk5e->cksum_name, 0, 0);
518 tfm = crypto_alloc_shash(gk5e->cksum_name, 0, 0);
/linux-master/security/keys/
H A Ddh.c72 tfm = crypto_alloc_shash(hashname, 0, 0);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c58 fallback_tfm = crypto_alloc_shash(fallback_driver_name, 0,
/linux-master/crypto/asymmetric_keys/
H A Dx509_public_key.c44 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0);
H A Dpkcs7_verify.c43 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0);
/linux-master/drivers/nvme/target/
H A Dauth.c281 shash_tfm = crypto_alloc_shash(hash_name, 0, 0);
394 shash_tfm = crypto_alloc_shash(hash_name, 0, 0);
/linux-master/security/integrity/ima/
H A Dima_crypto.c79 ima_shash_tfm = crypto_alloc_shash(hash_algo_name[ima_hash_algo], 0, 0);
106 tfm = crypto_alloc_shash(hash_algo_name[algo], 0, 0);

Completed in 263 milliseconds

1234