/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 :functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_ahash_reqtfm crypto_ahash_reqsize crypto_ahash_statesize crypto_ahash_setkey crypto_ahash_finup crypto_ahash_final crypto_ahash_digest crypto_ahash_export crypto_ahash_import
|
H A D | api-intro.rst | 63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
|
/linux/drivers/crypto/ |
H A D | padlock-sha.c | 165 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in padlock_init_tfm()
|
H A D | atmel-sha.c | 2201 tfm = crypto_alloc_ahash(name, 0, 0); in atmel_sha_authenc_spawn()
|
/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 | 383 ctx->ahash_fbk = crypto_alloc_ahash(alg_name, 0, in starfive_hash_init_tfm() 418 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in starfive_hash_long_setkey()
|
/linux/include/crypto/ |
H A D | hash.h | 297 * crypto_alloc_ahash() - allocate ahash cipher handle 310 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
|
/linux/crypto/ |
H A D | algif_hash.c | 385 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
H A D | cryptd.c | 1017 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
H A D | testmgr.c | 1792 generic_tfm = crypto_alloc_ahash(generic_driver, 0, 0); in test_hash_vs_generic_impl() 1924 atfm = crypto_alloc_ahash(driver, type, mask); in __alg_test_hash()
|
/linux/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 354 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_hash_init_tfm()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
H A D | sun8i-ce-hash.c | 49 op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0, in sun8i_ce_hash_init_tfm()
|
/linux/drivers/crypto/qce/ |
H A D | sha.c | 358 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in qce_ahash_hmac_setkey()
|
/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/net/ipv6/ |
H A D | ah6.c | 686 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
|
/linux/drivers/crypto/inside-secure/eip93/ |
H A D | eip93-common.c | 734 ahash_tfm = crypto_alloc_ahash(alg_name, 0, CRYPTO_ALG_ASYNC); in eip93_hmac_setkey()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 558 ctx->fallback_tfm = crypto_alloc_ahash(algname, 0, CRYPTO_ALG_ASYNC | in tegra_sha_init_fallback()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1191 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
|
/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1124 tfm = crypto_alloc_ahash(alg, 0, 0); in __safexcel_hmac_setkey() 2410 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 2921 mac = crypto_alloc_ahash(mac_alg, 0, CRYPTO_ALG_ALLOCATES_MEMORY); in crypt_ctr_auth_cipher()
|