Lines Matching refs:tfm
185 static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm) in crypto_tfm_ctx() argument
187 return tfm->__crt_ctx; in crypto_tfm_ctx()
190 static inline void *crypto_tfm_ctx_align(struct crypto_tfm *tfm, in crypto_tfm_ctx_align() argument
196 return PTR_ALIGN(crypto_tfm_ctx(tfm), align); in crypto_tfm_ctx_align()
209 static inline void *crypto_tfm_ctx_dma(struct crypto_tfm *tfm) in crypto_tfm_ctx_dma() argument
211 return crypto_tfm_ctx_align(tfm, crypto_dma_align()); in crypto_tfm_ctx_dma()
215 struct crypto_tfm *tfm) in crypto_tfm_alg_instance() argument
217 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
273 static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm) in crypto_tfm_alg_type() argument
275 return tfm->__crt_alg->cra_flags & CRYPTO_ALG_TYPE_MASK; in crypto_tfm_alg_type()
278 static inline bool crypto_tfm_req_virt(struct crypto_tfm *tfm) in crypto_tfm_req_virt() argument
280 return tfm->__crt_alg->cra_flags & CRYPTO_ALG_REQ_VIRT; in crypto_tfm_req_virt()