Searched refs:UT_Integer (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | der.h | 59 UT_Integer = 2, enumerator
|
| H A D | asn1parse.y | 400 $$ = new_tag(ASN1_C_UNIV, UT_Integer, 407 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$); 413 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
|
| H A D | asn1_print.c | 143 case UT_Integer : { in loop()
|
| H A D | gen_encode.c | 78 X(UT_Integer), in valuename()
|
| H A D | asn1parse.c | 1833 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, in yyparse() 1844 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type)); in yyparse() 1854 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type)); in yyparse()
|
| H A D | gen_decode.c | 106 *tag = UT_Integer; in find_tag()
|
| H A D | ChangeLog | 1650 * asn1_print.c (UT_Integer): when the integer is larger then int
|