hash_alg_common    51 include/crypto/hash.h 	struct hash_alg_common halg;
hash_alg_common    84 include/crypto/hash.h 		__attribute__ ((aligned(__alignof__(struct hash_alg_common))));
hash_alg_common   134 include/crypto/hash.h static inline struct hash_alg_common *__crypto_hash_alg_common(
hash_alg_common   137 include/crypto/hash.h 	return container_of(alg, struct hash_alg_common, base);
hash_alg_common   140 include/crypto/hash.h static inline struct hash_alg_common *crypto_hash_alg_common(
hash_alg_common    87 include/crypto/internal/hash.h 			    struct hash_alg_common *alg,
hash_alg_common    95 include/crypto/internal/hash.h struct hash_alg_common *ahash_attr_alg(struct rtattr *rta, u32 type, u32 mask);