Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Duuid.c12 d[0] = s->timeLow >> 24; in tee_uuid_to_octets()
13 d[1] = s->timeLow >> 16; in tee_uuid_to_octets()
14 d[2] = s->timeLow >> 8; in tee_uuid_to_octets()
15 d[3] = s->timeLow; in tee_uuid_to_octets()
25 d->timeLow = SHIFT_U32(s[0], 24) | SHIFT_U32(s[1], 16) | in tee_uuid_from_octets()
/optee_os-3.20.0/core/arch/arm/sm/
A Dstd_smc.c59 args->a0 = uuid.timeLow; in smc_std_handler()
/optee_os-3.20.0/lib/libutee/
A Dtee_uuid_from_str.c54 u.timeLow = parse_hex(p, 8, &res); in tee_uuid_from_str()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_types.h23 uint32_t timeLow; member

Completed in 4 milliseconds