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

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp122 HCERTSTORE certStore = ::CertOpenSystemStore(0, mutableCertificateSystemStoreName.charactersWithNullTermination()); local
123 if (!certStore) {
128 PCCERT_CONTEXT realCert = ::CertFindCertificateInStore(certStore, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, CERT_FIND_EXISTING, certificateChain.first(), 0);
137 // We can't close certStore here, since the certificate is still in use.

Completed in 60 milliseconds