Searched refs:crypto_alloc_shash (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| A D | jitterentropy-kcapi.c | 241 hash = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_kcapi_init() 342 tfm = crypto_alloc_shash(JENT_CONDITIONING_HASH, 0, 0); in jent_mod_init()
|
| A D | shash.c | 386 struct crypto_shash *crypto_alloc_shash(const char *alg_name, u32 type, in crypto_alloc_shash() function 391 EXPORT_SYMBOL_GPL(crypto_alloc_shash);
|
| A D | hkdf.c | 471 tfm = crypto_alloc_shash(shash, 0, 0); in hkdf_test()
|
| A D | essiv.c | 281 hash = crypto_alloc_shash(ictx->shash_driver_name, 0, 0); in essiv_init_tfm()
|
| A D | drbg.c | 1669 tfm = crypto_alloc_shash(drbg->core->backend_cra_name, 0, 0); in drbg_init_hash_kernel()
|
| A D | testmgr.c | 1878 tfm = crypto_alloc_shash(driver, type, mask); in alloc_shash()
|
| /crypto/krb5/ |
| A D | rfc6803_camellia.c | 40 shash = crypto_alloc_shash(krb5->cksum_name, 0, 0); in rfc6803_calc_KDF_FEEDBACK_CMAC() 131 shash = crypto_alloc_shash(krb5->cksum_name, 0, 0); in rfc6803_calc_PRF()
|
| A D | krb5_api.c | 242 ci = crypto_alloc_shash(krb5->cksum_name, 0, 0); in krb5_prepare_checksum()
|
| A D | rfc8009_aes2.c | 48 shash = crypto_alloc_shash(krb5->cksum_name, 0, 0); in rfc8009_calc_KDF_HMAC_SHA2()
|
| A D | rfc3961_simplified.c | 148 tfm = crypto_alloc_shash(krb5->hash_name, 0, 0); in rfc3961_calc_H()
|
| /crypto/asymmetric_keys/ |
| A D | x509_public_key.c | 43 tfm = crypto_alloc_shash(sig->hash_algo, 0, 0); in x509_get_sig_params()
|
| A D | pkcs7_verify.c | 43 tfm = crypto_alloc_shash(sinfo->sig->hash_algo, 0, 0); in pkcs7_digest()
|
| A D | verify_pefile.c | 336 tfm = crypto_alloc_shash(ctx->digest_algo, 0, 0); in pefile_digest_pe()
|
Completed in 35 milliseconds