Lines Matching refs:mech
192 gss_mechanism mech;
242 if ((mech = __gss_get_mechanism(&mechOid)) == NULL)
245 if (mech->gss_import_name == NULL)
251 * if we create it; so if mech->gss_export_name == NULL, we must
254 if (mech->gss_export_name) {
255 major = mech->gss_import_name(mech->context, minor,
260 map_error(minor, mech);
281 * Additionally, the Kerberos V mech used to make display names
340 * Can a name be null? Let the mech decide.
349 * common denominator afforded by the mech to names
350 * imported with GSS_C_NULL_OID. For the Kerberos V mech
356 major = mech->gss_import_name(mech->context, minor, &expName,
359 map_error(minor, mech);