Searched refs:iMsg (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dwinrand.c116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam) argument
123 switch (iMsg)
138 if (RAND_event(iMsg, wParam, lParam) == 1 && seeded == 0)
147 return DefWindowProc(hwnd, iMsg, wParam, lParam);
/barrelfish-master/lib/openssl-1.0.0d/crypto/rand/
H A Drand_win.c634 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
638 switch (iMsg)
666 RAND_add(&iMsg, sizeof(iMsg), add_entropy);

Completed in 38 milliseconds