Searched defs:hCryptProv (Results 1 - 1 of 1) sorted by relevance
/forgerock/web-agents-v4/source/iis/ |
H A D | agent.c | 751 HCRYPTPROV hCryptProv; local 778 if (CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_AES, CRYPT_VERIFYCONTEXT)) { 779 if (CryptImportKey(hCryptProv, (BYTE*) & bKey, sizeof (keyHeader) + sizeof (DWORD) + 8, 0, 0, &hKey)) { 794 CryptReleaseContext(hCryptProv, 0);
|
Completed in 40 milliseconds