Lines Matching refs:uuid
604 static FILE *open_ta_file(const TEEC_UUID *uuid, const char *mode) in open_ta_file() argument
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()
623 TEEC_UUID uuid = PTA_SECSTOR_TA_MGMT_UUID; in load_corrupt_ta() local
633 xtest_teec_open_session(&session, &uuid, NULL, &ret_orig))) in load_corrupt_ta()
675 TEEC_UUID uuid = PTA_SECSTOR_TA_MGMT_UUID; in test_1008_corrupt_ta() local
680 res = xtest_teec_open_session(&session, &uuid, NULL, &ret_orig); in test_1008_corrupt_ta()
891 TEEC_UUID uuid = rpc_test_ta_uuid; in xtest_tee_test_1011() local
894 xtest_teec_open_session(&session, &uuid, NULL, &ret_orig))) in xtest_tee_test_1011()
930 TEEC_UUID uuid = sims_test_ta_uuid; in xtest_tee_test_1012() local
945 xtest_teec_open_session(&session1, &uuid, NULL, in xtest_tee_test_1012()
962 xtest_teec_open_session(&session2, &uuid, NULL, in xtest_tee_test_1012()
1032 const TEEC_UUID *uuid; member
1053 a->res = xtest_teec_open_session(&session, a->uuid, NULL, in test_1013_thread()
1086 const TEEC_UUID *uuid) in xtest_tee_test_1013_single() argument
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()
1571 const TEEC_UUID *uuid) in open_sec_session() argument
1577 op.params[0].tmpref.buffer = (void *)uuid; in open_sec_session()
1578 op.params[0].tmpref.size = sizeof(*uuid); in open_sec_session()
1609 const TEEC_UUID *uuid) in trigger_panic() argument
1614 if (!uuid) { in trigger_panic()
1618 op.params[0].tmpref.buffer = (void *)uuid; in trigger_panic()
1619 op.params[0].tmpref.size = sizeof(*uuid); in trigger_panic()
1628 static void test_panic_ca_to_ta(ADBG_Case_t *c, const TEEC_UUID *uuid, in test_panic_ca_to_ta() argument
1638 xtest_teec_open_session(&cs[0], uuid, NULL, in test_panic_ca_to_ta()
1643 xtest_teec_open_session(&cs[1], uuid, NULL, in test_panic_ca_to_ta()
1675 xtest_teec_open_session(&cs[1], uuid, NULL, in test_panic_ca_to_ta()
1681 xtest_teec_open_session(&cs[2], uuid, NULL, in test_panic_ca_to_ta()