Home
last modified time | relevance | path

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

/external/openssl/crypto/rand/
Drand_win.c167 typedef DWORD (WINAPI *GETQUEUESTATUS)(UINT); typedef
392 GETQUEUESTATUS queue; in RAND_poll()
396 queue = (GETQUEUESTATUS) GetProcAddress(user, "GetQueueStatus"); in RAND_poll()