Symbol: TE_EXPLICIT
crypto/heimdal/lib/asn1/asn1parse.c
1853
TE_EXPLICIT, new_type(TBoolean));
crypto/heimdal/lib/asn1/asn1parse.c
1907
TE_EXPLICIT, new_type(TInteger));
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
1997
TE_EXPLICIT, new_type(TOID));
crypto/heimdal/lib/asn1/asn1parse.c
2007
TE_EXPLICIT, t);
crypto/heimdal/lib/asn1/asn1parse.c
2015
TE_EXPLICIT, new_type(TNull));
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
2108
TE_EXPLICIT, new_type(TGeneralizedTime));
crypto/heimdal/lib/asn1/asn1parse.c
2116
TE_EXPLICIT, new_type(TUTCTime));
crypto/heimdal/lib/asn1/asn1parse.c
2200
(yyval.tag).tagenv = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.c
2235
(yyval.constant) = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.c
2242
(yyval.constant) = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.c
2269
TE_EXPLICIT, new_type(TGeneralString));
crypto/heimdal/lib/asn1/asn1parse.c
2277
TE_EXPLICIT, new_type(TTeletexString));
crypto/heimdal/lib/asn1/asn1parse.c
2285
TE_EXPLICIT, new_type(TUTF8String));
crypto/heimdal/lib/asn1/asn1parse.c
2293
TE_EXPLICIT, new_type(TPrintableString));
crypto/heimdal/lib/asn1/asn1parse.c
2301
TE_EXPLICIT, new_type(TVisibleString));
crypto/heimdal/lib/asn1/asn1parse.c
2309
TE_EXPLICIT, new_type(TIA5String));
crypto/heimdal/lib/asn1/asn1parse.c
2317
TE_EXPLICIT, new_type(TBMPString));
crypto/heimdal/lib/asn1/asn1parse.c
2325
TE_EXPLICIT, new_type(TUniversalString));
crypto/heimdal/lib/asn1/asn1parse.y
353
TE_EXPLICIT, new_type(TBoolean));
crypto/heimdal/lib/asn1/asn1parse.y
397
TE_EXPLICIT, new_type(TInteger));
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
470
TE_EXPLICIT, new_type(TOID));
crypto/heimdal/lib/asn1/asn1parse.y
478
TE_EXPLICIT, t);
crypto/heimdal/lib/asn1/asn1parse.y
485
TE_EXPLICIT, new_type(TNull));
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
566
TE_EXPLICIT, new_type(TGeneralizedTime));
crypto/heimdal/lib/asn1/asn1parse.y
571
TE_EXPLICIT, new_type(TUTCTime));
crypto/heimdal/lib/asn1/asn1parse.y
651
$$.tagenv = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.y
675
$$ = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.y
679
$$ = TE_EXPLICIT;
crypto/heimdal/lib/asn1/asn1parse.y
705
TE_EXPLICIT, new_type(TGeneralString));
crypto/heimdal/lib/asn1/asn1parse.y
710
TE_EXPLICIT, new_type(TTeletexString));
crypto/heimdal/lib/asn1/asn1parse.y
715
TE_EXPLICIT, new_type(TUTF8String));
crypto/heimdal/lib/asn1/asn1parse.y
720
TE_EXPLICIT, new_type(TPrintableString));
crypto/heimdal/lib/asn1/asn1parse.y
725
TE_EXPLICIT, new_type(TVisibleString));
crypto/heimdal/lib/asn1/asn1parse.y
730
TE_EXPLICIT, new_type(TIA5String));
crypto/heimdal/lib/asn1/asn1parse.y
735
TE_EXPLICIT, new_type(TBMPString));
crypto/heimdal/lib/asn1/asn1parse.y
740
TE_EXPLICIT, new_type(TUniversalString));