Home
last modified time | relevance | path

Searched refs:kTagConstructed (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/
Dasn1_decoder.cpp39 static const int kTagConstructed = 0xA0; variable
112 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()
126 while (byte != -1 && (byte & kMaskConstructed) == kTagConstructed) { in asn1_constructed_skip_all()