Searched refs:ASN1_C_UNIV (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/crypto/heimdal/lib/asn1/
H A Dgen_decode.c65 *cl = ASN1_C_UNIV;
70 *cl = ASN1_C_UNIV;
77 *cl = ASN1_C_UNIV;
82 *cl = ASN1_C_UNIV;
87 *cl = ASN1_C_UNIV;
92 *cl = ASN1_C_UNIV;
97 *cl = ASN1_C_UNIV;
102 *cl = ASN1_C_UNIV;
107 *cl = ASN1_C_UNIV;
112 *cl = ASN1_C_UNIV;
[all...]
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 Dder.h40 ASN1_C_UNIV = 0, enumerator in enum:__anon4959
H A Dasn1_print.c81 if (class == ASN1_C_UNIV && tagname != NULL)
94 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
96 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
97 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
123 } else if (class == ASN1_C_UNIV) {
H A Dgen_encode.c51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL",
53 if(class < ASN1_C_UNIV || class > ASN1_C_PRIVATE)
98 if(class == ASN1_C_UNIV) {
H A Dder_get.c287 if (class != ASN1_C_UNIV) {
H A Dgen.c639 if(t->tag.tagclass != ASN1_C_UNIV)
H A Dtemplate.c276 ret = der_match_tag_and_length(p, len, ASN1_C_UNIV,
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dpkinit.c1212 ASN1_C_UNIV, CONS, UT_Sequence, &l);

Completed in 190 milliseconds