Searched refs:xclass (Results 1 – 8 of 8) sorted by relevance
| /freebsd/crypto/openssl/crypto/asn1/ |
| H A D | asn1_parse.c | 23 int tag, int xclass, int constructed, int indent) in asn1_print_info() argument 64 if ((xclass & V_ASN1_PRIVATE) == V_ASN1_PRIVATE) in asn1_print_info() 66 else if ((xclass & V_ASN1_CONTEXT_SPECIFIC) == V_ASN1_CONTEXT_SPECIFIC) in asn1_print_info() 68 else if ((xclass & V_ASN1_APPLICATION) == V_ASN1_APPLICATION) in asn1_print_info() 101 int tag, xclass, ret = 0; in asn1_parse2() local 120 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2() 131 hl, len, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2() 168 } else if (xclass != 0) { in asn1_parse2() 335 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
|
| H 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()
|
| H A D | a_d2i_fp.c | 122 int inf, tag, xclass; in asn1_d2i_read_bio() local 162 inf = ASN1_get_object(&q, &slen, &tag, &xclass, diff); in asn1_d2i_read_bio()
|
| H A D | a_object.c | 215 int tag, xclass; in d2i_ASN1_OBJECT() local 219 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
|
| H A D | a_int.c | 409 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local 420 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
|
| /freebsd/crypto/openssl/apps/ |
| H A D | s_client.c | 3739 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local 3772 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3781 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3791 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse() 3792 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || tag != 24) { in ldap_ExtendedResponse_parse() 3799 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | asn1.h | 894 int tag, int xclass);
|
| H A D | asn1.h.in | 727 int tag, int xclass);
|