Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Dtiming.h41 struct mbedtls_timing_hr_time { struct
49 struct mbedtls_timing_hr_time MBEDTLS_PRIVATE(timer);
59 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset);
/third_party/mbedtls/library/
Dtiming.c78 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
98 unsigned long mbedtls_timing_get_timer(struct mbedtls_timing_hr_time *val, int reset) in mbedtls_timing_get_timer()
/third_party/mbedtls/tests/include/alt-dummy/
Dtiming_alt.h22 struct mbedtls_timing_hr_time { struct
/third_party/mbedtls/tests/suites/
Dtest_suite_timing.function22 struct mbedtls_timing_hr_time time;
/third_party/mbedtls/programs/x509/
Dload_roots.c123 struct mbedtls_timing_hr_time timer; in main()
/third_party/mbedtls/programs/test/
Dudp_proxy.c369 static struct mbedtls_timing_hr_time hires; in elapsed_time()