Searched refs:read (Results 1 – 8 of 8) sorted by relevance
/optee_test/host/xtest/gp/patches/ |
A D | 0010-TEE_DataStorage_API.xml.patch | 31 …read size bytes from the data stream associated with the object object into the buffer pointed to … 39 …read size bytes from the data stream associated with the object object into the buffer pointed to … 47 …read size bytes from the data stream associated with the object object into the buffer pointed to … 55 …read size bytes from the data stream associated with the object object into the buffer pointed to … 63 …read size bytes from the data stream associated with the object object into the buffer pointed to … 71 …read size bytes from the data stream associated with the object object into the buffer pointed to … 79 …read size bytes from the data stream associated with the object object into the buffer pointed to … 87 …read size bytes from the data stream associated with the object object into the buffer pointed to …
|
/optee_test/host/xtest/ |
A D | sock_server.h | 32 bool (*read)(void *ptr, int fd, short *events); member
|
A D | sock_server.c | 45 if (!cb->read) in server_io_cb() 47 else if (!cb->read(cb->ptr, fd, events)) in server_io_cb() 212 if (read(ts->quit_fd, &b, 1) != 1) in sock_server()
|
A D | regression_2000.c | 230 r = read(fd, buf, sizeof(buf)); in test_200x_tcp_read_cb() 275 .read = test_200x_tcp_read_cb, in xtest_tee_test_2001() 428 .read = test_200x_tcp_read_cb, in xtest_tee_test_2002_thread()
|
A D | sha_perf.c | 181 s = read(rnd, in, rsize); in read_random()
|
A D | aes_perf.c | 322 s = read(rnd, in, rsize); in read_random()
|
A D | sdp_basic.c | 401 rc = read(fd, rand_buf, RANDOM_BUFFER_SIZE); in get_random_bytes()
|
/optee_test/scripts/ |
A D | file_to_c.py | 32 for x in array.array("B", map(ord, (inf.read()))):
|
Completed in 13 milliseconds