| /freebsd-14.2/contrib/llvm-project/libcxx/src/ |
| H A D | random.cpp | 43 random_device::random_device(const string& __token) { in random_device() function in random_device 48 random_device::~random_device() {} in ~random_device() 61 random_device::random_device(const string&) {} 63 random_device::~random_device() {} 74 random_device::~random_device() { close(__f_); } 97 random_device::random_device(const string& __token) { 105 random_device::~random_device() {} 121 random_device::random_device(const string& __token) { 126 random_device::~random_device() {} 138 random_device::random_device(const string& __token) { [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__random/ |
| H A D | random_device.h | 26 class _LIBCPP_EXPORTED_FROM_ABI random_device { 58 _LIBCPP_HIDE_FROM_ABI random_device() : random_device("/dev/urandom") {} in random_device() function 59 explicit random_device(const string& __token); 61 explicit random_device(const string& __token = "/dev/urandom"); 63 ~random_device(); 71 random_device(const random_device&) = delete; 72 void operator=(const random_device&) = delete;
|
| /freebsd-14.2/sys/dev/random/ |
| H A D | randomdev.c | 98 SYSINIT(random_device, SI_SUB_RANDOM, SI_ORDER_SECOND, random_alg_context_init, 427 DECLARE_MODULE(random_device, randomdev_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST); 428 MODULE_VERSION(random_device, 1); 429 MODULE_DEPEND(random_device, crypto, 1, 1, 1); 430 MODULE_DEPEND(random_device, random_harvestq, 1, 1, 1);
|
| /freebsd-14.2/crypto/openssl/providers/implementations/rands/seeding/ |
| H A D | rand_unix.c | 410 static struct random_device { struct 512 static int check_random_device(struct random_device * rd) in check_random_device() 530 struct random_device * rd = &random_devices[n]; in get_random_device() 559 struct random_device * rd = &random_devices[n]; in close_random_device()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | random.inc | 46 // [rand.device], class random_device 47 using std::random_device;
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | FindBugs.cpp | 38 std::mt19937 randomness(std::random_device{}()); in runManyPasses()
|
| /freebsd-14.2/sys/dev/qcom_rnd/ |
| H A D | qcom_rnd.c | 253 MODULE_DEPEND(qcom_rnd_random, random_device, 1, 1, 1);
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | random | 386 class random_device 397 explicit random_device(const string& token = implementation-defined); // before C++20 398 random_device() : random_device(implementation-defined) {} // C++20 399 explicit random_device(const string& token); // C++20 408 random_device(const random_device& ) = delete; 409 void operator=(const random_device& ) = delete; 1709 #include <__random/random_device.h>
|
| H A D | __config | 153 // std::random_device holds some state when it uses an implementation that gets 156 // std::random_device, one needs to retain the same object layout to remain ABI 563 // Libc++ supports various implementations of std::random_device. 570 // inside `std::random_device`. 576 // When this option is used, the token passed to `std::random_device`'s 581 // When this option is used, the token passed to `std::random_device`'s 587 // When this option is used, the token passed to `std::random_device`'s 594 // When this option is used, the token passed to `std::random_device`'s 599 // When this option is used, the token passed to `std::random_device`'s
|
| H A D | libcxx.imp | 593 { include: [ "<__random/random_device.h>", "private", "<random>", "public" ] },
|
| H A D | module.modulemap.in | 1625 header "__random/random_device.h"
|
| /freebsd-14.2/sys/dev/virtio/random/ |
| H A D | virtio_random.c | 109 MODULE_DEPEND(virtio_random, random_device, 1, 1, 1);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | LockFileManager.cpp | 306 std::random_device Device; in waitForUnlock()
|
| /freebsd-14.2/sys/crypto/ccp/ |
| H A D | ccp.c | 640 MODULE_DEPEND(ccp, random_device, 1, 1, 1);
|
| /freebsd-14.2/lib/libc++/ |
| H A D | Makefile | 1030 RND_HEADERS+= random_device.h
|
| H A D | module.modulemap | 1625 header "__random/random_device.h"
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | STLExtras.h | 1588 static unsigned Result(std::random_device{}());
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | Writer.cpp | 1297 std::mt19937 g(seed ? seed : std::random_device()()); in maybeShuffle()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdSymbolMap.inc | 2413 SYMBOL(random_device, std::, <random>)
|
| /freebsd-14.2/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 7721 static std::random_device entropy; in analyse_samples()
|