Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/providers/implementations/rands/seeding/
H 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()