Home
last modified time | relevance | path

Searched defs:random_device (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c410 static struct random_device { struct
416 } random_devices[OSSL_NELEM(random_device_paths)]; argument
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h58 _LIBCPP_HIDE_FROM_ABI random_device() : random_device("/dev/urandom") {} in random_device() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Drandom.cpp43 random_device::random_device(const string& __token) { in random_device() function in random_device