Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dhmac.c41 crypto_shash_statesize(tfm) * 2, in hmac_ctx()
50 int ss = crypto_shash_statesize(parent); in hmac_setkey()
129 int ss = crypto_shash_statesize(parent); in hmac_final()
146 int ss = crypto_shash_statesize(parent); in hmac_finup()
/Linux-v4.19/drivers/crypto/
Dpadlock-sha.c455 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_export_nano()
465 int statesize = crypto_shash_statesize(desc->tfm); in padlock_sha_import_nano()
/Linux-v4.19/include/crypto/
Dhash.h755 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize() function