/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_common_test.cc | 359 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 D | tspi_random.c | 42 if ((result = TCS_API(tspContext)->GetRandom(tspContext, ulRandomDataLength, in Tspi_TPM_GetRandom()
|
H A D | spi_utils.c | 99 .GetRandom = RPC_GetRandom, 249 .GetRandom = Transport_GetRandom,
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_thread.cpp | 18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed), in RandomSeed()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | rpc_tcstp_tcs.h | 29 DECLARE_TCSTP_FUNC(GetRandom);
|
H A D | spi_utils.h | 528 TSS_RESULT (*GetRandom)(TSS_HCONTEXT, UINT32, BYTE **); member
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | TSP.idl | 409 [helpstring("method GetRandom")] 410 HRESULT GetRandom([in] UINT32 ulRandomDataLength,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.cc | 485 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_common.h | 945 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
H A D | sanitizer_win.cc | 1057 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_mac.cc | 1118 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_linux.cc | 2078 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_fuchsia.cpp | 468 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_win.cpp | 1123 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_common.h | 1046 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
H A D | sanitizer_mac.cpp | 1414 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_fuchsia.cc | 483 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_common.h | 940 bool GetRandom(void *buffer, uptr length, bool blocking = true);
|
H A D | sanitizer_win.cc | 1050 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_mac.cc | 1081 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|
H A D | sanitizer_linux.cc | 2142 bool GetRandom(void *buffer, uptr length, bool blocking) { in GetRandom() function
|