Searched defs:crypto_ahash (Results 1 – 1 of 1) sorted by relevance
265 struct crypto_ahash { struct266 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