Home
last modified time | relevance | path

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

/linux-6.15/drivers/crypto/
H A Dmxs-dcp.c77 struct dcp_coherent_block *coh; member
183 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_start_dma()
230 struct dcp_dma_desc *desc = &sdcp->coh->desc[actx->chan]; in mxs_dcp_run_aes()
326 uint8_t *in_buf = sdcp->coh->aes_in_buf; in mxs_dcp_aes_block_crypt()
327 uint8_t *out_buf = sdcp->coh->aes_out_buf; in mxs_dcp_aes_block_crypt()
333 uint8_t *key = sdcp->coh->aes_key; in mxs_dcp_aes_block_crypt()
679 uint8_t *in_buf = sdcp->coh->sha_in_buf; in dcp_sha_req_to_buf()
680 uint8_t *out_buf = sdcp->coh->sha_out_buf; in dcp_sha_req_to_buf()
1101 sdcp->coh = devm_kzalloc(dev, sizeof(*sdcp->coh) + DCP_ALIGNMENT, in mxs_dcp_probe()
1103 if (!sdcp->coh) in mxs_dcp_probe()
[all …]
/linux-6.15/arch/mips/include/asm/pci/
H A Dbridge.h279 coh:1, /* Coh Transaction */ member