Searched defs:RtlGenRandom (Results 1 – 4 of 4) sorted by relevance
22 fn RtlGenRandom(RandomBuffer: *mut c_void, RandomBufferLength: u32) -> u8; in RtlGenRandom() function
26 #define RtlGenRandom SystemFunction036 macro
54 # define RtlGenRandom(a,b) SystemFunction036(a,b) macro
788 const RTLGENRANDOM_FUNC RtlGenRandom in writeRandomBytes_RtlGenRandom() local