Searched refs:UT_Set (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der.h | 63 UT_Set = 17, enumerator
|
H A D | asn1_print.c | 97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop() 129 case UT_Set : in loop()
|
H A D | asn1parse.y | 523 $$ = 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 D | gen_encode.c | 88 X(UT_Set), in valuename()
|
H A D | asn1parse.c | 2065 (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 D | gen_decode.c | 136 *tag = UT_Set; in find_tag()
|