Home
last modified time | relevance | path

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

/drivers/crypto/qce/
A Ddma.c35 dma->result_buf = kmalloc(QCE_RESULT_BUF_SZ + QCE_IGNORE_BUF_SZ, in devm_qce_dma_request()
42 dma->ignore_buf = dma->result_buf + QCE_RESULT_BUF_SZ; in devm_qce_dma_request()
A Ddma.h27 #define QCE_RESULT_BUF_SZ \ macro
A Dskcipher.c108 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
117 QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
A Daead.c99 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_aead_prepare_result_buf()
100 return qce_sgtable_add(tbl, &rctx->result_sg, QCE_RESULT_BUF_SZ); in qce_aead_prepare_result_buf()
A Dsha.c103 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()

Completed in 11 milliseconds