Lines Matching refs:mech
81 gss_mechanism mech;
99 mech = __gss_get_mechanism(ctx->mech_type);
101 if (!mech || !mech->gss_inquire_context || !mech->gss_display_name ||
102 !mech->gss_release_name) {
106 status = mech->gss_inquire_context(
118 map_error(minor_status, mech);
124 status = __gss_convert_name_to_union_name(minor_status, mech,
128 mech->gss_release_name(
135 status = __gss_convert_name_to_union_name(minor_status, mech,
146 /* spec says mech type must point to static storage */
148 *mech_type = &mech->mech_type;