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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp709 const char* pszKeyContainerName = NULL; // UUID local
713 pszKeyContainerName = env->GetStringUTFChars(keyContainerName, NULL);
720 pszKeyContainerName,
729 pszKeyContainerName,
767 if (pszKeyContainerName)
768 env->ReleaseStringUTFChars(keyContainerName, pszKeyContainerName);
1180 const char* pszKeyContainerName = NULL; local
1184 pszKeyContainerName = env->GetStringUTFChars(keyContainerName, NULL);
1188 if (pszKeyContainerName == NULL) {
1197 pszKeyContainerName,
1847 const char* pszKeyContainerName = NULL; // UUID local
[all...]

Completed in 36 milliseconds