/linux/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/fs/verity/ |
A D | hash_algs.c | 68 tfm = crypto_alloc_ahash(alg->name, 0, 0); in fsverity_get_hash_alg()
|
/linux/crypto/ |
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);
|
A D | algif_hash.c | 396 return crypto_alloc_ahash(name, type, mask); in hash_bind()
|
A D | cryptd.c | 966 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
|
A D | tcrypt.c | 837 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 D | gss_krb5_crypto.c | 168 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 D | hash.h | 273 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
|
/linux/drivers/crypto/rockchip/ |
A D | rk3288_crypto_ahash.c | 294 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_cra_hash_init()
|
/linux/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce-hash.c | 38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ce_hash_crainit()
|
/linux/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss-hash.c | 38 op->fallback_tfm = crypto_alloc_ahash(crypto_tfm_alg_name(tfm), 0, in sun8i_ss_hash_crainit()
|
/linux/drivers/crypto/qce/ |
A D | sha.c | 356 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in qce_ahash_hmac_setkey()
|
/linux/net/ipv4/ |
A D | ah4.c | 490 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
|
/linux/security/integrity/ima/ |
A D | ima_crypto.c | 298 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
|
/linux/net/ipv6/ |
A D | ah6.c | 688 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
|
/linux/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 | 678 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
|
/linux/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/drivers/scsi/ |
A D | iscsi_tcp.c | 561 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_sw_tcp_conn_create()
|
/linux/drivers/md/ |
A D | dm-verity-target.c | 1159 v->tfm = crypto_alloc_ahash(v->alg_name, 0, 0); in verity_ctr()
|
/linux/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/drivers/crypto/marvell/cesa/ |
A D | hash.c | 1218 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
|
/linux/drivers/crypto/inside-secure/ |
A D | safexcel_hash.c | 1152 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 D | tcp.c | 835 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in nvmet_tcp_alloc_crypto()
|