Home
last modified time | relevance | path

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

/include/crypto/
Dhash.h826 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize() function
1002 sizeof(*desc) + crypto_shash_descsize(desc->tfm)); in shash_desc_zero()
/include/linux/
Djbd2.h1735 BUG_ON(crypto_shash_descsize(journal->j_chksum_driver) > in jbd2_chksum()