Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dasn1_decoder.cpp77 if (type == -1 || (type & kMaskConstructed) != kTagConstructed) { in asn1_constructed_get()
91 while (byte != -1 && (byte & kMaskConstructed) == kTagConstructed) { in asn1_constructed_skip_all()
/bootable/recovery/install/include/private/
Dasn1_decoder.h44 static constexpr int kTagConstructed = 0xA0; variable