Lines Matching full:api
32 .Nd "Generic Security Services API"
34 GSS-API Library (libgssapi, -lgssapi)
42 Typically, GSS-API callers will be application protocols into which
44 provided by the GSS-API.
45 The GSS-API allows a caller application to authenticate a principal
51 There are four stages to using the GSS-API:
62 The security context is a pair of GSS-API data structures that contain
81 certain GSS-API calls will return a token data structure,
84 The caller of such a GSS-API routine is responsible for transferring
88 corresponding GSS-API routine which will decode the token and extract
96 which are treated by GSS-API as arbitrary octet-strings.
98 call the appropriate GSS-API routine (gss_get_mic or gss_wrap) to
109 each application calls a GSS-API routine to delete the security
115 .Sh GSS-API ROUTINES
116 This section lists the routines that make up the GSS-API,
119 GSS-API Credential-management Routines:
122 Assume a global identity; Obtain a GSS-API credential handle for
134 GSS-API Context-Level Routines:
158 GSS-API Per-message Routines:
174 GSS-API Name manipulation Routines:
196 GSS-API Miscellaneous Routines
201 Convert a GSS-API status code to text
214 Individual GSS-API implementations may augment these routines by
224 Generic Security Service API Version 2 : C-bindings