Searched refs:RtlGenRandom (Results 1 – 6 of 6) sorted by relevance
50 # define RtlGenRandom SystemFunction036 macro54 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);351 if (! RtlGenRandom((PVOID) buf, (ULONG) size)) { in randombytes_sysrandom_buf()
44 # define RtlGenRandom SystemFunction036 macro48 BOOLEAN NTAPI RtlGenRandom(PVOID RandomBuffer, ULONG RandomBufferLength);368 if (! RtlGenRandom((PVOID) m0, (ULONG) sizeof m0)) { in randombytes_salsa20_random_stir()
412 unofficial API function SystemFunction036 (RtlGenRandom)765 * RtlGenRandom on Windows XP / Server 2003 and later
404 - On Windows, CryptGenRandom() was replaced by RtlGenRandom(), which
752 …- Windows: `RtlGenRandom <https://docs.microsoft.com/en-us/windows/desktop/api/ntsecapi/nf-ntsecap…
848 * win: use RtlGenRandom from advapi32.dll directly (Ben Noordhuis)