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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_win.c216 #ifndef CryptAcquireContext
217 #define CryptAcquireContext CryptAcquireContextW macro
221 if (CryptAcquireContext(&hProvider, 0, 0, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drndw32ce.c85 if (!CryptAcquireContext (&prov, NULL, NULL, PROV_RSA_FULL,
87 log_debug ("CryptAcquireContext failed: rc=%d\n", (int)GetLastError ());

Completed in 91 milliseconds