• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/

Lines Matching defs:tag

130 asn1_tag_decode(struct asn1_ctx *ctx, unsigned int *tag)
134 *tag = 0;
139 *tag <<= 7;
140 *tag |= ch & 0x7F;
147 unsigned int *cls, unsigned int *con, unsigned int *tag)
156 *tag = (ch & 0x1F);
158 if (*tag == 0x1F) {
159 if (!asn1_tag_decode(ctx, tag))
204 unsigned int *cls, unsigned int *con, unsigned int *tag)
209 if (!asn1_id_decode(ctx, cls, con, tag))
480 unsigned int cls, con, tag, oidlen, rc;
487 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
491 || (tag != ASN1_EOC)) {
492 cFYI(1, "cls = %d con = %d tag = %d", cls, con, tag);
497 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
499 if ((tag == ASN1_OJI) && (con == ASN1_PRI) &&
518 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
522 || (tag != ASN1_EOC)) {
523 cFYI(1, "cls = %d con = %d tag = %d end = %p (%d) exit 0",
524 cls, con, tag, end, *end);
529 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
533 || (tag != ASN1_SEQ)) {
534 cFYI(1, "cls = %d con = %d tag = %d end = %p (%d) exit 1",
535 cls, con, tag, end, *end);
540 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
544 || (tag != ASN1_EOC)) {
545 cFYI(1, "cls = %d con = %d tag = %d end = %p (%d) exit 0",
546 cls, con, tag, end, *end);
552 (&ctx, &sequence_end, &cls, &con, &tag) == 0) {
556 || (tag != ASN1_SEQ)) {
557 cFYI(1, "cls = %d con = %d tag = %d end = %p (%d) exit 1",
558 cls, con, tag, end, *end);
564 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag);
569 if ((tag == ASN1_OJI) && (con == ASN1_PRI)) {
597 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
605 /* tag = 3 indicating mechListMIC */
606 cFYI(1, "Exit 4 cls = %d con = %d tag = %d end = %p (%d)",
607 cls, con, tag, end, *end);
612 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
616 || (tag != ASN1_SEQ)) {
617 cFYI(1, "cls = %d con = %d tag = %d end = %p (%d)",
618 cls, con, tag, end, *end);
622 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
626 cFYI(1, "Exit 8 cls = %d con = %d tag = %d end = %p (%d)",
627 cls, con, tag, end, *end);
632 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) {
636 || (tag != ASN1_GENSTR)) {
637 cFYI(1, "Exit10 cls = %d con = %d tag = %d end = %p (%d)",
638 cls, con, tag, end, *end);