Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dhmac.c37 crypto_shash_statesize(tfm) * 2, in hmac_ctx()
46 int ss = crypto_shash_statesize(parent); in hmac_setkey()
121 int ss = crypto_shash_statesize(parent); in hmac_final()
136 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.c1280 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1953 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/openbmc/linux/fs/verity/
H A Dhash_algs.c125 hashstate = kmalloc(crypto_shash_statesize(alg->tfm), GFP_KERNEL); in fsverity_prepare_hash_state()
/openbmc/linux/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()
/openbmc/linux/include/crypto/
H A Dhash.h845 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c619 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c551 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()