Home
last modified time | relevance | path

Searched refs:args (Results 1 – 6 of 6) sorted by relevance

/optee_test-3.20.0/host/xtest/
A Dffa_spmc_1000.c93 args->args[0] = test; in start_sp_test()
128 memset(&args, 0, sizeof(args)); in xtest_ffa_spmc_test_1001()
145 memset(&args, 0, sizeof(args)); in xtest_ffa_spmc_test_1001()
156 memset(&args, 0, sizeof(args)); in xtest_ffa_spmc_test_1001()
157 args.args[1] = endpoint2_id; in xtest_ffa_spmc_test_1001()
164 args.args[1] = endpoint1_id; in xtest_ffa_spmc_test_1001()
373 args.args[1] = endpoint2; in xtest_ffa_spmc_test_1003()
414 args.args[1] = endpoint2; in xtest_ffa_spmc_test_1004()
422 args.args[1] = endpoint2; in xtest_ffa_spmc_test_1004()
470 args.args[1] = endpoint2; in xtest_ffa_spmc_test_1005()
[all …]
/optee_test-3.20.0/scripts/
A Dfile_to_c.py21 args = get_args()
23 inf = open(args.inf, 'r')
24 f = open(args.out, 'w')
30 f.write("const uint8_t " + args.name + "[] = {\n")
41 f.write("const size_t " + args.name + "_size = sizeof(" +
42 args.name + ") - 1;\n")
A Drsp_to_gcm_test.py70 args = get_args()
71 inf = args.inf
72 outf = args.outf
76 if args.mode == "encrypt":
81 limited = args.limited
/optee_test-3.20.0/host/xtest/include/uapi/linux/
A Darm_ffa_user.h36 __u32 args[5]; member
/optee_test-3.20.0/host/openssl/include/openssl/
A Dbio.h796 int BIO_vprintf(BIO *bio, const char *format, va_list args)
800 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
A Derr.h349 void ERR_add_error_vdata(int num, va_list args);

Completed in 12 milliseconds