V_ASN1_CONSTRUCTED
hdr_constructed = r & V_ASN1_CONSTRUCTED;
hdr_constructed = V_ASN1_CONSTRUCTED;
i = (constructed) ? V_ASN1_CONSTRUCTED : 0;
if (j != (V_ASN1_CONSTRUCTED | 1)) {
if (j & V_ASN1_CONSTRUCTED) {
if (constructed & V_ASN1_CONSTRUCTED)
if (*p++ != (V_ASN1_SEQUENCE|V_ASN1_CONSTRUCTED)) {