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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp489 HCRYPTPROV hCryptProvAlt = NULL; local
510 if (::CryptAcquireContext(&hCryptProvAlt, LPCSTR(pbData), NULL,
519 if (::CryptCreateHash(HCRYPTPROV(hCryptProvAlt), algId, 0, 0,
583 if (hCryptProvAlt)
584 ::CryptReleaseContext(hCryptProvAlt, 0);
614 HCRYPTPROV hCryptProvAlt = NULL; local
636 if (::CryptAcquireContext(&hCryptProvAlt, LPCSTR(pbData), NULL,
645 if (::CryptCreateHash(HCRYPTPROV(hCryptProvAlt), algId, 0, 0,
681 if (hCryptProvAlt)
682 ::CryptReleaseContext(hCryptProvAlt,
[all...]

Completed in 31 milliseconds