Home
last modified time | relevance | path

Searched refs:GetRandom (Results 1 – 21 of 21) 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
362 EXPECT_FALSE(GetRandom(nullptr, 32, blocking)); in TEST()
363 EXPECT_FALSE(GetRandom(buffer_1, 0, blocking)); in TEST()
364 EXPECT_FALSE(GetRandom(buffer_1, 512, blocking)); in TEST()
368 EXPECT_TRUE(GetRandom(buffer_1, size, blocking)); in TEST()
369 EXPECT_TRUE(GetRandom(buffer_2, size, blocking)); in TEST()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_random.c42 if ((result = TCS_API(tspContext)->GetRandom(tspContext, ulRandomDataLength, in Tspi_TPM_GetRandom()
H A Dspi_utils.c99 .GetRandom = RPC_GetRandom,
249 .GetRandom = Transport_GetRandom,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tcs.h29 DECLARE_TCSTP_FUNC(GetRandom);
H A Dspi_utils.h528 TSS_RESULT (*GetRandom)(TSS_HCONTEXT, UINT32, BYTE **); member
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A DTSP.idl409 [helpstring("method GetRandom")]
410 HRESULT GetRandom([in] UINT32 ulRandomDataLength,
/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_common.h945 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.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_common.h1046 bool GetRandom(void *buffer, uptr length, bool blocking = true);
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_common.h940 bool GetRandom(void *buffer, uptr length, bool blocking = true);
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