Home
last modified time | relevance | path

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

/openssl/crypto/asn1/
H A Dasn1_parse.c23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument
62 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info()
64 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info()
66 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info()
99 int tag, xclass, ret = 0; in asn1_parse2() local
118 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2()
129 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
166 } else if (xclass != 0) { in asn1_parse2()
343 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
H A Dasn1_lib.c52 int tag, xclass, inf; in ASN1_get_object() local
60 xclass = (*p & V_ASN1_PRIVATE); in ASN1_get_object()
87 *pclass = xclass; in ASN1_get_object()
161 int xclass) in ASN1_put_object() argument
167 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
H A Da_d2i_fp.c122 int inf, tag, xclass; in asn1_d2i_read_bio() local
163 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
H A Da_object.c216 int tag, xclass; in d2i_ASN1_OBJECT() local
220 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
H A Da_int.c403 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
414 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
/openssl/apps/
H A Ds_client.c3646 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local
3679 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3689 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3700 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3701 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
3709 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
/openssl/include/openssl/
H A Dasn1.h.in735 int tag, int xclass);

Completed in 27 milliseconds