Lines Matching defs:mech
100 gss_mechanism mech;
125 mech = __gss_get_mechanism(desired_mech);
126 if (mech == NULL)
129 if (mech->gss_store_cred == NULL)
136 major_status = mech->gss_store_cred(mech->context,
146 map_error(minor_status, mech);
155 /* Get mech and cred element */
157 mech = __gss_get_mechanism(dmech);
158 if (mech == NULL)
161 if (mech->gss_store_cred == NULL)
168 major_status = mech->gss_store_cred(mech->context,
178 map_error(minor_status, mech);
182 /* Succeeded for at least one mech */