Home
last modified time | relevance | path

Searched refs:response_details (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/cert/pki/
Docsp.cc677 OCSPVerifyResult::ResponseStatus* response_details) { in ParseOCSPResponseDataExtensions() argument
680 *response_details = OCSPVerifyResult::PARSE_RESPONSE_DATA_ERROR; in ParseOCSPResponseDataExtensions()
688 *response_details = OCSPVerifyResult::UNHANDLED_CRITICAL_EXTENSION; in ParseOCSPResponseDataExtensions()
702 OCSPVerifyResult::ResponseStatus* response_details) { in ParseOCSPSingleResponseExtensions() argument
705 *response_details = OCSPVerifyResult::PARSE_RESPONSE_DATA_ERROR; in ParseOCSPSingleResponseExtensions()
724 *response_details = OCSPVerifyResult::UNHANDLED_CRITICAL_EXTENSION; in ParseOCSPSingleResponseExtensions()
739 OCSPVerifyResult::ResponseStatus* response_details) { in GetRevocationStatusForCert() argument
741 *response_details = OCSPVerifyResult::NO_MATCHING_RESPONSE; in GetRevocationStatusForCert()
758 response_details)) { in GetRevocationStatusForCert()
778 if (*response_details != OCSPVerifyResult::PROVIDED) in GetRevocationStatusForCert()
[all …]
Docsp.h289 OCSPVerifyResult::ResponseStatus* response_details);
302 OCSPVerifyResult::ResponseStatus* response_details);
/external/cronet/net/cert/internal/
Drevocation_checker.cc54 OCSPVerifyResult::ResponseStatus response_details; in CheckCertRevocation() local
57 max_age_seconds, &response_details); in CheckCertRevocation()
59 stapled_ocsp_verify_result->response_status = response_details; in CheckCertRevocation()
136 OCSPVerifyResult::ResponseStatus response_details; in CheckCertRevocation() local
143 &response_details); in CheckCertRevocation()