Searched refs:xclass (Results 1 – 7 of 7) sorted by relevance
/openssl-master/crypto/asn1/ |
A D | asn1_parse.c | 23 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()
|
A D | asn1_lib.c | 52 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()
|
A D | a_d2i_fp.c | 122 int inf, tag, xclass; in asn1_d2i_read_bio() local 160 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
|
A D | a_object.c | 221 int tag, xclass; in d2i_ASN1_OBJECT() local 225 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
|
A D | a_int.c | 402 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local 413 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
|
/openssl-master/apps/ |
A D | s_client.c | 3347 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local 3380 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3390 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3401 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3402 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse() 3410 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
|
/openssl-master/include/openssl/ |
A D | asn1.h.in | 732 int tag, int xclass);
|
Completed in 16 milliseconds