Searched refs:GetRandom (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/hwasan/ |
| H A D | hwasan_thread.cc | 18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cc | 485 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_common.h | 955 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
| H A D | sanitizer_win.cc | 1057 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_mac.cc | 1118 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| H A D | sanitizer_linux.cc | 2077 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 268 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&Cookie), sizeof(Cookie), in init()
|