HomeSort by: relevance | last modified time | path
    Searched defs:GetRandom (Results 1 - 12 of 12) 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) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp 465 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_linux.cpp 2445 bool GetRandom(void *buffer, uptr length, bool blocking) {
2460 // Up to 256 bytes, getrandom will not be interrupted.
2461 uptr res = internal_syscall(SYSCALL(getrandom), buffer, length,
sanitizer_mac.cpp 1394 bool GetRandom(void *buffer, uptr length, bool blocking) {
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp 468 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_linux.cpp 2312 bool GetRandom(void *buffer, uptr length, bool blocking) {
2327 // Up to 256 bytes, getrandom will not be interrupted.
2328 uptr res = internal_syscall(SYSCALL(getrandom), buffer, length,
sanitizer_mac.cpp 1414 bool GetRandom(void *buffer, uptr length, bool blocking) {
  /src/crypto/external/cpl/trousers/dist/src/include/
spi_utils.h 528 TSS_RESULT (*GetRandom)(TSS_HCONTEXT, UINT32, BYTE **);
rpc_tcstp_tcs.h 29 DECLARE_TCSTP_FUNC(GetRandom);

Completed in 25 milliseconds