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

/external/pdfium/core/fxcrt/
H A Dfx_extension.cpp636 HCRYPTPROV hCP = 0; local
637 if (!::CryptAcquireContext(&hCP, nullptr, nullptr, PROV_RSA_FULL, 0) ||
638 !hCP) {
641 ::CryptGenRandom(hCP, iCount * sizeof(uint32_t), (uint8_t*)pBuffer);
642 ::CryptReleaseContext(hCP, 0);

Completed in 98 milliseconds