Searched refs:result_buf (Results 1 - 10 of 10) 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() 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()
|
H A D | skcipher.c | 33 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_skcipher_done() local 58 memcpy(rctx->iv, result_buf->encr_cntr_iv, rctx->ivsize); in qce_skcipher_done() 107 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
|
H A D | dma.h | 33 struct qce_result_dump *result_buf; member
|
H A D | sha.c | 38 struct qce_result_dump *result = qce->dma.result_buf; in qce_ahash_done() 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() 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()
|
H A D | skcipher.c | 34 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_skcipher_done() local 59 memcpy(rctx->iv, result_buf->encr_cntr_iv, rctx->ivsize); in qce_skcipher_done() 108 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_skcipher_async_req_handle()
|
H A D | dma.h | 33 struct qce_result_dump *result_buf; member
|
H A D | aead.c | 31 struct qce_result_dump *result_buf = qce->dma.result_buf; in qce_aead_done() local 76 scatterwalk_map_and_copy(result_buf->auth_iv, req->dst, in qce_aead_done() 82 ret = memcmp(result_buf->auth_iv, tag, ctx->authsize); in qce_aead_done() 99 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_aead_prepare_result_buf()
|
H A D | sha.c | 44 struct qce_result_dump *result = qce->dma.result_buf; in qce_ahash_done() 103 sg_init_one(&rctx->result_sg, qce->dma.result_buf, QCE_RESULT_BUF_SZ); in qce_ahash_async_req_handle()
|
/kernel/liteos_m/kal/libc/newlib/porting/include/ |
H A D | netdb.h | 173 int gethostbyname2_r(const char * __restrict name, int af, struct hostent * __restrict result_buf, \ 177 int gethostbyaddr_r(const void * __restrict addr, __socklen_t len, int type, struct hostent * __restrict result_buf, \ 180 int getservbyport_r(int port, const char * __restrict proto, struct servent * __restrict result_buf, \ 182 int getservbyname_r(const char *name, const char *proto, struct servent *result_buf, char *buf, size_t buflen, \
|
Completed in 6 milliseconds