Home
last modified time | relevance | path

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

/linux/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.c1277 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1949 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/linux/fs/verity/
H A Dhash_algs.c125 hashstate = kmalloc(crypto_shash_statesize(alg->tfm), GFP_KERNEL); in fsverity_prepare_hash_state()
/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()
/linux/include/crypto/
H A Dhash.h750 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c738 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c827 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1614 statesize = crypto_shash_statesize(ctx->fallback_tfm); in tegra_cmac_init_fallback()