Searched refs:kTagConstructed (Results 1 – 2 of 2) sorted by relevance
77 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()91 while (byte != -1 && (byte & kMaskConstructed) == kTagConstructed) { in asn1_constructed_skip_all()
44 static constexpr int kTagConstructed = 0xA0; variable