Lines Matching defs:tfm
148 struct crypto_shash *tfm; member
230 static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm) in __crypto_ahash_cast()
252 static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm) in crypto_ahash_tfm()
261 static inline void crypto_free_ahash(struct crypto_ahash *tfm) in crypto_free_ahash()
278 static inline const char *crypto_ahash_alg_name(struct crypto_ahash *tfm) in crypto_ahash_alg_name()
283 static inline const char *crypto_ahash_driver_name(struct crypto_ahash *tfm) in crypto_ahash_driver_name()
289 struct crypto_ahash *tfm) in crypto_ahash_alignmask()
303 static inline unsigned int crypto_ahash_blocksize(struct crypto_ahash *tfm) in crypto_ahash_blocksize()
315 struct crypto_ahash *tfm) in crypto_hash_alg_common()
330 static inline unsigned int crypto_ahash_digestsize(struct crypto_ahash *tfm) in crypto_ahash_digestsize()
345 static inline unsigned int crypto_ahash_statesize(struct crypto_ahash *tfm) in crypto_ahash_statesize()
350 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags()
355 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags()
360 static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_clear_flags()
387 static inline unsigned int crypto_ahash_reqsize(struct crypto_ahash *tfm) in crypto_ahash_reqsize()
483 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_import() local
504 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in crypto_ahash_init() local
548 struct crypto_ahash *tfm) in ahash_request_set_tfm()
566 struct crypto_ahash *tfm, gfp_t gfp) in ahash_request_alloc()
687 static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm) in crypto_shash_tfm()
696 static inline void crypto_free_shash(struct crypto_shash *tfm) in crypto_free_shash()
701 static inline const char *crypto_shash_alg_name(struct crypto_shash *tfm) in crypto_shash_alg_name()
706 static inline const char *crypto_shash_driver_name(struct crypto_shash *tfm) in crypto_shash_driver_name()
712 struct crypto_shash *tfm) in crypto_shash_alignmask()
726 static inline unsigned int crypto_shash_blocksize(struct crypto_shash *tfm) in crypto_shash_blocksize()
736 static inline struct shash_alg *crypto_shash_alg(struct crypto_shash *tfm) in crypto_shash_alg()
750 static inline unsigned int crypto_shash_digestsize(struct crypto_shash *tfm) in crypto_shash_digestsize()
755 static inline unsigned int crypto_shash_statesize(struct crypto_shash *tfm) in crypto_shash_statesize()
760 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags()
765 static inline void crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) in crypto_shash_set_flags()
770 static inline void crypto_shash_clear_flags(struct crypto_shash *tfm, u32 flags) in crypto_shash_clear_flags()
790 static inline unsigned int crypto_shash_descsize(struct crypto_shash *tfm) in crypto_shash_descsize()
861 struct crypto_shash *tfm = desc->tfm; in crypto_shash_import() local
882 struct crypto_shash *tfm = desc->tfm; in crypto_shash_init() local