Searched refs:crypto_alloc_shash (Results 1 – 19 of 19) sorted by relevance
/linux-4.19.296/lib/ |
D | libcrc32c.c | 65 tfm = crypto_alloc_shash("crc32c", 0, 0); in libcrc32c_mod_init()
|
D | crc-t10dif.c | 52 crct10dif_tfm = crypto_alloc_shash("crct10dif", 0, 0); in crc_t10dif_mod_init()
|
D | digsig.c | 265 shash = crypto_alloc_shash("sha1", 0, 0); in digsig_init()
|
/linux-4.19.296/crypto/asymmetric_keys/ |
D | x509_public_key.c | 58 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
D | pkcs7_verify.c | 42 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
|
D | verify_pefile.c | 340 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
|
/linux-4.19.296/crypto/ |
D | shash.c | 470 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 475 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
D | drbg.c | 1653 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
|
D | testmgr.c | 1899 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
|
/linux-4.19.296/fs/crypto/ |
D | keyinfo.c | 219 tfm = crypto_alloc_shash("sha256", 0, 0); in derive_essiv_salt()
|
/linux-4.19.296/include/crypto/ |
D | hash.h | 686 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type,
|
/linux-4.19.296/drivers/thunderbolt/ |
D | domain.c | 651 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in tb_domain_challenge_switch_key()
|
/linux-4.19.296/fs/cifs/ |
D | misc.c | 891 *shash = crypto_alloc_shash(name, 0, 0); in cifs_alloc_hash()
|
/linux-4.19.296/fs/jbd2/ |
D | journal.c | 1600 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/ |
D | nfs4recover.c | 112 tfm = crypto_alloc_shash("md5", 0, 0); in nfs4_make_rec_clidname()
|
/linux-4.19.296/fs/ecryptfs/ |
D | crypto.c | 188 tfm = crypto_alloc_shash(ECRYPTFS_DEFAULT_HASH, 0, 0); in ecryptfs_init_crypt_stat()
|
D | keystore.c | 755 s->hash_tfm = crypto_alloc_shash(ECRYPTFS_TAG_70_DIGEST, 0, 0); in ecryptfs_write_tag_70_packet()
|
/linux-4.19.296/fs/f2fs/ |
D | super.c | 2828 sbi->s_chksum_driver = crypto_alloc_shash("crc32", 0, 0); in f2fs_fill_super()
|
/linux-4.19.296/fs/ext4/ |
D | super.c | 3684 sbi->s_chksum_driver = crypto_alloc_shash("crc32c", 0, 0); in ext4_fill_super()
|