Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/qat/qat_common/
Dqat_asym_algs.c69 dma_addr_t dma_d; member
817 qat_req->in.rsa.dec.d = ctx->dma_d; in qat_rsa_dec()
1002 ctx->d = dma_alloc_coherent(dev, ctx->key_sz, &ctx->dma_d, GFP_KERNEL); in qat_rsa_set_d()
1121 dma_free_coherent(dev, ctx->key_sz, ctx->d, ctx->dma_d); in qat_rsa_clear_ctx()
1247 dma_free_coherent(dev, ctx->key_sz, ctx->d, ctx->dma_d); in qat_rsa_exit_tfm()