Lines Matching refs:hash_alg_common
45 * struct hash_alg_common - define properties of message digest
59 * The hash_alg_common data structure now adds the hash-specific
70 struct hash_alg_common HASH_ALG_COMMON;
156 * @halg: see struct hash_alg_common
172 struct hash_alg_common halg;
222 * @halg: see struct hash_alg_common
223 * @HASH_ALG_COMMON: see struct hash_alg_common
246 struct hash_alg_common halg;
365 static inline struct hash_alg_common *__crypto_hash_alg_common(
368 return container_of(alg, struct hash_alg_common, base);
371 static inline struct hash_alg_common *crypto_hash_alg_common(
570 struct hash_alg_common *alg)
579 static inline int crypto_hash_errstat(struct hash_alg_common *alg, int err)
604 struct hash_alg_common *alg = crypto_hash_alg_common(tfm);