Home
last modified time | relevance | path

Searched refs:ASN1_C_UNIV (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dasn1parse.y356 $$ = new_tag(ASN1_C_UNIV, UT_Boolean,
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, $$);
449 $$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
461 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
467 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
473 $$ = new_tag(ASN1_C_UNIV, UT_OID,
486 $$ = new_tag(ASN1_C_UNIV, UT_OctetString,
493 $$ = new_tag(ASN1_C_UNIV, UT_Null,
[all …]
H A Dgen_decode.c67 *cl = ASN1_C_UNIV; in find_tag()
72 *cl = ASN1_C_UNIV; in find_tag()
79 *cl = ASN1_C_UNIV; in find_tag()
84 *cl = ASN1_C_UNIV; in find_tag()
89 *cl = ASN1_C_UNIV; in find_tag()
94 *cl = ASN1_C_UNIV; in find_tag()
99 *cl = ASN1_C_UNIV; in find_tag()
104 *cl = ASN1_C_UNIV; in find_tag()
109 *cl = ASN1_C_UNIV; in find_tag()
114 *cl = ASN1_C_UNIV; in find_tag()
[all …]
H A Dasn1parse.c1774 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean, in yyparse()
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()
1904 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type)); in yyparse()
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()
1933 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID, in yyparse()
1949 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString, in yyparse()
1958 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Null, in yyparse()
[all …]
H A Dasn1_print.c83 if (class == ASN1_C_UNIV && tagname != NULL) in loop()
96 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) || in loop()
98 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop()
99 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop()
125 } else if (class == ASN1_C_UNIV) { in loop()
H A Dder.h44 ASN1_C_UNIV = 0, enumerator
H A Dgen_encode.c98 if(class == ASN1_C_UNIV) { in valuename()
H A Dder_get.c356 if (cls != ASN1_C_UNIV) { in der_get_octet_string_ber()
H A Dgen.c661 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1()
H A Dtemplate.c275 ret = der_match_tag_and_length(p, len, ASN1_C_UNIV, in _asn1_decode()
/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()