Searched refs:crypto_alloc_ahash (Results 1 – 15 of 15) sorted by relevance
| /linux/crypto/ |
| H A D | ahash.c | 728 fb = crypto_alloc_ahash(crypto_ahash_alg_name(hash), in crypto_ahash_init_tfm() 842 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function 847 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
|
| H A D | algif_hash.c | 385 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
| H A D | testmgr.c | 1786 generic_tfm = crypto_alloc_ahash(generic_driver, 0, 0); in test_hash_vs_generic_impl() 1918 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
|
| H A D | tcrypt.c | 876 tfm = crypto_alloc_ahash(algo, 0, mask); in test_ahash_speed_common()
|
| /linux/net/ipv4/ |
| H A D | tcp_sigpool.c | 129 cpu0_hash = crypto_alloc_ahash(alg, 0, CRYPTO_ALG_ASYNC); in __cpool_alloc_ahash()
|
| H A D | ah4.c | 491 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
|
| /linux/net/sunrpc/auth_gss/ |
| H A D | gss_krb5_test.c | 96 tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in checksum_case() 1181 ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in rfc6803_encrypt_case() 1675 ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in rfc8009_encrypt_case()
|
| H A D | gss_krb5_mech.c | 286 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in gss_krb5_alloc_hash_v2()
|
| /linux/drivers/crypto/starfive/ |
| H A D | jh7110-hash.c | 386 ctx->ahash_fbk = crypto_alloc_ahash(alg_name, 0, in starfive_hash_init_tfm() 421 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in starfive_hash_long_setkey()
|
| /linux/Documentation/crypto/ |
| H A D | api-intro.rst | 63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
|
| /linux/security/integrity/ima/ |
| H A D | ima_crypto.c | 294 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
|
| /linux/drivers/crypto/allwinner/sun8i-ss/ |
| H A D | sun8i-ss-hash.c | 106 op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0, in sun8i_ss_hash_init_tfm()
|
| /linux/drivers/crypto/ |
| H A D | img-hash.c | 687 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 2880 mac = crypto_alloc_ahash(mac_alg, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in crypt_ctr_auth_cipher()
|
| H A D | dm-integrity.c | 4377 *ahash = crypto_alloc_ahash(a->alg_string, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in get_mac()
|