Lines Matching refs:crypto_ahash

14 struct crypto_ahash;
142 int (*setkey)(struct crypto_ahash *tfm, const u8 *key,
144 int (*init_tfm)(struct crypto_ahash *tfm);
145 void (*exit_tfm)(struct crypto_ahash *tfm);
224 struct crypto_ahash { struct
232 int (*setkey)(struct crypto_ahash *tfm, const u8 *key, argument
254 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast() argument
256 return container_of(tfm, struct crypto_ahash, base); in __crypto_ahash_cast()
273 struct crypto_ahash *crypto_alloc_ahash(const char *alg_name, u32 type,
276 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) in crypto_ahash_tfm()
287 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash()
304 static inline const char *crypto_ahash_alg_name(struct crypto_ahash *tfm) in crypto_ahash_alg_name()
309 static inline const char *crypto_ahash_driver_name(struct crypto_ahash *tfm) in crypto_ahash_driver_name()
315 struct crypto_ahash *tfm) in crypto_ahash_alignmask()
329 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize()
341 struct crypto_ahash *tfm) in crypto_hash_alg_common()
356 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize()
371 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize()
376 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags()
381 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags()
386 static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_clear_flags()
401 static inline struct crypto_ahash *crypto_ahash_reqtfm( in crypto_ahash_reqtfm()
413 static inline unsigned int crypto_ahash_reqsize(struct crypto_ahash *tfm) in crypto_ahash_reqsize()
434 int crypto_ahash_setkey(struct crypto_ahash *tfm, const u8 *key,
509 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import()
530 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init()
551 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_update()
582 struct crypto_ahash *tfm) in ahash_request_set_tfm()
600 struct crypto_ahash *tfm, gfp_t gfp) in ahash_request_alloc()