Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/intel/qat/qat_common/
Dqat_asym_algs.c70 dma_addr_t dma_d; member
880 qat_req->in.rsa.dec.d = ctx->dma_d; in qat_rsa_dec()
1057 ctx->d = dma_alloc_coherent(dev, ctx->key_sz, &ctx->dma_d, GFP_KERNEL); in qat_rsa_set_d()
1176 dma_free_coherent(dev, ctx->key_sz, ctx->d, ctx->dma_d); in qat_rsa_clear_ctx()