HomeSort by: relevance | last modified time | path
    Searched refs:GetRandom (Results 1 - 23 of 23) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_random.c 42 if ((result = TCS_API(tspContext)->GetRandom(tspContext, ulRandomDataLength,
spi_utils.c 99 .GetRandom = RPC_GetRandom,
249 .GetRandom = Transport_GetRandom,
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_common_test.cc 359 TEST(SanitizerCommon, GetRandom) {
362 EXPECT_FALSE(GetRandom(nullptr, 32, blocking));
363 EXPECT_FALSE(GetRandom(buffer_1, 0, blocking));
364 EXPECT_FALSE(GetRandom(buffer_1, 512, blocking));
368 EXPECT_TRUE(GetRandom(buffer_1, size, blocking));
369 EXPECT_TRUE(GetRandom(buffer_2, size, blocking));
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.cpp 18 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed),
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.cpp 19 if (UNLIKELY(!GetRandom(reinterpret_cast<void *>(&seed), sizeof(seed),
  /src/crypto/external/cpl/trousers/dist/src/include/
rpc_tcstp_tcs.h 29 DECLARE_TCSTP_FUNC(GetRandom);
spi_utils.h 528 TSS_RESULT (*GetRandom)(TSS_HCONTEXT, UINT32, BYTE **);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 485 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_common.h 945 bool GetRandom(void *buffer, uptr length, bool blocking = true);
sanitizer_mac.cc 1118 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_win.cc 1057 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,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp 465 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_common.h 1084 bool GetRandom(void *buffer, uptr length, bool blocking = true);
sanitizer_win.cpp 1167 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_mac.cpp 1394 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,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp 468 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_common.h 1046 bool GetRandom(void *buffer, uptr length, bool blocking = true);
sanitizer_win.cpp 1123 bool GetRandom(void *buffer, uptr length, bool blocking) {
sanitizer_mac.cpp 1414 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,
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
TSP.idl 409 [helpstring("method GetRandom")]
410 HRESULT GetRandom([in] UINT32 ulRandomDataLength,

Completed in 33 milliseconds