Searched refs:RtlGenRandom (Results 1 – 5 of 5) 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);365 if (! RtlGenRandom((PVOID) stream.key, (ULONG) sizeof stream.key)) { in randombytes_salsa20_random_stir()
71 return RtlGenRandom(out, len); in get_random_bytes()
404 - On Windows, CryptGenRandom() was replaced by RtlGenRandom(), which
838 unofficial API function SystemFunction036 (RtlGenRandom)1191 * RtlGenRandom on Windows XP / Server 2003 and later