/linux/Documentation/crypto/ |
H A D | api-digest.rst | 17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
|
H A D | api-intro.rst | 63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
|
/linux/crypto/ |
H A D | ahash.c | 555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function 560 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
|
H A D | algif_hash.c | 389 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
H A D | cryptd.c | 1011 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
/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()
|
H A D | gss_krb5_crypto.c | 232 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum()
|
/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/drivers/crypto/rockchip/ |
H A D | rk3288_crypto_ahash.c | 352 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 | 37 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/net/ipv6/ |
H A D | ah6.c | 686 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
|
/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 | n2_core.c | 384 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hash_cra_init() 421 fallback_tfm = crypto_alloc_ahash(fallback_driver_name, 0, in n2_hmac_cra_init()
|
H A D | img-hash.c | 682 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
|
/linux/drivers/scsi/ |
H A D | iscsi_tcp.c | 600 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_sw_tcp_conn_create()
|
/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 793 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in kmb_ocs_hcu_setkey()
|
/linux/drivers/crypto/tegra/ |
H A D | tegra-se-hash.c | 437 ctx->fallback_tfm = crypto_alloc_ahash(algname, 0, CRYPTO_ALG_ASYNC | in tegra_sha_init_fallback()
|
/linux/drivers/target/iscsi/ |
H A D | iscsi_target_login.c | 87 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_login_setup_crypto()
|
/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1193 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
|
/linux/drivers/nvme/target/ |
H A D | tcp.c | 867 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in nvmet_tcp_alloc_crypto()
|