Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
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()
Dhctr2.c89 p += crypto_shash_statesize(tctx->polyval); in hctr2_hashed_tweaklen()
376 crypto_shash_statesize(polyval)); in hctr2_init_tfm()
Dtestmgr.c1229 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1894 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/Linux-v6.1/drivers/crypto/
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-v6.1/include/crypto/
Dhash.h793 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/Linux-v6.1/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c743 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()
/Linux-v6.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c798 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()