Home
last modified time | relevance | path

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

/drivers/crypto/ccree/
Dcc_buffer_mgr.c49 case CC_DMA_BUF_MLLI: in cc_dma_buf_type()
391 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI && in cc_unmap_cipher_request()
448 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
452 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
466 req_ctx->dma_buf_type = CC_DMA_BUF_MLLI; in cc_map_cipher_request()
468 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
478 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_map_cipher_request()
543 if ((areq_ctx->assoc_buff_type == CC_DMA_BUF_MLLI || in cc_unmap_aead_request()
544 areq_ctx->data_buff_type == CC_DMA_BUF_MLLI) && in cc_unmap_aead_request()
627 areq_ctx->assoc_buff_type = CC_DMA_BUF_MLLI; in cc_aead_chain_iv()
[all …]
Dcc_buffer_mgr.h18 CC_DMA_BUF_MLLI enumerator
Dcc_aead.c752 case CC_DMA_BUF_MLLI: in cc_set_assoc_desc()
800 case CC_DMA_BUF_MLLI: in cc_proc_authen_desc()
863 case CC_DMA_BUF_MLLI: in cc_proc_cipher_desc()
1176 if ((req_ctx->assoc_buff_type == CC_DMA_BUF_MLLI || in cc_mlli_to_sram()
1177 req_ctx->data_buff_type == CC_DMA_BUF_MLLI || in cc_mlli_to_sram()
Dcc_cipher.c714 if (req_ctx->dma_buf_type == CC_DMA_BUF_MLLI) { in cc_setup_mlli_desc()