Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/seeding/
A Drand_win.c48 HCRYPTPROV hProvider; in ossl_pool_acquire_entropy() local
87 if (CryptAcquireContextW(&hProvider, NULL, NULL, PROV_RSA_FULL, in ossl_pool_acquire_entropy()
89 if (CryptGenRandom(hProvider, bytes_needed, buffer) != 0) in ossl_pool_acquire_entropy()
92 CryptReleaseContext(hProvider, 0); in ossl_pool_acquire_entropy()
106 if (CryptAcquireContextW(&hProvider, NULL, in ossl_pool_acquire_entropy()
109 if (CryptGenRandom(hProvider, bytes_needed, buffer) != 0) in ossl_pool_acquire_entropy()
112 CryptReleaseContext(hProvider, 0); in ossl_pool_acquire_entropy()

Completed in 3 milliseconds