Searched refs:timeMid (Results 1 – 17 of 17) sorted by relevance
63 u.timeMid = parse_hex(p, 4, &res); in xtest_uuid_from_str()102 be16 = htobe16(ns->timeMid); in xtest_uuid_v5()145 uuid->timeMid = be16toh(be16); in xtest_uuid_v5()
609 TA_DIR, uuid->timeLow, uuid->timeMid, uuid->timeHiAndVersion, in open_ta_file()
427 swapped_uuid.timeMid = htons(swapped_uuid.timeMid); in Invoke_ProcessInvokeTAOpenSession()655 swapped_uuid.timeMid = htons(swapped_uuid.timeMid); in Invoke_OpenTASession()
30 d[4] = s->timeMid >> 8; in tee_uuid_to_octets()31 d[5] = s->timeMid; in tee_uuid_to_octets()
62 b = (uuid1.timeMid == uuid2.timeMid); in is_uuid_equal()
46 uint16_t timeMid; member
24 uint16_t timeMid; member
228 uint16_t timeMid; member
253 uint16_t timeMid; member
269 uint16_t timeMid; member
531 d[4] = s->timeMid >> 8; in uuid_to_octets()532 d[5] = s->timeMid; in uuid_to_octets()