Home
last modified time | relevance | path

Searched refs:RtlGenRandom (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Crypto/
H A DRandGen.cpp25 #ifndef RtlGenRandom
26 #define RtlGenRandom SystemFunction036 macro
27 BOOLEAN WINAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);
92 if (RtlGenRandom(buf, kBufSize)) in Init()
102 // SystemFunction036() is real name of RtlGenRandom() function in Init()
H A DRandGen.h16 #define MY_RAND_GEN(data, size) RtlGenRandom(data, size)
/third_party/node/deps/cares/src/lib/
H A Dares_rand.c44 ARES_RAND_OS = 1 << 0, /* OS-provided such as RtlGenRandom or arc4random */
165 /* Define RtlGenRandom = SystemFunction036. This is in advapi32.dll. There is
172 # ifndef RtlGenRandom
173 # define RtlGenRandom(a, b) SystemFunction036(a, b) macro
267 RtlGenRandom(buf, (ULONG)len); in ares__rand_bytes_fetch()

Completed in 1 milliseconds