Searched refs:seconds (Results 1 – 5 of 5) sorted by relevance
85 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() argument417 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() argument441 alarm(seconds); in mbedtls_set_alarm()442 if (seconds == 0) { in mbedtls_set_alarm()
5 Time: get seconds
105 * of seconds since the Epoch. And it is affected by discontinuous changes
3230 X509 Get time (UTC without seconds)3234 X509 Get time (UTC without seconds and with invalid time zone #1)
191 instead of seconds. That avoids rounding errors when computing the age of702 Mbed TLS ticket timestamps (in seconds) to compute a ticket age smaller
Completed in 28 milliseconds