Home
last modified time | relevance | path

Searched refs:write (Results 1 – 7 of 7) sorted by relevance

/optee_test/scripts/
A Dfile_to_c.py26 f.write("/* automatically generated */\n")
27 f.write("#include <stdint.h>\n")
28 f.write("#include <stddef.h>\n\n")
30 f.write("const uint8_t " + args.name + "[] = {\n")
33 f.write("0x" + '{0:02x}'.format(x) + ",")
36 f.write("\n")
38 f.write(" ")
40 f.write("'\\0'};\n")
41 f.write("const size_t " + args.name + "_size = sizeof(" +
A Drsp_to_gcm_test.py33 outf.write('{ TEE_ALG_AES_GCM, ' + mode + ', TEE_TYPE_AES,\n')
34 outf.write('/* Key */ ' + to_compound_str(myvars['Key']) + '\n')
35 outf.write('/* IV */ ' + to_compound_str(myvars['IV']) + '\n')
36 outf.write('0,\n')
37 outf.write('/* AAD */ ' + to_compound_str(myvars['AAD']) + '\n')
38 outf.write('0,\n')
39 outf.write('/* PT */ ' + to_compound_str(myvars['PT']) + '\n')
40 outf.write('/* CT */ ' + to_compound_str(myvars['CT']) + '\n')
41 outf.write('/* Tag */ ' + to_compound_str(myvars['Tag']) + '\n')
42 outf.write(repr(myvars['Line']) + '},\n')
/optee_test/.github/workflows/
A Dstale_issue.yml7 issues: write
8 pull-requests: write
/optee_test/host/xtest/
A Dsock_server.h33 bool (*write)(void *ptr, int fd, short *events); member
A Dsock_server.c52 if (!cb->write) in server_io_cb()
54 else if (!cb->write(cb->ptr, fd, events)) in server_io_cb()
A Dregression_2000.c253 r = write(fd, bytes, num_bytes); in test_200x_tcp_write_cb()
276 .write = test_200x_tcp_write_cb, in xtest_tee_test_2001()
429 .write = test_200x_tcp_write_cb, in xtest_tee_test_2002_thread()
A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,

Completed in 12 milliseconds