Home
last modified time | relevance | path

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

/crypto/
Dshash.c447 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function
452 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
Dessiv.c294 hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0); in essiv_init_tfm()
Dtestmgr.c1583 generic_tfm = crypto_alloc_shash(generic_driver, 0, 0); in test_hash_vs_generic_impl()
1682 tfm = crypto_alloc_shash(driver, type, mask); in alloc_shash()
3306 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
Ddrbg.c1663 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
/crypto/asymmetric_keys/
Dx509_public_key.c54 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
Dpkcs7_verify.c43 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
Dverify_pefile.c332 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()