Lines Matching refs:cls
157 unsigned int *cls, unsigned int *con, unsigned int *tag)
164 *cls = (ch & 0xC0) >> 6;
214 unsigned int *cls, unsigned int *con, unsigned int *tag)
219 if (!asn1_id_decode(ctx, cls, con, tag))
490 unsigned int cls, con, tag, oidlen, rc;
497 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
500 } else if ((cls != ASN1_APL) || (con != ASN1_CON)
502 cifs_dbg(FYI, "cls = %d con = %d tag = %d\n", cls, con, tag);
507 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
510 (cls == ASN1_UNI)) {
528 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
531 } else if ((cls != ASN1_CTX) || (con != ASN1_CON)
533 cifs_dbg(FYI, "cls = %d con = %d tag = %d end = %p exit 0\n",
534 cls, con, tag, end);
539 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
542 } else if ((cls != ASN1_UNI) || (con != ASN1_CON)
544 cifs_dbg(FYI, "cls = %d con = %d tag = %d end = %p exit 1\n",
545 cls, con, tag, end);
550 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
553 } else if ((cls != ASN1_CTX) || (con != ASN1_CON)
555 cifs_dbg(FYI, "cls = %d con = %d tag = %d end = %p exit 0\n",
556 cls, con, tag, end);
562 (&ctx, &sequence_end, &cls, &con, &tag) == 0) {
565 } else if ((cls != ASN1_UNI) || (con != ASN1_CON)
567 cifs_dbg(FYI, "cls = %d con = %d tag = %d sequence_end = %p exit 1\n",
568 cls, con, tag, sequence_end);
574 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);