Lines Matching refs:hash_alg_common
26 * struct hash_alg_common - define properties of message digest
39 * The hash_alg_common data structure now adds the hash-specific
42 struct hash_alg_common {
132 * @halg: see struct hash_alg_common
147 struct hash_alg_common halg;
216 /* These fields must match hash_alg_common. */
218 __attribute__ ((aligned(__alignof__(struct hash_alg_common))));
334 static inline struct hash_alg_common *__crypto_hash_alg_common(
337 return container_of(alg, struct hash_alg_common, base);
340 static inline struct hash_alg_common *crypto_hash_alg_common(