Home
last modified time | relevance | path

Searched refs:xclass (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/crypto/asn1/
H A Dasn1_par.c65 static int asn1_print_info(BIO *bp, int tag, int xclass, int constructed,
71 asn1_print_info(BIO *bp, int tag, int xclass, int constructed, in asn1_print_info() argument
87 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info()
89 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info()
91 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info()
123 int tag, xclass, ret = 0; in asn1_parse2() local
142 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2()
166 if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
203 } else if (xclass != 0) { in asn1_parse2()
367 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
H A Dasn1_old_lib.c126 int xclass) in ASN1_put_object() argument
132 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
H A Dasn1_item.c438 int i, inf, tag, xclass; in asn1_d2i_read_bio() local
477 inf = ASN1_get_object(&q, &slen, &tag, &xclass, len - off); in asn1_d2i_read_bio()
H A Da_int.c780 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
795 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
/dragonfly/crypto/libressl/include/openssl/
H A Dasn1.h772 int xclass);