Lines Matching refs:intName

123 	gss_name_t intName;  in gsscred_expname_to_unix_cred_ext()  local
139 &intName) == GSS_S_COMPLETE) { in gsscred_expname_to_unix_cred_ext()
142 gss_union_name_t uintName = (gss_union_name_t)intName; in gsscred_expname_to_unix_cred_ext()
148 major = gss_display_name(&minor, intName, in gsscred_expname_to_unix_cred_ext()
157 major = gss_pname_to_uid(&minor, intName, in gsscred_expname_to_unix_cred_ext()
171 (void) gss_release_name(&minor, &intName); in gsscred_expname_to_unix_cred_ext()
179 (void) gss_release_name(&minor, &intName); in gsscred_expname_to_unix_cred_ext()
263 const gss_name_t intName, in make_name_str() argument
273 if (major = gss_canonicalize_name(&minor, intName, in make_name_str()
311 const gss_name_t intName, in gsscred_name_to_unix_cred_ext() argument
328 if (intName == NULL || mechType == NULL) in gsscred_name_to_unix_cred_ext()
337 if (try_mech && gss_pname_to_uid(&minor, intName, mechType, uidOut) in gsscred_name_to_unix_cred_ext()
341 char *s = make_name_str(intName, mechType); in gsscred_name_to_unix_cred_ext()
360 if (major = gss_canonicalize_name(&minor, intName, in gsscred_name_to_unix_cred_ext()
416 const gss_name_t intName, in gsscred_name_to_unix_cred() argument
423 return (gsscred_name_to_unix_cred_ext(intName, mechType, in gsscred_name_to_unix_cred()
503 gss_union_name_t intName; local
518 intName = (gss_union_name_t)name;
527 mech = __gss_get_mechanism(intName->mech_type);
534 if (intName->mech_type == NULL) {
536 mech_type, intName,
541 mechName = intName->mech_name;
547 if (intName->mech_name != mechName)