Home
last modified time | relevance | path

Searched refs:GetRandom (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cc18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc485 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_common.h955 bool GetRandom(void *buffer, uptr length, bool blocking = true);
H A Dsanitizer_win.cc1057 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_mac.cc1118 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_linux.cc2077 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp268 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&Cookie), sizeof(Cookie), in init()