Searched refs:crypto_alloc_shash (Results 1 – 7 of 7) sorted by relevance
/crypto/ |
D | shash.c | 447 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 452 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
D | essiv.c | 294 hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0); in essiv_init_tfm()
|
D | testmgr.c | 1583 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()
|
D | drbg.c | 1663 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
|
/crypto/asymmetric_keys/ |
D | x509_public_key.c | 54 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 | 332 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
|