Home
last modified time | relevance | path

Searched refs:dma_d (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c114 dma_addr_t dma_d; member
862 qat_req->in.rsa.dec.d = ctx->dma_d; in qat_rsa_dec()
1047 ctx->d = dma_zalloc_coherent(dev, ctx->key_sz, &ctx->dma_d, GFP_KERNEL); in qat_rsa_set_d()
1166 dma_free_coherent(dev, ctx->key_sz, ctx->d, ctx->dma_d); in qat_rsa_clear_ctx()
1292 dma_free_coherent(dev, ctx->key_sz, ctx->d, ctx->dma_d); in qat_rsa_exit_tfm()