Home
last modified time | relevance | path

Searched refs:crypto_alloc_shash (Results 1 – 19 of 19) sorted by relevance

/linux-4.19.296/lib/
Dlibcrc32c.c65 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
Dcrc-t10dif.c52 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_t10dif_mod_init()
Ddigsig.c265 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
/linux-4.19.296/crypto/asymmetric_keys/
Dx509_public_key.c58 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
Dpkcs7_verify.c42 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
Dverify_pefile.c340 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
/linux-4.19.296/crypto/
Dshash.c470 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function
475 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
Ddrbg.c1653 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
Dtestmgr.c1899 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
/linux-4.19.296/fs/crypto/
Dkeyinfo.c219 tfm = crypto_alloc_shash("sha256", 0, 0); in derive_essiv_salt()
/linux-4.19.296/include/crypto/
Dhash.h686 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
/linux-4.19.296/drivers/thunderbolt/
Ddomain.c651 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in tb_domain_challenge_switch_key()
/linux-4.19.296/fs/cifs/
Dmisc.c891 *shash = crypto_alloc_shash(name, 0, 0); in cifs_alloc_hash()
/linux-4.19.296/fs/jbd2/
Djournal.c1600 journal->j_chksum_driver = crypto_alloc_shash("crc32c", 0, 0); in journal_get_superblock()
1915 journal->j_chksum_driver = crypto_alloc_shash("crc32c", 0, 0); in jbd2_journal_set_features()
/linux-4.19.296/fs/nfsd/
Dnfs4recover.c112 tfm = crypto_alloc_shash("md5", 0, 0); in nfs4_make_rec_clidname()
/linux-4.19.296/fs/ecryptfs/
Dcrypto.c188 tfm = crypto_alloc_shash(ECRYPTFS_DEFAULT_HASH, 0, 0); in ecryptfs_init_crypt_stat()
Dkeystore.c755 s->hash_tfm = crypto_alloc_shash(ECRYPTFS_TAG_70_DIGEST, 0, 0); in ecryptfs_write_tag_70_packet()
/linux-4.19.296/fs/f2fs/
Dsuper.c2828 sbi->s_chksum_driver = crypto_alloc_shash("crc32", 0, 0); in f2fs_fill_super()
/linux-4.19.296/fs/ext4/
Dsuper.c3684 sbi->s_chksum_driver = crypto_alloc_shash("crc32c", 0, 0); in ext4_fill_super()