CBS_get_asn1
if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_INTEGER))
if (!CBS_get_asn1(cbs, out, tag))
if (!CBS_get_asn1(&child, out, CBS_ASN1_OCTETSTRING) ||
if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) ||
int CBS_get_asn1(CBS *cbs, CBS *out, unsigned int tag_value);
if (!CBS_get_asn1(cbs, &bytes, CBS_ASN1_INTEGER))
if (!CBS_get_asn1(cbs, out, tag))
if (!CBS_get_asn1(&child, out, CBS_ASN1_OCTETSTRING) ||
if (!CBS_get_asn1(&child, &child2, CBS_ASN1_BOOLEAN) ||
int CBS_get_asn1(CBS *cbs, CBS *out, unsigned int tag_value);
if (!CBS_get_asn1(&cbs, &session, CBS_ASN1_SEQUENCE))
if (!CBS_get_asn1(&session, &cipher_suite, CBS_ASN1_OCTETSTRING))
if (!CBS_get_asn1(&session, &session_id, CBS_ASN1_OCTETSTRING))
if (!CBS_get_asn1(&session, &master_key, CBS_ASN1_OCTETSTRING))
CHECK(CBS_get_asn1(&data, &contents, 0x30));
CHECK(!CBS_get_asn1(&data, &contents, 0x30));
CHECK(!CBS_get_asn1(&data, &contents, 0x30));
CHECK(!CBS_get_asn1(&data, &contents, 0x30));
CHECK(!CBS_get_asn1(&data, &contents, 0x30));
CHECK(!CBS_get_asn1(&data, &contents, 0x31));