Searched refs:GetRandom (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 19 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 521 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_win.cpp | 1168 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_common.h | 1087 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
H A D | sanitizer_mac.cpp | 1386 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_linux.cpp | 2604 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
/freebsd/contrib/capsicum-test/ |
H A D | linux.cc | 1403 FORK_TEST(Linux, GetRandom) { in FORK_TEST() argument
|