Searched refs:result_buf (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_wlan_test.c | 111 char result_buf[128]; in wlan_exec() local 119 memset(result_buf, 0, sizeof(result_buf)); in wlan_exec() 153 snprintf(result_buf,sizeof(result_buf), in wlan_exec() 156 int w_len = write(fd, result_buf, strlen(result_buf)); in wlan_exec()
|
| H A D | echo_ir_test.c | 116 static int save_scan_result(char *result_buf) in save_scan_result() argument 135 assert(strlen(result_buf) <= COMMAND_VALUESIZE); in save_scan_result() 136 int w_len = write(fd, result_buf, strlen(result_buf)); in save_scan_result() 143 log_info("\t -------IR_test_result: %s -------\n", result_buf); in save_scan_result()
|
| H A D | echo_key_test.c | 231 static int save_scan_result(char *result_buf) in save_scan_result() argument 251 int w_len = write(fd, result_buf, strlen(result_buf)); in save_scan_result() 258 log_info("\t -------key_test_result: %s -------\n", result_buf); in save_scan_result()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | ui.h | 133 char *result_buf, int minsize, int maxsize); 135 char *result_buf, int minsize, int maxsize); 137 char *result_buf, int minsize, int maxsize, 140 char *result_buf, int minsize, int maxsize, 144 int flags, char *result_buf); 147 int flags, char *result_buf);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 712 char *result_buf, *buf; 715 result_buf = malloc(result_size); 716 if (result_buf == NULL) { 720 buf = result_buf; 737 if (strstr(result_buf, "ADAPTER STATE UPDATED : ON")) { 752 free(result_buf); 764 char *result_buf, *buf; in check_Sofia3gr_bluedroid_test() local 767 result_buf = malloc(result_size); in check_Sofia3gr_bluedroid_test() 768 if (result_buf == NULL) { in check_Sofia3gr_bluedroid_test() 772 buf = result_buf; in check_Sofia3gr_bluedroid_test() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 3923 int gethostbyname_r (const char *name, struct hostent *result_buf, 3930 struct hostent *result_buf, 4013 ‘STRUCT_TYPE *result_buf’
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 3923 int gethostbyname_r (const char *name, struct hostent *result_buf, 3930 struct hostent *result_buf, 4013 ‘STRUCT_TYPE *result_buf’
|