Searched defs:mechType (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libgss/
H A Dgssd_pname_to_uid.c264 const gss_OID mechType)
274 mechType, &canonName))
312 const gss_OID mechType,
328 if (intName == NULL || mechType == NULL)
334 mechStr = __gss_oid_to_mech(mechType);
337 if (try_mech && gss_pname_to_uid(&minor, intName, mechType, uidOut)
341 char *s = make_name_str(intName, mechType);
361 mechType, &canonName))
417 const gss_OID mechType,
423 return (gsscred_name_to_unix_cred_ext(intName, mechType,
262 make_name_str( const gss_name_t intName, const gss_OID mechType) argument
310 gsscred_name_to_unix_cred_ext( const gss_name_t intName, const gss_OID mechType, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen, int try_mech) argument
415 gsscred_name_to_unix_cred( const gss_name_t intName, const gss_OID mechType, uid_t *uidOut, gid_t *gidOut, gid_t *gids[], int *gidsLen) argument
[all...]

Completed in 16 milliseconds