Searched defs:module_next (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_win.c459 MODULE32 module_first, module_next; local
481 module_next = (MODULE32) GetProcAddress(kernel, "Module32Next");
486 module_next && (handle = snap(TH32CS_SNAPALL,0))
602 while (module_next(handle, &m)

Completed in 86 milliseconds