Home
last modified time | relevance | path

Searched refs:crypto_shash_statesize (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/crypto/
H A Dhmac.c36 int ss = crypto_shash_statesize(parent); in hmac_setkey()
112 int ss = crypto_shash_statesize(parent); in hmac_final()
128 int ss = crypto_shash_statesize(parent); in hmac_finup()
H A Dhctr2.c89 p += crypto_shash_statesize(tctx->polyval); in hctr2_hashed_tweaklen()
375 crypto_shash_statesize(polyval)); in hctr2_init_tfm()
H A Dtestmgr.c1311 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1985 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/linux-6.15/fs/verity/
H A Dhash_algs.c125 hashstate = kmalloc(crypto_shash_statesize(alg->tfm), GFP_KERNEL); in fsverity_prepare_hash_state()
/linux-6.15/drivers/crypto/
H A Dpadlock-sha.c440 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano()
450 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano()
/linux-6.15/include/crypto/
H A Dhash.h786 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/linux-6.15/drivers/md/
H A Ddm-verity-target.c1405 crypto_shash_statesize(v->shash_tfm), GFP_KERNEL); in verity_setup_salt_and_hashstate()
/linux-6.15/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c545 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c637 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-aes.c1766 statesize = crypto_shash_statesize(ctx->fallback_tfm); in tegra_cmac_init_fallback()