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

/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c52 HCRYPTPROV hcryptprov = source->sources.file.handle; local
64 if (!CryptGenRandom(hcryptprov, ndesired, buf)) {
65 CryptReleaseContext(hcryptprov, 0);
244 HCRYPTPROV hcryptprov; local
258 err = CryptAcquireContext(&hcryptprov, NULL, NULL, PROV_RSA_FULL,
282 source->sources.file.handle = hcryptprov;
294 CryptReleaseContext(hcryptprov, 0);

Completed in 171 milliseconds