Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c409 gss_buffer_t mech_input_token, in acceptor_complete() argument
427 if (mech_input_token == GSS_C_NO_BUFFER) { /* Even/One */ in acceptor_complete()
489 gss_buffer_t mech_input_token = GSS_C_NO_BUFFER; in acceptor_start() local
565 mech_input_token = &ibuf; in acceptor_start()
573 mech_input_token, in acceptor_start()
591 mech_input_token, in acceptor_start()
708 gss_buffer_t mech_input_token = GSS_C_NO_BUFFER; in acceptor_continue() local
750 mech_input_token = &ibuf; in acceptor_continue()
756 if (mech_input_token != GSS_C_NO_BUFFER) { in acceptor_continue()
764 mech_input_token, in acceptor_continue()
[all …]
H A Dinit_sec_context.c481 gss_buffer_desc mech_input_token; in spnego_reply() local
484 mech_input_token.length = resp.u.negTokenResp.responseToken->length; in spnego_reply()
485 mech_input_token.value = resp.u.negTokenResp.responseToken->data; in spnego_reply()
487 mech_input_token.length = 0; in spnego_reply()
488 mech_input_token.value = NULL; in spnego_reply()
505 &mech_input_token, in spnego_reply()