Home
last modified time | relevance | path

Searched refs:crypto_alloc_ahash (Results 1 – 15 of 15) sorted by relevance

/linux/crypto/
H A Dahash.c728 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 Dalgif_hash.c385 return crypto_alloc_ahash(name, type, mask); in hash_bind()
H A Dtestmgr.c1786 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 Dtcrypt.c876 tfm = crypto_alloc_ahash(algo, 0, mask); in test_ahash_speed_common()
/linux/net/ipv4/
H A Dtcp_sigpool.c129 cpu0_hash = crypto_alloc_ahash(alg, 0, CRYPTO_ALG_ASYNC); in __cpool_alloc_ahash()
H A Dah4.c491 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c96 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 Dgss_krb5_mech.c286 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in gss_krb5_alloc_hash_v2()
/linux/drivers/crypto/starfive/
H A Djh7110-hash.c386 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 Dapi-intro.rst63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
/linux/security/integrity/ima/
H A Dima_crypto.c294 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c106 op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0, in sun8i_ss_hash_init_tfm()
/linux/drivers/crypto/
H A Dimg-hash.c687 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
/linux/drivers/md/
H A Ddm-crypt.c2880 mac = crypto_alloc_ahash(mac_alg, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in crypt_ctr_auth_cipher()
H A Ddm-integrity.c4377 *ahash = crypto_alloc_ahash(a->alg_string, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in get_mac()