Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/ccree/
Dcc_buffer_mgr.c38 case CC_DMA_BUF_MLLI: in cc_dma_buf_type()
352 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI && in cc_unmap_cipher_request()
410 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
414 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
428 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
430 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
440 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
506 if ((areq_ctx->assoc_buff_type == CC_DMA_BUF_MLLI || in cc_unmap_aead_request()
507 areq_ctx->data_buff_type == CC_DMA_BUF_MLLI) && in cc_unmap_aead_request()
636 areq_ctx->assoc_buff_type = CC_DMA_BUF_MLLI; in cc_aead_chain_assoc()
[all …]
Dcc_buffer_mgr.h18 CC_DMA_BUF_MLLI enumerator
Dcc_aead.c742 case CC_DMA_BUF_MLLI: in cc_set_assoc_desc()
790 case CC_DMA_BUF_MLLI: in cc_proc_authen_desc()
853 case CC_DMA_BUF_MLLI: in cc_proc_cipher_desc()
1166 if ((req_ctx->assoc_buff_type == CC_DMA_BUF_MLLI || in cc_mlli_to_sram()
1167 req_ctx->data_buff_type == CC_DMA_BUF_MLLI || in cc_mlli_to_sram()
Dcc_cipher.c779 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_setup_mlli_desc()