Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 5 of 5) sorted by relevance

/mbedtls/programs/test/
A Dbenchmark.c85 void mbedtls_set_alarm(int seconds);
89 static void mbedtls_set_alarm(int seconds);
415 static void mbedtls_set_alarm(int seconds) in mbedtls_set_alarm() argument
417 if (seconds == 0) { in mbedtls_set_alarm()
425 alarmMs = seconds * 1000; in mbedtls_set_alarm()
437 static void mbedtls_set_alarm(int seconds) in mbedtls_set_alarm() argument
441 alarm(seconds); in mbedtls_set_alarm()
442 if (seconds == 0) { in mbedtls_set_alarm()
/mbedtls/tests/suites/
A Dtest_suite_platform.data5 Time: get seconds
A Dtest_suite_platform.function105 * of seconds since the Epoch. And it is affected by discontinuous changes
A Dtest_suite_x509parse.data3230 X509 Get time (UTC without seconds)
3234 X509 Get time (UTC without seconds and with invalid time zone #1)
/mbedtls/
A DChangeLog191 instead of seconds. That avoids rounding errors when computing the age of
702 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller

Completed in 28 milliseconds