Home
last modified time | relevance | path

Searched refs:DosQuerySysState (Results 1 – 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
Drand_os2.c82 APIRET APIENTRY(*DosQuerySysState) (ULONG func, ULONG arg1, ULONG pid, ULONG _res_, PVOID buf, ULON… variable
100 rc = DosQueryProcAddr(hDoscalls, 368, NULL, (PFN *)&DosQuerySysState); in RAND_poll()
103 DosQuerySysState = NULL; in RAND_poll()
130 if (DosQuerySysState) { in RAND_poll()
133 if (DosQuerySysState(0x1F, 0, 0, 0, buffer, 256 * 1024) == 0) { in RAND_poll()