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

/external/pdfium/core/src/fxcrt/
H A Dfx_extension.cpp382 HCRYPTPROV hCP = NULL; local
383 if (!::CryptAcquireContext(&hCP, NULL, NULL, PROV_RSA_FULL, 0) || hCP == NULL) {
386 ::CryptGenRandom(hCP, iCount * sizeof(FX_DWORD), (FX_LPBYTE)pBuffer);
387 ::CryptReleaseContext(hCP, 0);

Completed in 135 milliseconds