Home | History | Annotate | Download | only in socket

Lines Matching refs:Verify

263   // X509Certificate::Verify() runs on a worker thread of CertVerifier.
606 // X509Certificate::Verify() for chain building.
1057 // Tell NSS to not verify the certificate.
1136 // After the SSL handshake is finished, use CertVerifier to verify
1161 // SSL handshake is completed. Let's verify the certificate.
1190 return verifier_->Verify(server_cert_, hostname_, flags,
1238 // result of verifier_.Verify.
1240 // need to call verifier_.Verify repeatedly. But for now we need to do this.