Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qce/
H A Ddma.c25 dma->result_buf = kmalloc(QCE_RESULT_BUF_SZ + QCE_IGNORE_BUF_SZ, in qce_dma_request()
32 dma->ignore_buf = dma->result_buf + QCE_RESULT_BUF_SZ; in qce_dma_request()
H A Ddma.h27 #define QCE_RESULT_BUF_SZ \ macro
H A Dskcipher.c107 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
116 QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
H A Dsha.c97 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()