Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/seeding/
H A Drand_vxworks.c45 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_time_stamp()
58 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_timer_bits()
H A Drand_unix.c162 ts.tv_nsec = random(); in ossl_pool_acquire_entropy()
176 v = (unsigned char)(ts.tv_nsec & 0xFF); in ossl_pool_acquire_entropy()
781 return TWO32TO64(ts.tv_sec, ts.tv_nsec); in get_time_stamp()
/openssl/crypto/
H A Dsleep.c63 ts.tv_nsec = (long int) (millis % 1000) * 1000000ul; in OSSL_sleep()
/openssl/engines/
H A De_afalg.c130 __kernel_long_t tv_nsec; member
165 ts32.tv_nsec = (__kernel_long_t) timeout->tv_nsec; in io_getevents()
275 timeout.tv_nsec = 0; in afalg_fin_cipher_aio()
/openssl/crypto/thread/arch/
H A Dthread_posix.c196 deadline_ts.tv_nsec in ossl_crypto_condvar_wait_timeout()
/openssl/util/
H A Dcheck-format-test-negatives.c268 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);
/openssl/apps/lib/
H A Dapps.c2862 ret = ((now.tv_sec + now.tv_nsec * 1e-9) in app_tminterval()
2863 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()

Completed in 21 milliseconds