Home
last modified time | relevance | path

Searched defs:GetRandom (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc359 TEST(SanitizerCommon, GetRandom) { in TEST() argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc485 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
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.cc2078 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cpp468 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_win.cpp1123 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_mac.cpp1414 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cc483 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_win.cc1050 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_mac.cc1081 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
H A Dsanitizer_linux.cc2142 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h528 TSS_RESULT (*GetRandom)(TSS_HCONTEXT, UINT32, BYTE **); member