Home
last modified time | relevance | path

Searched refs:timeMid (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientLoadTa.c19 b = (uuid1.timeMid == uuid2.timeMid); in is_uuid_equal()
36 d->timeMid = (s[4] << 8) | s[5]; in tee_uuid_from_octets()
91 uuid.timeMid, in search_ta()
132 ta_uuid.timeMid, in search_ta()
H A DOpteeClientSMC.c30 d[4] = s->timeMid >> 8; in tee_uuid_to_octets()
31 d[5] = s->timeMid; in tee_uuid_to_octets()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_api_types.h24 uint16_t timeMid; member
H A Dtee_client_api.h228 uint16_t timeMid; member