Searched refs:crypto_alloc_shash (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | jitterentropy-kcapi.c | 230 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()
|
D | shash.c | 619 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 624 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
D | fips140-module.c | 612 tfm = crypto_alloc_shash("hmac(sha256)", 0, 0); in check_fips140_module_hmac()
|
D | fips140-selftests.c | 415 tfm = crypto_alloc_shash(impl, 0, 0); in fips_test_hash()
|
D | essiv.c | 281 hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0); in essiv_init_tfm()
|
D | drbg.c | 1684 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
|
D | testmgr.c | 1839 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/ |
D | x509_public_key.c | 44 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
D | pkcs7_verify.c | 43 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
|
D | verify_pefile.c | 336 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
|