Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c659 *tokflag = INIT_TOKEN_SEND; in init_ctx_new()
922 if (*send_token == INIT_TOKEN_SEND) { in init_ctx_call_init()
1059 if (send_token == INIT_TOKEN_SEND) { in spnego_gss_init_sec_context()
1362 *return_token = INIT_TOKEN_SEND; in acc_ctx_hints()
1547 *return_token = INIT_TOKEN_SEND; in acc_ctx_new()
1958 if (return_token == INIT_TOKEN_SEND && sendTokenInit) { in spnego_gss_accept_sec_context()
3573 if (sendtoken == INIT_TOKEN_SEND) { in make_spnego_tokenTarg_msg()
3672 if (sendtoken == INIT_TOKEN_SEND) { in make_spnego_tokenTarg_msg()
H A DgssapiP_spnego.h60 typedef enum {NO_TOKEN_SEND, INIT_TOKEN_SEND, CONT_TOKEN_SEND, enumerator