Lines Matching refs:mech
152 gss_mechanism mech;
177 mech = __gss_get_mechanism(NULL);
178 if (mech == NULL)
184 default_OID.length = mech->mech_type.length;
185 default_OID.elements = mech->mech_type.elements;
200 /* for each requested mech attempt to obtain a credential */
335 gss_mechanism mech;
358 mech = __gss_get_mechanism(desired_mech);
359 if (!mech)
361 else if (!mech->gss_acquire_cred)
391 &mech->mech_type,
403 &mech->mech_type))
407 &mech->mech_type, union_name,
426 status = mech->gss_acquire_cred(mech->context, minor_status,
432 map_error(minor_status, mech);
447 if ((status = mech->gss_display_name(mech->context,
485 malloc(mech->mech_type.length)) == NULL)
489 &mech->mech_type);
522 &mech->mech_type,
533 if (cred != NULL && mech->gss_release_cred)
534 mech->gss_release_cred(mech->context,
539 &mech->mech_type,