Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccree/
H A 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()
636 areq_ctx->assoc_buff_type = CC_DMA_BUF_MLLI; in cc_aead_chain_assoc()
645 areq_ctx->assoc_buff_type = CC_DMA_BUF_MLLI; in cc_aead_chain_assoc()
881 areq_ctx->data_buff_type = CC_DMA_BUF_MLLI; in cc_aead_chain_data()
[all …]
H A Dcc_buffer_mgr.h18 CC_DMA_BUF_MLLI enumerator
H A 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()
H A Dcc_cipher.c779 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_setup_mlli_desc()