Home | History | Annotate | Download | only in cert

Lines Matching refs:cbs

47 bool StringEqualToCBS(const std::string& value1, const CBS* value2) {
77 CBS ext_value, sct_list;
98 bool FindMatchingSingleResponse(CBS* responses,
101 CBS* out_single_response) {
130 CBS single_response, cert_id;
136 CBS hash_algorithm, hash, serial_number, issuer_name_hash, issuer_key_hash;
270 CBS cbs;
271 CBS_init(&cbs,
277 CBS sequence, response_status, tagged_response_bytes, response_bytes;
278 CBS response_type, response;
279 if (!CBS_get_asn1(&cbs, &sequence, CBS_ASN1_SEQUENCE) ||
280 CBS_len(&cbs) != 0 ||
299 CBS basic_response, response_data, responses;
323 CBS single_response;
349 CBS extensions;