Searched refs:UT_BitString (Results 1 – 5 of 5) sorted by relevance
| /src/crypto/heimdal/lib/asn1/ |
| H A D | der.h | 56 UT_BitString = 3, enumerator
|
| H A D | asn1parse.y | 457 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$); 463 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
|
| H A D | gen_encode.c | 69 X(UT_BitString), in valuename()
|
| H A D | gen_decode.c | 67 *tag = UT_BitString; in find_tag()
|
| H A D | asn1parse.c | 1980 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type)); 1989 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
|