Home
last modified time | relevance | path

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

/optee_client/tee-supplicant/src/
A Dprof.c107 u->timeLow, u->timeMid, u->timeHiAndVersion, in prof_process()
A Dteec_ta_load.c106 destination->timeLow, in try_load_secure_module()
A Dplugin.c47 d->timeLow = ((uint32_t)s[0] << 24) | ((uint32_t)s[1] << 16) | in uuid_from_octets()
A Dtee_supplicant.c269 d->timeLow = (s[0] << 24) | (s[1] << 16) | (s[2] << 8) | s[3]; in uuid_from_octets()
/optee_client/public/
A Dtee_client_api.h268 uint32_t timeLow; member
/optee_client/libteec/src/
A Dtee_client_api.c530 d[0] = s->timeLow >> 24; in uuid_to_octets()
531 d[1] = s->timeLow >> 16; in uuid_to_octets()
532 d[2] = s->timeLow >> 8; in uuid_to_octets()
533 d[3] = s->timeLow; in uuid_to_octets()

Completed in 9 milliseconds