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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drand_os2.c94 ULONG SysVars[QSV_FOREGROUND_PROCESS]; local
126 DosQuerySysInfo(1, QSV_FOREGROUND_PROCESS, SysVars, sizeof(SysVars));
127 RAND_add(SysVars, sizeof(SysVars), 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_os2.c89 ULONG SysVars[QSV_FOREGROUND_PROCESS]; local
112 DosQuerySysInfo(1, QSV_FOREGROUND_PROCESS, SysVars, sizeof(SysVars));
113 RAND_add(SysVars, sizeof(SysVars), 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drand_os2.c94 ULONG SysVars[QSV_FOREGROUND_PROCESS]; local
126 DosQuerySysInfo(1, QSV_FOREGROUND_PROCESS, SysVars, sizeof(SysVars));
127 RAND_add(SysVars, sizeof(SysVars), 4);

Completed in 212 milliseconds