Searched refs:GetRandom (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cpp | 18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 509 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_win.cpp | 1141 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_common.h | 1041 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
| H A D | sanitizer_mac.cpp | 1422 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_linux.cpp | 2269 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 278 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&Cookie), sizeof(Cookie), in init()
|
| /freebsd-13.1/contrib/capsicum-test/ |
| H A D | linux.cc | 1403 FORK_TEST(Linux, GetRandom) { in FORK_TEST() argument
|