Lines Matching refs:mech
351 * uid, gidlist, mechanism, service-set, mech-specific-data
543 /* mech name */
553 /* mech-specific data: */
1275 /* get mech handle from OID */
1282 /* mech-specific data: */
1505 struct gss_api_mech *mech;
1508 mech = gss_mech_get_by_OID(&oid);
1509 if (!mech)
1511 if (!mech->gm_upcall_enctypes) {
1512 gss_mech_put(mech);
1517 mech->gm_upcall_enctypes,
1518 strlen(mech->gm_upcall_enctypes));
1519 gss_mech_put(mech);