Home
last modified time | relevance | path

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

/crypto/asn1/
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()
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()
A Da_d2i_fp.c121 int inf, tag, xclass; in asn1_d2i_read_bio() local
164 inf = ASN1_get_object(&q, &slen, &tag, &xclass, (int)diff); in asn1_d2i_read_bio()
A Da_object.c223 int tag, xclass; in d2i_ASN1_OBJECT() local
227 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_OBJECT()
A Da_int.c418 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
429 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()

Completed in 18 milliseconds