Home
last modified time | relevance | path

Searched refs:mInfoObject (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/security/manager/ssl/
H A DSSLServerCertVerification.cpp254 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anonf22ee3e30211::SSLServerCertVerificationResult
291 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anonf22ee3e30211::CertErrorRunnable
492 mInfoObject->GetPort(&port); in CheckCertOverrides()
526 mInfoObject->GetHostNameRaw(), in CheckCertOverrides()
625 new SSLServerCertVerificationResult(mInfoObject, in CheckCertOverrides()
631 LogInvalidCertError(mInfoObject, in CheckCertOverrides()
770 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anonf22ee3e30211::SSLServerCertVerificationJob
789 , mInfoObject(infoObject) in SSLServerCertVerificationJob()
1497 if (mInfoObject->isAlreadyShutDown()) { in Run()
1756 : mInfoObject(infoObject) in SSLServerCertVerificationResult()
[all …]
H A DnsNSSIOLayer.cpp1053 : mInfoObject(infoObject) in SSLErrorRunnable()
1061 nsHandleSSLError(mInfoObject, mErrType, mErrorCode); in RunOnTargetThread()
1064 RefPtr<nsNSSSocketInfo> mInfoObject; member in SSLErrorRunnable
/dports/lang/spidermonkey60/firefox-60.9.0/security/manager/ssl/
H A DSSLServerCertVerification.cpp229 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anon5b9825810211::SSLServerCertVerificationResult
248 mInfoObject(infoObject), in CertErrorRunnable()
265 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anon5b9825810211::CertErrorRunnable
477 const nsACString& hostname = mInfoObject->GetHostName(); in OverrideAllowedForHost()
533 return new SSLServerCertVerificationResult(mInfoObject, in CheckCertOverrides()
537 int32_t port = mInfoObject->GetPort(); in CheckCertOverrides()
547 return new SSLServerCertVerificationResult(mInfoObject, in CheckCertOverrides()
641 LogInvalidCertError(mInfoObject, result->mErrorCode, in CheckCertOverrides()
765 const RefPtr<nsNSSSocketInfo> mInfoObject; member in mozilla::psm::__anon5b9825810211::SSLServerCertVerificationJob
785 mInfoObject(infoObject), in SSLServerCertVerificationJob()
[all …]
H A DnsNSSIOLayer.cpp972 : mInfoObject(infoObject), mErrType(errtype), mErrorCode(errorCode) {} in SSLErrorRunnable()
975 nsHandleSSLError(mInfoObject, mErrType, mErrorCode); in RunOnTargetThread()
978 RefPtr<nsNSSSocketInfo> mInfoObject; member in SSLErrorRunnable
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DSSLServerCertVerification.cpp1175 mInfoObject(infoObject), in NS_IMPL_ISUPPORTS_INHERITED0()
1243 RememberCertErrorsTable::GetInstance().RememberCertHasError(mInfoObject, in Run()
1250 mInfoObject->SetServerCert(cert, mEVStatus); in Run()
1251 mInfoObject->SetSucceededCertChain(std::move(mBuiltChain)); in Run()
1253 mInfoObject->SetIsBuiltCertChainRootBuiltInRoot( in Run()
1255 mInfoObject->SetCertificateTransparencyStatus( in Run()
1262 mInfoObject->SetFailedCertChain(std::move(mPeerCertChain)); in Run()
1264 mInfoObject->SetStatusErrorBits(cert, mCollectedErrors); in Run()
1268 mInfoObject->SetCertVerificationResult(mFinalError); in Run()
H A DSSLServerCertVerification.h81 const RefPtr<TransportSecurityInfo> mInfoObject; variable
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DSSLServerCertVerification.cpp1325 mInfoObject(infoObject), in NS_IMPL_ISUPPORTS_INHERITED0()
1379 AuthCertificateSetResults(mInfoObject, mCert, std::move(mBuiltChain), in Run()
1385 mInfoObject->SetStatusErrorBits(mCert, mCollectedErrors); in Run()
1387 mInfoObject->SetCertVerificationResult(mFinalError); in Run()
H A DSSLServerCertVerification.h84 const RefPtr<TransportSecurityInfo> mInfoObject; variable
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DSSLServerCertVerification.cpp1325 mInfoObject(infoObject), in NS_IMPL_ISUPPORTS_INHERITED0()
1379 AuthCertificateSetResults(mInfoObject, mCert, std::move(mBuiltChain), in Run()
1385 mInfoObject->SetStatusErrorBits(mCert, mCollectedErrors); in Run()
1387 mInfoObject->SetCertVerificationResult(mFinalError); in Run()
H A DSSLServerCertVerification.h84 const RefPtr<TransportSecurityInfo> mInfoObject; variable
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DSSLServerCertVerification.h82 const RefPtr<TransportSecurityInfo> mInfoObject; variable
H A DSSLServerCertVerification.cpp1560 mInfoObject(infoObject), in NS_IMPL_ISUPPORTS_INHERITED0()
1606 AuthCertificateSetResults(mInfoObject, mCert, std::move(mBuiltChain), in Run()
1612 mInfoObject->SetStatusErrorBits(mCert, mCollectedErrors); in Run()
1614 mInfoObject->SetCertVerificationResult(mFinalError); in Run()