crypto_ahash       36 include/crypto/cryptd.h 	struct crypto_ahash base;
crypto_ahash       40 include/crypto/cryptd.h 	struct crypto_ahash *tfm)
crypto_ahash       18 include/crypto/hash.h struct crypto_ahash;
crypto_ahash       48 include/crypto/hash.h 	int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
crypto_ahash       98 include/crypto/hash.h 	int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
crypto_ahash      110 include/crypto/hash.h static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm)
crypto_ahash      112 include/crypto/hash.h 	return container_of(tfm, struct crypto_ahash, base);
crypto_ahash      115 include/crypto/hash.h struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
crypto_ahash      118 include/crypto/hash.h static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
crypto_ahash      123 include/crypto/hash.h static inline void crypto_free_ahash(struct crypto_ahash *tfm)
crypto_ahash      129 include/crypto/hash.h 	struct crypto_ahash *tfm)
crypto_ahash      141 include/crypto/hash.h 	struct crypto_ahash *tfm)
crypto_ahash      146 include/crypto/hash.h static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm)
crypto_ahash      151 include/crypto/hash.h static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm)
crypto_ahash      156 include/crypto/hash.h static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm)
crypto_ahash      161 include/crypto/hash.h static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags)
crypto_ahash      166 include/crypto/hash.h static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags)
crypto_ahash      171 include/crypto/hash.h static inline struct crypto_ahash *crypto_ahash_reqtfm(
crypto_ahash      177 include/crypto/hash.h static inline unsigned int crypto_ahash_reqsize(struct crypto_ahash *tfm)
crypto_ahash      187 include/crypto/hash.h int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
crypto_ahash      214 include/crypto/hash.h 					 struct crypto_ahash *tfm)
crypto_ahash      220 include/crypto/hash.h 	struct crypto_ahash *tfm, gfp_t gfp)
crypto_ahash      131 include/crypto/internal/hash.h static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm)
crypto_ahash      142 include/crypto/internal/hash.h static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm,
crypto_ahash      176 include/crypto/internal/hash.h static inline struct crypto_ahash *crypto_spawn_ahash(
crypto_ahash      195 include/crypto/internal/hash.h 					  struct crypto_ahash *tfm)
crypto_ahash       18 include/crypto/mcryptd.h 	struct crypto_ahash base;
crypto_ahash       22 include/crypto/mcryptd.h 	struct crypto_ahash *tfm)
crypto_ahash        6 include/net/ah.h struct crypto_ahash;
crypto_ahash       12 include/net/ah.h 	struct crypto_ahash	*ahash;