Searched refs:response_bytes (Results 1 – 1 of 1) sorted by relevance
8359 CBS tagged_response_bytes, response_bytes, response_type, response; in get_ocsp_basic_response() local8365 !CBS_get_asn1(&tagged_response_bytes, &response_bytes, CBS_ASN1_SEQUENCE)) { in get_ocsp_basic_response()8370 if (!CBS_get_asn1(&response_bytes, &response_type, CBS_ASN1_OBJECT) || in get_ocsp_basic_response()8371 !CBS_get_asn1(&response_bytes, &response, CBS_ASN1_OCTETSTRING)) { in get_ocsp_basic_response()