Home
last modified time | relevance | path

Searched refs:crypto_shash_coresize (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/
H A Dpadlock-sha.c77 crypto_shash_coresize(desc->tfm)); in padlock_sha_export()
84 unsigned int ss = crypto_shash_coresize(desc->tfm); in padlock_sha_import()
/linux/include/crypto/internal/
H A Dhash.h347 static inline unsigned int crypto_shash_coresize(struct crypto_shash *tfm) in crypto_shash_coresize() function