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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc365 SECStatus PKIXVerifyCert(CERTCertificate* cert_handle, function in namespace:net::__anon9070
479 // PKIXVerifyCert calls this function to work around some bugs in
481 // arguments or local variables of PKIXVerifyCert.
487 // PKIXVerifyCert failed, so we initialize |rv| to SECFailure.
677 // the first PKIXVerifyCert call. We look up the EV policy for the trust
680 // to the second PKIXVerifyCert call.
702 SECStatus status = PKIXVerifyCert(
720 // This second PKIXVerifyCert call could have found a different certification
826 SECStatus status = PKIXVerifyCert(cert_handle,
844 status = PKIXVerifyCert(cert_handl
[all...]

Completed in 424 milliseconds