GSS_S_COMPLETE | Indicates that the input_message_buffer was successfully
processed and that the output_message_buffer is
ready for transmission. |
GSS_S_DEFECTIVE_TOKEN | Indicates that the input_message_buffer was successfully
processed and that the output_message_buffer is
ready for transmission. |
GSS_S_BAD_SIG | Indicates that consistency checks performed
on the token extracted from the input_message_buffer failed,
preventing further processing from being performed with that token. |
GSS_S_DUPLICATE_TOKEN | Indicates that the MIC extracted from the input_message_buffer contains
an incorrect integrity check for the message. |
GSS_S_OLD_TOKEN | The token extracted from the input_message_buffer is
valid, and contained a correct MIC for the message, but is a duplicate
of a token already processed. This is a fatal error during context
establishment. |
GSS_S_UNSEQ_TOKE | Indicates that the token was valid, and
contained a correct MIC for the message, but has been verified out of
sequence; a later token has already been received. |
GSS_S_GAP_TOKEN | Indicates that the token was valid, and
contained a correct MIC for the message, but has been verified out of
sequence; an earlier expected token has not yet been received. |
GSS_S_CONTEXT_EXPIRED | Indicates that context-related data items have
expired, so that the requested operation cannot be performed |
GSS_S_NO_CONTEXT | Indicates that no valid context was recognized
for the input context_handle provided. |