Lines Matching defs:tfm
117 static inline bool crypto_hash_no_export_core(struct crypto_ahash *tfm) in crypto_hash_no_export_core()
165 static inline void *crypto_ahash_ctx(struct crypto_ahash *tfm) in crypto_ahash_ctx()
170 static inline void *crypto_ahash_ctx_dma(struct crypto_ahash *tfm) in crypto_ahash_ctx_dma()
187 static inline void crypto_ahash_set_statesize(struct crypto_ahash *tfm, in crypto_ahash_set_statesize()
193 static inline void crypto_ahash_set_reqsize(struct crypto_ahash *tfm, in crypto_ahash_set_reqsize()
199 static inline bool crypto_ahash_tested(struct crypto_ahash *tfm) in crypto_ahash_tested()
274 static inline void *crypto_shash_ctx(struct crypto_shash *tfm) in crypto_shash_ctx()
308 static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm) in __crypto_shash_cast()
318 static inline bool crypto_ahash_req_virt(struct crypto_ahash *tfm) in crypto_ahash_req_virt()
323 static inline struct crypto_ahash *crypto_ahash_fb(struct crypto_ahash *tfm) in crypto_ahash_fb()
331 struct crypto_ahash *tfm = crypto_ahash_reqtfm(old); in ahash_fbreq_on_stack_init() local
347 static inline unsigned int crypto_shash_coresize(struct crypto_shash *tfm) in crypto_shash_coresize()