OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetRandom
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc
485
bool
GetRandom
(void *buffer, uptr length, bool blocking) {
sanitizer_linux.cc
2078
bool
GetRandom
(void *buffer, uptr length, bool blocking) {
2093
// Up to 256 bytes,
getrandom
will not be interrupted.
2094
uptr res = internal_syscall(SYSCALL(
getrandom
), buffer, length,
sanitizer_mac.cc
1118
bool
GetRandom
(void *buffer, uptr length, bool blocking) {
sanitizer_win.cc
1057
bool
GetRandom
(void *buffer, uptr length, bool blocking) {
Completed in 14 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025