gss_get_name_attribute
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL gss_get_name_attribute (
tmpMajor = gss_get_name_attribute(minor_status,
major = gss_get_name_attribute(minor, name, attribute, &authenticated,
OM_uint32 KRB5_CALLCONV gss_get_name_attribute
tmpMajor = gss_get_name_attribute(minor,
if (mech->gss_get_name_attribute == NULL)
status = (*mech->gss_get_name_attribute)(minor_status,
smech->gss_get_name_attribute == NULL)
major = smech->gss_get_name_attribute(minor, sname->mech_name,
GSS_ADD_DYNAMIC_METHOD_NOLOOP(dl, mech, gss_get_name_attribute);
if (mech->gss_get_name_attribute == NULL)
major = mech->gss_get_name_attribute(minor,
OM_uint32 (KRB5_CALLCONV *gss_get_name_attribute)
ret = gss_get_name_attribute(minor_status,