gss_process_context_token(3) — Subroutines
NAME
gss_process_context_token − Process token received from peer application.
SYNOPSIS
#include <gssapi/gssapi.h>
OM_uint32 gss_process_context_token(
OM_uint32 ∗ minor_status,
const gss_ctx_id_t context_handle,
const gss_buffer_t token );
PARAMETERS
minor_status
Kerberos 5 error code.
context_handle
Security context on which the token is processed.
tokenToken received from the peer application.
DESCRIPTION
The gss_process_context_token() function processes a token sent asynchronously from the peer application.
Note
This function performs no action in the HP implementation of the GSS-API. It is included for Version 1 compatibility.
RETURN VALUES
| GSS_S_CALL_INACCESSIBLE_READ | 01xxxxxx |
| GSS_S_CALL_INACCESSIBLE_WRITE | 02xxxxxx |
| GSS_S_COMPLETE | 00000000 |
| GSS_S_DEFECTIVE_TOKEN | xx09xxxx |
| GSS_S_DUPLCATE_TOKEN | xxxx0002 |
| GSS_S_FAILURE | xx0Dxxxx |
| GSS_S_NO_CONTEXT | xx08xxxx |
| GSS_S_OLD_TOKEN | xxxx0004 |
| GSS_S_UNSEQ_TOKEN | xxxx0008 |
SEE ALSO
Functions: gss_accept_sec_context(3), gss_delete_sec_context(3), gss_import_sec_context(3), gss_init_sec_context(3)