Home
last modified time | relevance | path

Searched defs:crypto_ahash (Results 1 – 1 of 1) sorted by relevance

/linux/include/crypto/
H A Dhash.h265 struct crypto_ahash { struct
266 bool using_shash; /* Underlying algorithm is shash, not ahash */
267 unsigned int statesize;
291 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument