NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO
cc [ flag . . . ] file . . . -lgss [ library . . . ] #include <gssapi/gssapi.h>
The functions in this library are the routines that comprise the Generic Security Services API library.
This library is implemented as a shared object, libgss.so.1, but it is not automatically linked by the C compilation system.
For additional information on shared object interfaces, see intro(3).
SUNW_1.2 (generic):
gss_accept_sec_context |
gss_acquire_cred |
gss_add_cred |
gss_add_oid_set_member |
gss_canonicalize_name |
gss_compare_name |
gss_context_time |
gss_create_empty_oid_set |
gss_delete_sec_context |
gss_display_name |
gss_display_status |
gss_duplicate_name |
gss_export_name |
gss_export_sec_context |
gss_get_mic |
gss_import_name |
gss_import_sec_context |
gss_indicate_mechs |
gss_init_sec_context |
gss_inquire_context |
gss_inquire_cred |
gss_inquire_cred_by_mech |
gss_inquire_mechs_for_name |
gss_inquire_names_for_mech |
gss_oid_to_str |
gss_process_context_token |
gss_release_buffer |
gss_release_cred |
gss_release_name |
gss_release_oid |
gss_release_oid_set |
gss_str_to_oid |
gss_test_oid_set_member |
gss_unwrap |
gss_verify_mic |
gss_wrap |
gss_wrap_size_limit |
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Availability | SUNWgss (32-bit) |
SUNWgssx (64-bit) | |
MT-Level | Safe |
NAME | SYNOPSIS | DESCRIPTION | INTERFACES | FILES | ATTRIBUTES | SEE ALSO