Home
last modified time | relevance | path

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

/linux/crypto/
H A Dshash.c215 ss = crypto_shash_statesize(tfm); in __crypto_shash_export()
240 unsigned int ss = crypto_shash_statesize(tfm); in crypto_shash_export()
260 ss = crypto_shash_statesize(tfm); in __crypto_shash_import()
291 unsigned int ss = crypto_shash_statesize(tfm); in crypto_shash_import()
H A Dhmac.c40 int ss = crypto_shash_statesize(parent); in hmac_setkey()
136 int ss = crypto_shash_statesize(parent); in hmac_finup()
H A Dtestmgr.c1297 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1956 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-sha.c62 crypto_shash_statesize(tfm_ctx->fbk_tfm)) { in zynqmp_sha_init_tfm()
/linux/include/crypto/internal/
H A Dhash.h349 return crypto_shash_statesize(tfm) - crypto_shash_blocksize(tfm) - 1; in crypto_shash_coresize()
/linux/drivers/crypto/
H A Dpadlock-sha.c174 if (crypto_shash_statesize(hash) != in padlock_init_tfm()
/linux/include/crypto/
H A Dhash.h830 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/linux/drivers/md/
H A Ddm-verity-target.c1389 crypto_shash_statesize(v->shash_tfm), GFP_KERNEL); in verity_setup_salt_and_hashstate()
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c545 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c638 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1767 statesize = crypto_shash_statesize(ctx->fallback_tfm); in tegra_cmac_init_fallback()