/optee_test/host/xtest/ |
A D | xtest_uuid_helpers.c | 47 TEEC_Result xtest_uuid_from_str(TEEC_UUID *uuid, const char *s) in xtest_uuid_from_str() argument 80 *uuid = u; in xtest_uuid_from_str() 86 TEEC_Result xtest_uuid_v5(TEEC_UUID *uuid, const TEEC_UUID *ns, in xtest_uuid_v5() argument 143 uuid->timeLow = be32toh(be32); in xtest_uuid_v5() 145 uuid->timeMid = be16toh(be16); in xtest_uuid_v5() 147 uuid->timeHiAndVersion = be16toh(be16); in xtest_uuid_v5() 148 memcpy(uuid->clockSeqAndNode, &hash[8], sizeof(uuid->clockSeqAndNode)); in xtest_uuid_v5()
|
A D | xtest_uuid_helpers.h | 16 TEEC_Result xtest_uuid_from_str(TEEC_UUID *uuid, const char *s); 22 TEEC_Result xtest_uuid_v5(TEEC_UUID *uuid, const TEEC_UUID *ns,
|
A D | regression_1000.c | 610 TA_DIR, uuid->timeLow, uuid->timeMid, uuid->timeHiAndVersion, in open_ta_file() 611 uuid->clockSeqAndNode[0], uuid->clockSeqAndNode[1], in open_ta_file() 612 uuid->clockSeqAndNode[2], uuid->clockSeqAndNode[3], in open_ta_file() 613 uuid->clockSeqAndNode[4], uuid->clockSeqAndNode[5], in open_ta_file() 614 uuid->clockSeqAndNode[6], uuid->clockSeqAndNode[7]); in open_ta_file() 1032 const TEEC_UUID *uuid; member 1119 arg[n].uuid = uuid; in xtest_tee_test_1013_single() 1131 !memcmp(uuid, &concurrent_large_ta_uuid, sizeof(*uuid))) { in xtest_tee_test_1013_single() 1162 arg[n].uuid = uuid; in xtest_tee_test_1013_single() 1178 !memcmp(uuid, &concurrent_large_ta_uuid, sizeof(*uuid))) { in xtest_tee_test_1013_single() [all …]
|
A D | install_ta.c | 118 TEEC_UUID uuid = PTA_SECSTOR_TA_MGMT_UUID; in install_ta_runner_cmd_parser() local 127 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in install_ta_runner_cmd_parser()
|
A D | stats.c | 59 TEEC_UUID uuid = STATS_UUID; in open_sess() local 67 res = TEEC_OpenSession(ctx, sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in open_sess()
|
A D | sdp_basic.c | 165 const TEEC_UUID *uuid = NULL; in create_tee_ctx() local 172 uuid = &sdp_basic_ta_uuid; in create_tee_ctx() 175 uuid = &pta_invoke_tests_ta_uuid; in create_tee_ctx() 185 teerc = TEEC_OpenSession(&ctx->ctx, &ctx->sess, uuid, in create_tee_ctx()
|
A D | xtest_helpers.h | 28 const TEEC_UUID *uuid, TEEC_Operation *op,
|
A D | sha_perf.c | 55 TEEC_UUID uuid = TA_SHA_PERF_UUID; in open_ta() local 61 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in open_ta()
|
A D | xtest_helpers.c | 30 const TEEC_UUID *uuid, TEEC_Operation *op, in xtest_teec_open_session() argument 33 return TEEC_OpenSession(&xtest_teec_ctx, session, uuid, in xtest_teec_open_session()
|
A D | aes_perf.c | 113 TEEC_UUID uuid = TA_AES_PERF_UUID; in open_ta() local 119 res = TEEC_OpenSession(&ctx, &sess, &uuid, TEEC_LOGIN_PUBLIC, NULL, in open_ta()
|
/optee_test/ta/sims/ |
A D | ta_sims.c | 30 TEE_UUID *uuid = NULL; in sims_open_ta_session() local 42 if (params[0].memref.size != sizeof(*uuid)) in sims_open_ta_session() 45 uuid = TEE_Malloc(sizeof(*uuid), TEE_MALLOC_FILL_ZERO); in sims_open_ta_session() 46 if (!uuid) in sims_open_ta_session() 49 TEE_MemMove(uuid, params[0].memref.buffer, params[0].memref.size); in sims_open_ta_session() 51 res = TEE_OpenTASession(uuid, TEE_TIMEOUT_INFINITE, 0, NULL, in sims_open_ta_session() 53 TEE_Free(uuid); in sims_open_ta_session()
|
/optee_test/ta/supp_plugin/ |
A D | ta_entry.c | 16 static const TEE_UUID uuid = TEST_PLUGIN_UUID; variable 32 return tee_invoke_supp_plugin(&uuid, TEST_PLUGIN_CMD_PING, 0, NULL, 0, in TA_OpenSessionEntryPoint() 60 res = tee_invoke_supp_plugin(&uuid, TEST_PLUGIN_CMD_PASS_VALUES, in pass_values() 82 res = tee_invoke_supp_plugin(&uuid, TEST_PLUGIN_CMD_WRITE_ARR, 0, in write_array() 103 res = tee_invoke_supp_plugin(&uuid, TEST_PLUGIN_CMD_GET_ARR, 0, in get_array() 124 return tee_invoke_supp_plugin(&uuid, 0, 0, NULL, 10, NULL); in bad_input_data() 132 return tee_invoke_supp_plugin(&uuid, 0, 0, data, 0, NULL); in bad_input_inlen()
|
/optee_test/ta/sdp_basic/ |
A D | ta_sdp_basic.c | 250 const TEE_UUID uuid = TA_SDP_BASIC_UUID; in cmd_invoke() local 256 res = TEE_OpenTASession(&uuid, TEE_TIMEOUT_INFINITE, 0, NULL, in cmd_invoke() 284 const TEE_UUID uuid = PTA_INVOKE_TESTS_UUID; in cmd_invoke_pta() local 290 res = TEE_OpenTASession(&uuid, TEE_TIMEOUT_INFINITE, 0, NULL, in cmd_invoke_pta()
|
/optee_test/ta/rpc_test/ |
A D | ta_rpc.c | 139 TEE_UUID uuid = TA_SIMS_TEST_UUID; in rpc_open() local 148 res = TEE_OpenTASession(&uuid, TEE_TIMEOUT_INFINITE, 0, NULL, &session, in rpc_open()
|
/optee_test/ta/os_test/ |
A D | os_test.c | 465 TEE_UUID *uuid = NULL; in test_mem_access_right() local 502 uuid = TEE_Malloc(sizeof(*uuid), 0); in test_mem_access_right() 503 if (!uuid) in test_mem_access_right() 508 uuid, sizeof(*uuid)); in test_mem_access_right() 509 TEE_Free(uuid); in test_mem_access_right() 1348 memcpy(params[1].memref.buffer, &identity.uuid, sizeof(TEE_UUID)); in ta_entry_client_identity()
|
/optee_test/host/supp_plugin/ |
A D | test_supp_plugin.c | 91 .uuid = TEST_PLUGIN_UUID,
|
/optee_test/host/xtest/gp/include/ |
A D | xml_internal_api.h | 642 TEEC_UUID *uuid, uint32_t exp_eo) in Invoke_OpenTASession() argument 647 TEEC_UUID swapped_uuid = *uuid; in Invoke_OpenTASession() 651 .size = sizeof(*uuid), in Invoke_OpenTASession() 668 op.params[1].memref.size = sizeof(*uuid); in Invoke_OpenTASession()
|
/optee_test/host/xtest/gp/patches/ |
A D | 0006-TTA_TCF-fix-CmdTEEGetPropertyA-_withoutEnum.patch | 132 char nWrongResultString[10] = "wrong uuid";
|