Searched refs:crypto_tfm_ctx_dma (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/crypto/internal/
H A Dkpp.h83 return crypto_tfm_ctx_dma(&tfm->base);
H A Dakcipher.h66 return crypto_tfm_ctx_dma(&tfm->base);
H A Daead.h44 return crypto_tfm_ctx_dma(&tfm->base);
H A Dskcipher.h237 return crypto_tfm_ctx_dma(&tfm->base);
H A Dhash.h139 return crypto_tfm_ctx_dma(crypto_ahash_tfm(tfm));
/linux-master/drivers/crypto/ccp/
H A Dccp-crypto-main.c142 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(req->tfm);
186 ctx = crypto_tfm_ctx_dma(held->req->tfm);
H A Dccp-crypto-sha.c333 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(tfm);
351 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(tfm);
H A Dccp-crypto-aes-cmac.c337 struct ccp_ctx *ctx = crypto_tfm_ctx_dma(tfm);
/linux-master/include/crypto/
H A Dalgapi.h205 static inline void *crypto_tfm_ctx_dma(struct crypto_tfm *tfm) function
/linux-master/drivers/crypto/ccree/
H A Dcc_hash.c1112 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);
1122 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);
1143 struct cc_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);
/linux-master/drivers/crypto/caam/
H A Dcaamhash.c1871 struct caam_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);
H A Dcaamalg_qi2.c4562 struct caam_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);
4620 struct caam_hash_ctx *ctx = crypto_tfm_ctx_dma(tfm);

Completed in 194 milliseconds