Home | History | Annotate | Download | only in asn1

Lines Matching refs:PC_CONSTRUCTED

43     int PC_CONSTRUCTED = 32;
81 int TAG_C_BITSTRING = TAG_BITSTRING | PC_CONSTRUCTED;
82 int TAG_C_OCTETSTRING = TAG_OCTETSTRING | PC_CONSTRUCTED;
83 int TAG_C_UTF8STRING = TAG_UTF8STRING | PC_CONSTRUCTED;
84 int TAG_C_SEQUENCE = TAG_SEQUENCE | PC_CONSTRUCTED;
85 int TAG_C_SEQUENCEOF = TAG_SEQUENCEOF | PC_CONSTRUCTED;
86 int TAG_C_SET = TAG_SET | PC_CONSTRUCTED;
87 int TAG_C_SETOF = TAG_SETOF | PC_CONSTRUCTED;
88 int TAG_C_UTCTIME = TAG_UTCTIME | PC_CONSTRUCTED;
89 int TAG_C_GENERALIZEDTIME = TAG_GENERALIZEDTIME | PC_CONSTRUCTED;