Home | History | Annotate | Download | only in cpp

Lines Matching defs:ocsp_response

8358 static bool get_ocsp_basic_response(CBS *ocsp_response, CBS *basic_response) {
8362 if (!CBS_get_asn1(ocsp_response, nullptr /* responseStatus */, CBS_ASN1_ENUMERATED) ||
8363 !CBS_get_asn1(ocsp_response, &tagged_response_bytes,
8456 CBS ocsp_response;
8457 if (!CBS_get_asn1(&cbs, &ocsp_response, CBS_ASN1_SEQUENCE)) {
8463 if (!get_ocsp_basic_response(&ocsp_response, &basic_response)) {