Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientLoadTa.c18 a = (uuid1.timeLow == uuid2.timeLow); in is_uuid_equal()
35 d->timeLow = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in tee_uuid_from_octets()
90 uuid.timeLow, in search_ta()
131 ta_uuid.timeLow, in search_ta()
H A DOpteeClientSMC.c26 d[0] = s->timeLow >> 24; in tee_uuid_to_octets()
27 d[1] = s->timeLow >> 16; in tee_uuid_to_octets()
28 d[2] = s->timeLow >> 8; in tee_uuid_to_octets()
29 d[3] = s->timeLow; in tee_uuid_to_octets()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_api_types.h23 uint32_t timeLow; member
H A Dtee_client_api.h227 uint32_t timeLow; member