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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp314 HCRYPTKEY hUserKey = NULL; local
327 BOOL bGetUserKey = ::CryptGetUserKey(hCryptProv, dwKeySpec, &hUserKey);
340 ::CryptSetKeyParam(hUserKey, KP_MODE, (BYTE*)&dwCipherMode, NULL);
424 ::CryptGetKeyParam(hUserKey, KP_ALGID, (BYTE*)&dwData,
433 (jlong) hCryptProv, (jlong) hUserKey,

Completed in 54 milliseconds