Searched refs:QCE_RESULT_BUF_SZ (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
H A D | dma.c | 25 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 D | dma.h | 27 #define QCE_RESULT_BUF_SZ \ macro
|
H A D | skcipher.c | 107 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 D | sha.c | 97 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()
|
/kernel/linux/linux-6.6/drivers/crypto/qce/ |
H A D | dma.c | 25 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 D | dma.h | 27 #define QCE_RESULT_BUF_SZ \ macro
|
H A D | skcipher.c | 108 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()
|
H A D | aead.c | 99 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()
|
H A D | sha.c | 103 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()
|
Completed in 5 milliseconds