Home
last modified time | relevance | path

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

12

/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst17 …:functions: crypto_alloc_ahash crypto_free_ahash crypto_ahash_init crypto_ahash_digestsize crypto_…
H A Dapi-intro.rst63 tfm = crypto_alloc_ahash("md5", 0, CRYPTO_ALG_ASYNC);
/openbmc/linux/crypto/
H A Dahash.c529 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type, in crypto_alloc_ahash() function
534 EXPORT_SYMBOL_GPL(crypto_alloc_ahash);
H A Dalgif_hash.c389 return crypto_alloc_ahash(name, type, mask); in hash_bind()
H A Dcryptd.c1011 tfm = crypto_alloc_ahash(cryptd_alg_name, type, mask); in cryptd_alloc_ahash()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c96 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 Dgss_krb5_mech.c286 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in gss_krb5_alloc_hash_v2()
H A Dgss_krb5_crypto.c232 tfm = crypto_alloc_ahash(kctx->gk5e->cksum_name, 0, CRYPTO_ALG_ASYNC); in make_checksum()
/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c417 ctx->ahash_fbk = crypto_alloc_ahash(alg_name, 0, in starfive_hash_init_tfm()
452 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in starfive_hash_long_setkey()
/openbmc/linux/include/crypto/
H A Dhash.h302 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c352 tctx->fallback_tfm = crypto_alloc_ahash(alg_name, 0, in rk_hash_init_tfm()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-hash.c37 op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0, in sun8i_ce_hash_init_tfm()
/openbmc/linux/net/ipv4/
H A Dah4.c494 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah_init_state()
/openbmc/linux/drivers/crypto/qce/
H A Dsha.c358 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in qce_ahash_hmac_setkey()
/openbmc/linux/net/ipv6/
H A Dah6.c689 ahash = crypto_alloc_ahash(x->aalg->alg_name, 0, 0); in ah6_init_state()
/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c299 tfm = crypto_alloc_ahash(hash_algo_name[algo], 0, 0); in ima_alloc_atfm()
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c123 op->fallback_tfm = crypto_alloc_ahash(crypto_ahash_alg_name(tfm), 0, in sun8i_ss_hash_init_tfm()
/openbmc/linux/drivers/crypto/
H A Dn2_core.c384 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 Dimg-hash.c682 ctx->fallback = crypto_alloc_ahash(alg_name, 0, in img_hash_cra_init()
/openbmc/linux/drivers/scsi/
H A Discsi_tcp.c600 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_sw_tcp_conn_create()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-hcu-core.c793 ahash_tfm = crypto_alloc_ahash(alg_name, 0, 0); in kmb_ocs_hcu_setkey()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_login.c87 tfm = crypto_alloc_ahash("crc32c", 0, CRYPTO_ALG_ASYNC); in iscsi_login_setup_crypto()
/openbmc/linux/drivers/md/
H A Ddm-verity-target.c1333 v->tfm = crypto_alloc_ahash(v->alg_name, 0, in verity_ctr()
/openbmc/linux/drivers/crypto/marvell/cesa/
H A Dhash.c1193 tfm = crypto_alloc_ahash(hash_alg_name, 0, 0); in mv_cesa_ahmac_setkey()
/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c1126 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()

12