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
51 struct mbedtls_timing_hr_time MBEDTLS_PRIVATE(timer);
61 unsigned long mbedtls_timing_get_timer( struct mbedtls_timing_hr_time *val, int reset );
/third_party/mbedtls/library/
Dtiming.c80 unsigned long mbedtls_timing_get_timer( struct mbedtls_timing_hr_time *val, int reset ) in mbedtls_timing_get_timer()
103 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.c138 struct mbedtls_timing_hr_time timer; in main()
/third_party/mbedtls/programs/test/
Dudp_proxy.c378 static struct mbedtls_timing_hr_time hires; in ellapsed_time()