Lines Matching defs: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(
107 mech->context,
119 map_error(minor_status, mech);
125 status = __gss_convert_name_to_union_name(minor_status, mech,
129 mech->gss_release_name(mech->context,
136 status = __gss_convert_name_to_union_name(minor_status, mech,
147 /* spec says mech type must point to static storage */
149 *mech_type = &mech->mech_type;