Searched refs:UT_BitString (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | der.h | 60 UT_BitString = 3, enumerator
|
H A D | asn1parse.y | 461 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$); 467 $$ = 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 | 69 *tag = UT_BitString; in find_tag()
|
H A D | asn1parse.c | 1915 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type)); in yyparse() 1925 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type)); in yyparse()
|