Lines Matching defs:mh
583 const spnego_mech_handler_t *mh;
637 mh = mech_table;
640 mh = &mech_table[idx];
642 for (; mh->mh_init != NULL; idx++, mh++) {
645 mh->mh_oid, &pref) != 0)
659 mh = &mech_table[best_mhidx];
660 ctx->ctx_mech_oid = mh->mh_oid;
661 ctx->ctx_mh_work = mh->mh_work;
662 ctx->ctx_mh_fini = mh->mh_fini;
663 rc = mh->mh_init(ctx);
837 const spnego_mech_handler_t *mh;
840 mh = &smbd_auth_mech_raw_ntlmssp;
841 rc = mh->mh_init(ctx);
845 ctx->ctx_mech_oid = mh->mh_oid;
846 ctx->ctx_mh_work = mh->mh_work;
847 ctx->ctx_mh_fini = mh->mh_fini;