Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/asn1/
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()
125 int tag, xclass, ret = 0; in asn1_parse2() local
144 j = ASN1_get_object(&p, &len, &tag, &xclass, length); in asn1_parse2()
168 if (!asn1_print_info(bp, tag, xclass, j, (indent) ? depth : 0)) in asn1_parse2()
205 } else if (xclass != 0) { in asn1_parse2()
369 if ((tag == V_ASN1_EOC) && (xclass == 0)) { in asn1_parse2()
Dasn1_old_lib.c127 int xclass) in ASN1_put_object() argument
133 i |= (xclass & V_ASN1_PRIVATE); in ASN1_put_object()
Dasn1_item.c479 int i, inf, tag, xclass; in asn1_d2i_read_bio() local
518 inf = ASN1_get_object(&q, &slen, &tag, &xclass, len - off); in asn1_d2i_read_bio()
Da_int.c797 int inf, tag, xclass; in d2i_ASN1_UINTEGER() local
812 inf = ASN1_get_object(&p, &len, &tag, &xclass, length); in d2i_ASN1_UINTEGER()
Dasn1.h731 int xclass);
/openbsd/src/gnu/usr.bin/perl/cpan/Digest-MD5/
DMD5.xs245 new(xclass) in new() argument
246 SV* xclass in new()
250 if (!SvROK(xclass)) {
252 const char *sclass = SvPV(xclass, my_na);
256 context = get_md5_ctx(aTHX_ xclass);