Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dhash.h309 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize() function
/linux-4.4.14/crypto/
Dalgif_hash.c187 char state[crypto_ahash_statesize(crypto_ahash_reqtfm(req))]; in hash_accept()