crypto_hash       291 include/crypto/algapi.h static inline struct crypto_hash *crypto_spawn_hash(struct crypto_spawn *spawn)
crypto_hash       299 include/crypto/algapi.h static inline void *crypto_hash_ctx(struct crypto_hash *tfm)
crypto_hash       304 include/crypto/algapi.h static inline void *crypto_hash_ctx_aligned(struct crypto_hash *tfm)
crypto_hash       134 include/linux/crypto.h struct crypto_hash;
crypto_hash       206 include/linux/crypto.h 	struct crypto_hash *tfm;
crypto_hash       398 include/linux/crypto.h 	int (*setkey)(struct crypto_hash *tfm, const u8 *key,
crypto_hash      1124 include/linux/crypto.h static inline struct crypto_hash *__crypto_hash_cast(struct crypto_tfm *tfm)
crypto_hash      1126 include/linux/crypto.h 	return (struct crypto_hash *)tfm;
crypto_hash      1129 include/linux/crypto.h static inline struct crypto_hash *crypto_hash_cast(struct crypto_tfm *tfm)
crypto_hash      1136 include/linux/crypto.h static inline struct crypto_hash *crypto_alloc_hash(const char *alg_name,
crypto_hash      1147 include/linux/crypto.h static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm)
crypto_hash      1152 include/linux/crypto.h static inline void crypto_free_hash(struct crypto_hash *tfm)
crypto_hash      1167 include/linux/crypto.h static inline struct hash_tfm *crypto_hash_crt(struct crypto_hash *tfm)
crypto_hash      1172 include/linux/crypto.h static inline unsigned int crypto_hash_blocksize(struct crypto_hash *tfm)
crypto_hash      1177 include/linux/crypto.h static inline unsigned int crypto_hash_alignmask(struct crypto_hash *tfm)
crypto_hash      1182 include/linux/crypto.h static inline unsigned int crypto_hash_digestsize(struct crypto_hash *tfm)
crypto_hash      1187 include/linux/crypto.h static inline u32 crypto_hash_get_flags(struct crypto_hash *tfm)
crypto_hash      1192 include/linux/crypto.h static inline void crypto_hash_set_flags(struct crypto_hash *tfm, u32 flags)
crypto_hash      1197 include/linux/crypto.h static inline void crypto_hash_clear_flags(struct crypto_hash *tfm, u32 flags)
crypto_hash      1226 include/linux/crypto.h static inline int crypto_hash_setkey(struct crypto_hash *hash,
crypto_hash        93 include/net/sctp/auth.h void sctp_auth_destroy_hmacs(struct crypto_hash *auth_hmacs[]);
crypto_hash        84 include/net/sctp/structs.h struct crypto_hash;
crypto_hash       170 include/net/sctp/structs.h 	struct crypto_hash *hmac;
crypto_hash      1235 include/net/sctp/structs.h 	struct crypto_hash **auth_hmacs;
crypto_hash      1244 include/net/tcp.h struct crypto_hash;