null

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

/bind-9.11.3/lib/isc/win32/
H A Dentropy.c43 HCRYPTPROV hcryptprov = source->sources.file.handle; local
55 if (!CryptGenRandom(hcryptprov, (DWORD)ndesired, buf)) {
56 CryptReleaseContext(hcryptprov, 0);
237 HCRYPTPROV hcryptprov; local
250 err = CryptAcquireContext(&hcryptprov, NULL, NULL, PROV_RSA_FULL,
274 source->sources.file.handle = hcryptprov;
286 CryptReleaseContext(hcryptprov, 0);

Completed in 12 milliseconds