HomeSort by: relevance | last modified time | path
    Searched refs:ASN1_C_UNIV (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
gen_decode.c 67 *cl = ASN1_C_UNIV;
72 *cl = ASN1_C_UNIV;
79 *cl = ASN1_C_UNIV;
84 *cl = ASN1_C_UNIV;
89 *cl = ASN1_C_UNIV;
94 *cl = ASN1_C_UNIV;
99 *cl = ASN1_C_UNIV;
104 *cl = ASN1_C_UNIV;
109 *cl = ASN1_C_UNIV;
114 *cl = ASN1_C_UNIV;
    [all...]
asn1parse.y 356 $$ = 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...]
der.h 44 ASN1_C_UNIV = 0,
asn1_print.c 83 if (class == ASN1_C_UNIV && tagname != NULL)
96 if ((class == ASN1_C_UNIV && type == PRIM && tag == UT_OctetString) ||
98 (class == ASN1_C_UNIV && type == CONS && tag == UT_Sequence) ||
99 (class == ASN1_C_UNIV && type == CONS && tag == UT_Set)) {
125 } else if (class == ASN1_C_UNIV) {
asn1parse.c 1774 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Boolean,
1833 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer,
1844 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1854 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Integer, TE_EXPLICIT, (yyval.type));
1904 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Enumerated, TE_EXPLICIT, (yyval.type));
1915 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1925 (yyval.type) = new_tag(ASN1_C_UNIV, UT_BitString, TE_EXPLICIT, (yyval.type));
1933 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OID,
1949 (yyval.type) = new_tag(ASN1_C_UNIV, UT_OctetString,
1958 (yyval.type) = new_tag(ASN1_C_UNIV, UT_Null
    [all...]
gen_encode.c 51 const char *cn[] = { "ASN1_C_UNIV", "ASN1_C_APPL",
98 if(class == ASN1_C_UNIV) {
der_get.c 356 if (cls != ASN1_C_UNIV) {
gen.c 661 if(t->tag.tagclass != ASN1_C_UNIV)
template.c 275 ret = der_match_tag_and_length(p, len, ASN1_C_UNIV,
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
pkinit.c 1161 ASN1_C_UNIV, CONS, UT_Sequence, &l);

Completed in 83 milliseconds