Home
last modified time | relevance | path

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

/crypto/
Djitterentropy-kcapi.c230 hash = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_kcapi_init()
329 tfm = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_mod_init()
Dshash.c619 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function
624 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
Dfips140-module.c612 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in check_fips140_module_hmac()
Dfips140-selftests.c415 tfm = crypto_alloc_shash(impl, 0, 0); in fips_test_hash()
Dessiv.c281 hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0); in essiv_init_tfm()
Ddrbg.c1684 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
Dtestmgr.c1839 generic_tfm = crypto_alloc_shash(generic_driver, 0, 0); in test_hash_vs_generic_impl()
1938 tfm = crypto_alloc_shash(driver, type, mask); in alloc_shash()
3802 tfm = crypto_alloc_shash(driver, type, mask); in alg_test_crc32c()
/crypto/asymmetric_keys/
Dx509_public_key.c44 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.c336 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()