Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_unix.c410 static struct random_device { struct
416 } random_devices[OSSL_NELEM(random_device_paths)]; argument
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_unix.c417 static struct random_device { struct
423 } random_devices[OSSL_NELEM(random_device_paths)]; argument
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Drandom.cpp46 random_device::random_device(const string& __token) in random_device() function in random_device
/netbsd/lib/librumpuser/
H A Drumpuser_random.c59 static const char *random_device = "/dev/urandom"; variable