Home
last modified time | relevance | path

Searched refs:UT_Sequence (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1_print.c98 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop()
132 case UT_Sequence : in loop()
186 type2 != CONS || tag2 != UT_Sequence) in loop()
H A Dder.h66 UT_Sequence = 16, enumerator
H A Dcanthandle.asn15 -- Code the tag [1] but not the [ CONTEXT CONS UT_Sequence ] for Kaka2
H A Dasn1parse.y509 $$ = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, $$);
515 $$ = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, $$);
530 $$ = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, $$);
H A Dgen_encode.c87 X(UT_Sequence), in valuename()
H A Dasn1parse.c1981 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, (yyval.type)); in yyparse()
1991 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, (yyval.type)); in yyparse()
2008 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Sequence, default_tag_env, (yyval.type)); in yyparse()
H A Dgen_decode.c132 *tag = UT_Sequence; in find_tag()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dpkinit.c1161 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()