Searched refs:args (Results 1 – 6 of 6) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | ffa_spmc_1000.c | 93 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 D | file_to_c.py | 21 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 D | rsp_to_gcm_test.py | 70 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 D | arm_ffa_user.h | 36 __u32 args[5]; member
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | bio.h | 796 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 D | err.h | 349 void ERR_add_error_vdata(int num, va_list args);
|
Completed in 10 milliseconds