Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dtiming.h29 struct mbedtls_timing_hr_time { struct
37 struct mbedtls_timing_hr_time MBEDTLS_PRIVATE(timer);
47 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset);
/openthread-latest/third_party/mbedtls/repo/library/
Dtiming.c66 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
86 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
/openthread-latest/third_party/mbedtls/repo/tests/include/alt-dummy/
Dtiming_alt.h10 struct mbedtls_timing_hr_time { struct
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_timing.function22 struct mbedtls_timing_hr_time time;
/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dload_roots.c84 struct mbedtls_timing_hr_time timer; in main()
/openthread-latest/third_party/mbedtls/repo/programs/test/
Dudp_proxy.c356 static struct mbedtls_timing_hr_time hires; in elapsed_time()