Home
last modified time | relevance | path

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

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