Home
last modified time | relevance | path

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

12

/linux/Documentation/crypto/
A Dapi-digest.rst17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
A Dapi-intro.rst63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
/linux/fs/verity/
A Dhash_algs.c68 tfm = crypto_alloc_ahash(alg->name, 0, 0); in fsverity_get_hash_alg()
/linux/crypto/
A Dahash.c555 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function
560 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
A Dalgif_hash.c396 return crypto_alloc_ahash(name, type, mask); in hash_bind()
A Dcryptd.c966 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
A Dtcrypt.c837 tfm = crypto_alloc_ahash(algo, 0, 0); in test_mb_ahash_speed()
1078 tfm = crypto_alloc_ahash(algo, 0, mask); in test_ahash_speed_common()
/linux/net/sunrpc/auth_gss/
A Dgss_krb5_crypto.c168 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum()
264 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum_v2()
/linux/include/crypto/
A Dhash.h273 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
/linux/drivers/crypto/rockchip/
A Drk3288_crypto_ahash.c294 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_cra_hash_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-hash.c38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-hash.c38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ss_hash_crainit()
/linux/drivers/crypto/qce/
A Dsha.c356 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in qce_ahash_hmac_setkey()
/linux/net/ipv4/
A Dah4.c490 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
/linux/security/integrity/ima/
A Dima_crypto.c298 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
/linux/net/ipv6/
A Dah6.c688 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
/linux/drivers/crypto/
A Dn2_core.c383 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 Dimg-hash.c678 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
/linux/drivers/crypto/keembay/
A Dkeembay-ocs-hcu-core.c793 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in kmb_ocs_hcu_setkey()
/linux/drivers/scsi/
A Discsi_tcp.c561 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_sw_tcp_conn_create()
/linux/drivers/md/
A Ddm-verity-target.c1159 v->tfm = crypto_alloc_ahash(v->alg_name, 0, 0); in verity_ctr()
/linux/drivers/target/iscsi/
A Discsi_target_login.c87 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_login_setup_crypto()
/linux/drivers/crypto/marvell/cesa/
A Dhash.c1218 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c1152 tfm = crypto_alloc_ahash(alg, 0, 0); in __safexcel_hmac_setkey()
2541 ctx->fback = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in safexcel_sha3_cra_init()
/linux/drivers/nvme/target/
A Dtcp.c835 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in nvmet_tcp_alloc_crypto()

Completed in 50 milliseconds

12