Home
last modified time | relevance | path

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

/Linux-v6.6/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()
375 crypto_shash_statesize(polyval)); in hctr2_init_tfm()
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()
/Linux-v6.6/fs/verity/
Dhash_algs.c125 hashstate = kmalloc(crypto_shash_statesize(alg->tfm), GFP_KERNEL); in fsverity_prepare_hash_state()
/Linux-v6.6/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.6/include/crypto/
Dhash.h845 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/Linux-v6.6/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c744 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()
/Linux-v6.6/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c799 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()