Lines Matching refs:oidlen
442 if (ctx->oidlen) { in spnego_reply()
450 &ctx->oidlen); in spnego_reply()
452 if (ret || (ctx->oidlen == GSS_SPNEGO_MECHANISM->length && in spnego_reply()
453 memcmp(ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen, in spnego_reply()
455 ctx->oidlen) == 0)) in spnego_reply()
463 if (ctx->oidlen != ctx->preferred_mech_type->length || in spnego_reply()
464 memcmp(ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen, in spnego_reply()
466 ctx->oidlen) != 0) in spnego_reply()
472 } else if (ctx->oidlen == 0) { in spnego_reply()
492 mech.length = ctx->oidlen; in spnego_reply()
493 mech.elements = ctx->oidbuf + sizeof(ctx->oidbuf) - ctx->oidlen; in spnego_reply()