Searched refs:result_buf (Results 1 – 5 of 5) sorted by relevance
25 dma->result_buf = kmalloc(QCE_RESULT_BUF_SZ + QCE_IGNORE_BUF_SZ, in qce_dma_request()27 if (!dma->result_buf) { in qce_dma_request()32 dma->ignore_buf = dma->result_buf + QCE_RESULT_BUF_SZ; in qce_dma_request()46 kfree(dma->result_buf); in qce_dma_release()
33 struct qce_result_dump *result_buf; member
37 struct qce_result_dump *result = qce->dma.result_buf; in qce_ahash_done()96 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()
96 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ablkcipher_async_req_handle()
373 char *result_buf, unsigned int maxlen) in dust_message() argument