Searched refs:UT_Integer (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | der.h | 55 UT_Integer = 2, enumerator
|
H A D | asn1parse.y | 396 $$ = new_tag(ASN1_C_UNIV, UT_Integer, 403 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$); 409 $$ = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, $$);
|
H A D | asn1_print.c | 141 case UT_Integer : { in loop()
|
H A D | gen_encode.c | 78 X(UT_Integer), in valuename()
|
H A D | asn1parse.c | 1909 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, 1919 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type)); 1928 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
|
H A D | gen_decode.c | 104 *tag = UT_Integer; in find_tag()
|
H A D | ChangeLog | 1650 * asn1_print.c (UT_Integer): when the integer is larger then int
|