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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/rand/
H A Drand_win.c577 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
581 switch (iMsg)
609 RAND_add(&iMsg, sizeof(iMsg), add_entropy);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c585 int RAND_event(UINT iMsg, WPARAM wParam, LPARAM lParam) argument
589 switch (iMsg)
617 RAND_add(&iMsg, sizeof(iMsg), add_entropy);

Completed in 161 milliseconds