Home
last modified time | relevance | path

Searched refs:crypto_shash_statesize (Results 1 – 10 of 10) 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 Dhctr2.c89 p += crypto_shash_statesize(tctx->polyval); in hctr2_hashed_tweaklen()
375 crypto_shash_statesize(polyval)); in hctr2_init_tfm()
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.c1303 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1962 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.h818 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.c545 int ss = crypto_shash_statesize(ctx->hashalg); in cpt_aead_init()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1766 statesize = crypto_shash_statesize(ctx->fallback_tfm); in tegra_cmac_init_fallback()