Symbol: ASN1_C_UNIV
crypto/heimdal/lib/asn1/asn1_print.c
123
} else if (class == ASN1_C_UNIV) {
crypto/heimdal/lib/asn1/asn1_print.c
81
if (class == ASN1_C_UNIV && tagname != NULL)
crypto/heimdal/lib/asn1/asn1_print.c
94
if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
crypto/heimdal/lib/asn1/asn1_print.c
96
(class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
crypto/heimdal/lib/asn1/asn1_print.c
97
(class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
crypto/heimdal/lib/asn1/asn1parse.c
1852
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
crypto/heimdal/lib/asn1/asn1parse.c
1906
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
crypto/heimdal/lib/asn1/asn1parse.c
1916
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1925
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1970
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1980
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1989
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
1996
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
crypto/heimdal/lib/asn1/asn1parse.c
2006
(yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString,
crypto/heimdal/lib/asn1/asn1parse.c
2014
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Null,
crypto/heimdal/lib/asn1/asn1parse.c
2034
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2043
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2053
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2062
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2071
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2080
(yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
crypto/heimdal/lib/asn1/asn1parse.c
2107
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
crypto/heimdal/lib/asn1/asn1parse.c
2115
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTCTime,
crypto/heimdal/lib/asn1/asn1parse.c
2214
(yyval.constant) = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/asn1parse.c
2268
(yyval.type) = new_tag(ASN1_C_UNIV, UT_GeneralString,
crypto/heimdal/lib/asn1/asn1parse.c
2276
(yyval.type) = new_tag(ASN1_C_UNIV, UT_TeletexString,
crypto/heimdal/lib/asn1/asn1parse.c
2284
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UTF8String,
crypto/heimdal/lib/asn1/asn1parse.c
2292
(yyval.type) = new_tag(ASN1_C_UNIV, UT_PrintableString,
crypto/heimdal/lib/asn1/asn1parse.c
2300
(yyval.type) = new_tag(ASN1_C_UNIV, UT_VisibleString,
crypto/heimdal/lib/asn1/asn1parse.c
2308
(yyval.type) = new_tag(ASN1_C_UNIV, UT_IA5String,
crypto/heimdal/lib/asn1/asn1parse.c
2316
(yyval.type) = new_tag(ASN1_C_UNIV, UT_BMPString,
crypto/heimdal/lib/asn1/asn1parse.c
2324
(yyval.type) = new_tag(ASN1_C_UNIV, UT_UniversalString,
crypto/heimdal/lib/asn1/asn1parse.y
352
$$ = new_tag(ASN1_C_UNIV, UT_Boolean,
crypto/heimdal/lib/asn1/asn1parse.y
396
$$ = new_tag(ASN1_C_UNIV, UT_Integer,
crypto/heimdal/lib/asn1/asn1parse.y
403
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
409
$$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
445
$$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
457
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
463
$$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
469
$$ = new_tag(ASN1_C_UNIV, UT_OID,
crypto/heimdal/lib/asn1/asn1parse.y
477
$$ = new_tag(ASN1_C_UNIV, UT_OctetString,
crypto/heimdal/lib/asn1/asn1parse.y
484
$$ = new_tag(ASN1_C_UNIV, UT_Null,
crypto/heimdal/lib/asn1/asn1parse.y
500
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
506
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
515
$$ = new_tag(ASN1_C_UNIV, UT_Sequence, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
523
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
529
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
537
$$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
crypto/heimdal/lib/asn1/asn1parse.y
565
$$ = new_tag(ASN1_C_UNIV, UT_GeneralizedTime,
crypto/heimdal/lib/asn1/asn1parse.y
570
$$ = new_tag(ASN1_C_UNIV, UT_UTCTime,
crypto/heimdal/lib/asn1/asn1parse.y
661
$$ = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/asn1parse.y
704
$$ = new_tag(ASN1_C_UNIV, UT_GeneralString,
crypto/heimdal/lib/asn1/asn1parse.y
709
$$ = new_tag(ASN1_C_UNIV, UT_TeletexString,
crypto/heimdal/lib/asn1/asn1parse.y
714
$$ = new_tag(ASN1_C_UNIV, UT_UTF8String,
crypto/heimdal/lib/asn1/asn1parse.y
719
$$ = new_tag(ASN1_C_UNIV, UT_PrintableString,
crypto/heimdal/lib/asn1/asn1parse.y
724
$$ = new_tag(ASN1_C_UNIV, UT_VisibleString,
crypto/heimdal/lib/asn1/asn1parse.y
729
$$ = new_tag(ASN1_C_UNIV, UT_IA5String,
crypto/heimdal/lib/asn1/asn1parse.y
734
$$ = new_tag(ASN1_C_UNIV, UT_BMPString,
crypto/heimdal/lib/asn1/asn1parse.y
739
$$ = new_tag(ASN1_C_UNIV, UT_UniversalString,
crypto/heimdal/lib/asn1/der_get.c
326
if (class != ASN1_C_UNIV) {
crypto/heimdal/lib/asn1/gen.c
639
if(t->tag.tagclass != ASN1_C_UNIV)
crypto/heimdal/lib/asn1/gen_decode.c
102
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
107
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
112
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
117
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
122
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
128
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
134
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
155
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
160
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
165
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
170
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
175
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
65
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
70
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
77
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
82
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
87
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
92
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_decode.c
97
*cl = ASN1_C_UNIV;
crypto/heimdal/lib/asn1/gen_encode.c
53
if(class < ASN1_C_UNIV || class > ASN1_C_PRIVATE)
crypto/heimdal/lib/asn1/gen_encode.c
98
if(class == ASN1_C_UNIV) {
crypto/heimdal/lib/asn1/template.c
278
ret = der_match_tag_and_length(p, len, ASN1_C_UNIV,
crypto/heimdal/lib/krb5/pkinit.c
1223
ASN1_C_UNIV, CONS, UT_Sequence, &l);