Next: Miscellaneous Routines, Previous: Per-Message Routines, Up: Standard GSS API [Contents][Index]
GSS-API Name manipulation Routines
Routine Function
------- --------
gss_import_name Convert a contiguous string name
to internal-form.
gss_display_name Convert internal-form name to
text.
gss_compare_name Compare two internal-form names.
gss_release_name Discard an internal-form name.
gss_inquire_names_for_mech List the name-types supported by.
the specified mechanism.
gss_inquire_mechs_for_name List mechanisms that support the
specified name-type.
gss_canonicalize_name Convert an internal name to an MN.
gss_export_name Convert an MN to export form.
gss_duplicate_name Create a copy of an internal name.
minor_status: input_name_buffer: input_name_type: output_name:
minor_status: input_name: output_name_buffer: output_name_type:
minor_status: name1: name2: name_equal:
minor_status: name:
minor_status: mechanism: name_types:
minor_status: input_name: mech_types:
minor_status: input_name: mech_type: output_name:
minor_status: input_name: exported_name:
minor_status: src_name: dest_name:
Next: Miscellaneous Routines, Previous: Per-Message Routines, Up: Standard GSS API [Contents][Index]