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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp268 const char* pszCertStoreName = NULL; local
278 pszCertStoreName = env->GetStringUTFChars(jCertStoreName, NULL);
279 if ((hCertStore = ::CertOpenSystemStore(NULL, pszCertStoreName))
450 if (pszCertStoreName)
451 env->ReleaseStringUTFChars(jCertStoreName, pszCertStoreName);
836 const char* pszCertStoreName = NULL; local
850 pszCertStoreName = env->GetStringUTFChars(jCertStoreName, NULL);
851 if ((hCertStore = ::CertOpenSystemStore(NULL, pszCertStoreName)) == NULL) {
1041 if (pszCertStoreName)
1042 env->ReleaseStringUTFChars(jCertStoreName, pszCertStoreName);
1076 const char* pszCertStoreName = NULL; local
1228 const char* pszCertStoreName = NULL; local
[all...]

Completed in 36 milliseconds