Home
last modified time | relevance | path

Searched refs:NO_TOKEN_SEND (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c539 *tokflag = NO_TOKEN_SEND; in handle_mic()
587 *tokflag = NO_TOKEN_SEND; in process_mic()
593 *tokflag = NO_TOKEN_SEND; in process_mic()
704 *tokflag = NO_TOKEN_SEND; in init_ctx_cont()
730 *tokflag = NO_TOKEN_SEND; in init_ctx_cont()
797 *tokflag = NO_TOKEN_SEND; in init_ctx_nego()
840 *tokflag = NO_TOKEN_SEND; in init_ctx_reselect()
914 *send_token = NO_TOKEN_SEND; in init_ctx_call_init()
923 *send_token = NO_TOKEN_SEND; in init_ctx_call_init()
991 send_token_flag send_token = NO_TOKEN_SEND; in spnego_gss_init_sec_context()
[all …]
H A DgssapiP_spnego.h60 typedef enum {NO_TOKEN_SEND, INIT_TOKEN_SEND, CONT_TOKEN_SEND, enumerator