/linux-6.3-rc2/Documentation/crypto/ |
A D | api-digest.rst | 17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
|
A D | api-intro.rst | 63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
|
/linux-6.3-rc2/fs/verity/ |
A D | hash_algs.c | 70 tfm = crypto_alloc_ahash(alg->name, 0, 0); in fsverity_get_hash_alg()
|
/linux-6.3-rc2/crypto/ |
A D | ahash.c | 524 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function 529 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
|
A D | algif_hash.c | 397 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
A D | cryptd.c | 995 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
/linux-6.3-rc2/net/sunrpc/auth_gss/ |
A D | gss_krb5_test.c | 97 tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in checksum_case() 1373 ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in rfc6803_encrypt_case() 1867 ahash_tfm = crypto_alloc_ahash(gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in rfc8009_encrypt_case()
|
A D | gss_krb5_mech.c | 531 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in gss_krb5_alloc_hash_v2()
|
A D | gss_krb5_crypto.c | 232 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 273 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 341 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_cra_hash_init()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 39 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | sha.c | 358 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in qce_ahash_hmac_setkey()
|
/linux-6.3-rc2/net/ipv4/ |
A D | ah4.c | 494 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
|
/linux-6.3-rc2/net/ipv6/ |
A D | ah6.c | 689 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
|
/linux-6.3-rc2/security/integrity/ima/ |
A D | ima_crypto.c | 299 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 127 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ss_hash_crainit()
|
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | keembay-ocs-hcu-core.c | 793 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in kmb_ocs_hcu_setkey()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | iscsi_tcp.c | 603 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_sw_tcp_conn_create()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | n2_core.c | 383 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hash_cra_init() 420 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hmac_cra_init()
|
A D | img-hash.c | 682 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
|
/linux-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target_login.c | 87 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_login_setup_crypto()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-verity-target.c | 1278 v->tfm = crypto_alloc_ahash(v->alg_name, 0, in verity_ctr()
|
/linux-6.3-rc2/drivers/crypto/marvell/cesa/ |
A D | hash.c | 1193 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 1126 tfm = crypto_alloc_ahash(alg, 0, 0); in __safexcel_hmac_setkey() 2494 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
|