Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_unix.c860 # define CLOCK_TYPE CLOCK_BOOTTIME in get_timer_bits() macro
862 # define CLOCK_TYPE CLOCK_MONOTONIC in get_timer_bits() macro
864 # define CLOCK_TYPE CLOCK_REALTIME in get_timer_bits() macro
867 if (clock_gettime(CLOCK_TYPE, &ts) == 0) in get_timer_bits()