Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/seeding/
A Drand_unix.c859 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits() macro
861 # define CLOCK_TYPE CLOCK_MONOTONIC in get_timer_bits() macro
863 # define CLOCK_TYPE CLOCK_REALTIME in get_timer_bits() macro
866 if (clock_gettime(CLOCK_TYPE, &ts) == 0) in get_timer_bits()

Completed in 25 milliseconds