Lines Matching refs: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(minor_status,
145 map_error(minor_status, mech);
154 /* Get mech and cred element */
156 mech = __gss_get_mechanism(dmech);
157 if (mech == NULL)
160 if (mech->gss_store_cred == NULL)
167 major_status = mech->gss_store_cred(minor_status,
176 map_error(minor_status, mech);
180 /* Succeeded for at least one mech */