Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c70 * @dst_dll: OCS DMA linked list for output data.
91 struct ocs_dll_desc dst_dll; member
247 rctx->dst_dll.dma_addr = DMA_MAPPING_ERROR; in ocs_aes_init_rctx()
395 cleanup_ocs_dma_linked_list(dev, &rctx->dst_dll); in kmb_ocs_sk_dma_cleanup()
433 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_inplace()
439 * the value of dst_dll.dma_addr, as we do in-place AES operation on in kmb_ocs_sk_prepare_inplace()
442 rctx->src_dll.dma_addr = rctx->dst_dll.dma_addr; in kmb_ocs_sk_prepare_inplace()
483 rctx->dst_dma_count, &rctx->dst_dll, in kmb_ocs_sk_prepare_notinplace()
499 rc = ocs_aes_bypass_op(tctx->aes_dev, rctx->dst_dll.dma_addr, in kmb_ocs_sk_prepare_notinplace()
550 rctx->dst_dll in kmb_ocs_sk_run()
[all...]

Completed in 2 milliseconds