Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dder.h63 UT_Set = 17, enumerator
H A Dasn1_print.c97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop()
129 case UT_Set : in loop()
H A Dasn1parse.y523 $$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
529 $$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
537 $$ = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, $$);
H A Dgen_encode.c88 X(UT_Set), in valuename()
H A Dasn1parse.c2065 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
2074 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
2083 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, TE_EXPLICIT, (yyval.type));
H A Dgen_decode.c136 *tag = UT_Set; in find_tag()