Lines Matching refs:mech

310     gss_mechanism	mech;  local
312 mech = gssint_get_mechanism (mech_type);
313 if (mech) {
314 if (mech->gss_import_name) {
315 status = mech->gss_import_name (
316 mech->context, /* SUNW17PACresync */
322 map_error(minor_status, mech);
340 gss_mechanism mech; local
350 mech = gssint_get_mechanism(mech_type);
351 if (!mech)
354 if (mech->gss_export_name) {
355 status = mech->gss_export_name(
356 mech->context, /* SUNW17PACresync */
361 map_error(minor_status, mech);
370 if (!mech->gss_display_name)
392 if ((status = mech->gss_display_name(
393 mech->context,
399 map_error(minor_status, mech);
464 gss_mechanism mech; local
466 mech = gssint_get_mechanism (mech_type);
467 if (mech) {
468 if (mech->gss_display_name) {
469 status = mech->gss_display_name (
470 mech->context,
476 map_error(minor_status, mech);
492 gss_mechanism mech; local
494 mech = gssint_get_mechanism (mech_type);
495 if (mech) {
496 if (mech->gss_release_name) {
497 status = mech->gss_release_name (
498 mech->context,
502 map_error(minor_status, mech);
522 gss_mechanism mech; local
524 mech = gssint_get_mechanism (mech_type);
525 if (mech) {
526 if (mech->gss_delete_sec_context)
527 status = mech->gss_delete_sec_context (
528 mech->context, /* SUNW17PACresync */
547 OM_uint32 gssint_convert_name_to_union_name(minor_status, mech, in gssint_convert_name_to_union_name() argument
550 gss_mechanism mech;
569 major_status = generic_gss_copy_oid(minor_status, &mech->mech_type,
587 major_status = mech->gss_display_name(
588 mech->context, /* SUNW17PACresync */
594 map_error(minor_status, mech);
620 (void) gssint_release_internal_name(&tmp, &mech->mech_type,