Home
last modified time | relevance | path

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

/linux/crypto/
A Dhmac.c36 crypto_shash_statesize(tfm) * 2, in hmac_ctx()
45 int ss = crypto_shash_statesize(parent); in hmac_setkey()
117 int ss = crypto_shash_statesize(parent); in hmac_final()
132 int ss = crypto_shash_statesize(parent); in hmac_finup()
A Dtestmgr.c1182 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1847 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/linux/drivers/crypto/
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/
A Dhash.h791 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_algs.c743 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()
/linux/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_algs.c798 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()

Completed in 22 milliseconds