FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TWO32TO64
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
787
return TWO32TO64(ts.tv_sec, ts.tv_nsec);
crypto/openssl/providers/implementations/rands/seeding/rand_unix.c
796
return TWO32TO64(tv.tv_sec, tv.tv_usec);
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
45
return TWO32TO64(ts.tv_sec, ts.tv_nsec);
crypto/openssl/providers/implementations/rands/seeding/rand_vxworks.c
58
return TWO32TO64(ts.tv_sec, ts.tv_nsec);