Searched refs:UT_Set (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | der.h | 67 UT_Set = 17, enumerator
|
| H A D | asn1_print.c | 99 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop() 131 case UT_Set : in loop()
|
| H A D | asn1parse.y | 538 $$ = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, $$); 544 $$ = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, $$); 552 $$ = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, $$);
|
| H A D | gen_encode.c | 88 X(UT_Set), in valuename()
|
| H A D | asn1parse.c | 2018 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, (yyval.type)); in yyparse() 2028 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, (yyval.type)); in yyparse() 2038 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Set, default_tag_env, (yyval.type)); in yyparse()
|
| H A D | gen_decode.c | 138 *tag = UT_Set; in find_tag()
|