Searched refs:crypto_tfm_ctx_dma (Results 1 – 5 of 5) sorted by relevance
145 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(req->tfm); in ccp_crypto_complete()189 ctx = crypto_tfm_ctx_dma(held->req->tfm); in ccp_crypto_complete()
337 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(tfm); in ccp_aes_cmac_cra_init()
83 return crypto_tfm_ctx_dma(&tfm->base); in kpp_tfm_ctx_dma()
44 return crypto_tfm_ctx_dma(&tfm->base); in crypto_aead_ctx_dma()
209 static inline void *crypto_tfm_ctx_dma(struct crypto_tfm *tfm) in crypto_tfm_ctx_dma() function