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

/openjdk7/jdk/src/windows/native/sun/security/mscapi/
H A Dsecurity.cpp109 bool GetCertificateChain(LPSTR lpszKeyUsageIdentifier, PCCERT_CONTEXT pCertContext, PCCERT_CHAIN_CONTEXT* ppChainContext) argument
128 pCertContext, // pointer to the end certificate
270 PCCERT_CONTEXT pCertContext = NULL; local
306 // from the open store. pCertContext must be reset to
308 while (pCertContext = ::CertEnumCertificatesInStore(hCertStore, pCertContext))
319 if (::CryptAcquireCertificatePrivateKey(pCertContext, NULL, NULL,
349 &(pCertContext->pCertInfo->SubjectPublicKeyInfo));
357 if (GetCertificateChain(OID_EKU_ANY, pCertContext,
375 PCCERT_CONTEXT pc = rgpElement->pCertContext;
838 PCCERT_CONTEXT pCertContext = NULL; local
1079 PCCERT_CONTEXT pCertContext = NULL; local
1231 PCCERT_CONTEXT pCertContext = NULL; local
1296 Java_sun_security_mscapi_RSACipher_getKeyFromCert(JNIEnv *env, jobject obj, jlong pCertContext, jboolean usePrivateKey) argument
[all...]

Completed in 34 milliseconds