Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y352 $$ = new_tag(ASN1_C_UNIV, UT_Boolean,
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, $$);
445 $$ = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, $$);
457 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
463 $$ = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, $$);
469 $$ = new_tag(ASN1_C_UNIV, UT_OID,
477 $$ = new_tag(ASN1_C_UNIV, UT_OctetString,
484 $$ = new_tag(ASN1_C_UNIV, UT_Nul
[all...]
H A Dgen_decode.c65 *cl = ASN1_C_UNIV; in find_tag()
70 *cl = ASN1_C_UNIV; in find_tag()
77 *cl = ASN1_C_UNIV; in find_tag()
82 *cl = ASN1_C_UNIV; in find_tag()
87 *cl = ASN1_C_UNIV; in find_tag()
92 *cl = ASN1_C_UNIV; in find_tag()
97 *cl = ASN1_C_UNIV; in find_tag()
102 *cl = ASN1_C_UNIV; in find_tag()
107 *cl = ASN1_C_UNIV; in find_tag()
112 *cl = ASN1_C_UNIV; in find_tag()
[all...]
H A Dasn1parse.c1855 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
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));
1973 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
1983 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1992 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1999 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
2009 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString,
2017 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Nul
[all...]
H A Dasn1_print.c81 if (class == ASN1_C_UNIV && tagname != NULL) in loop()
94 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) || in loop()
96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) || in loop()
97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) { in loop()
123 } else if (class == ASN1_C_UNIV) { in loop()
H A Dder.h40 ASN1_C_UNIV = 0, enumerator
H A Dgen_encode.c51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL", in classname()
53 if(class < ASN1_C_UNIV || class > ASN1_C_PRIVATE) in classname()
98 if(class == ASN1_C_UNIV) { in valuename()
H A Dder_get.c326 if (class != ASN1_C_UNIV) { in der_get_octet_string_ber()
H A Dgen.c639 if(t->tag.tagclass != ASN1_C_UNIV) in define_asn1()
H A Dtemplate.c278 ret = der_match_tag_and_length(p, len, ASN1_C_UNIV, in _asn1_decode()
/freebsd/crypto/heimdal/lib/krb5/
H A Dpkinit.c1223 ASN1_C_UNIV, CONS, UT_Sequence, &l); in pk_rd_pa_reply_enckey()