Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H 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()
H A Dtestmgr.c1188 const unsigned int statesize = crypto_shash_statesize(tfm); in test_shash_vec_cfg()
1855 statesize = max(statesize, crypto_shash_statesize(stfm)); in __alg_test_hash()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpadlock-sha.c439 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano()
449 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h791 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function
/OK3568_Linux_fs/kernel/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c742 int state_size = crypto_shash_statesize(ctx->hashalg); in aead_hmac_init()