Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/heimdal/lib/gssapi/spnego/
Daccept_sec_context.c466 gss_buffer_t mech_output_token, in acceptor_complete() argument
490 } else if (mech_output_token != GSS_C_NO_BUFFER && in acceptor_complete()
491 mech_output_token->length == 0) { /* Odd */ in acceptor_complete()
556 gss_buffer_desc mech_output_token; in acceptor_start() local
564 mech_output_token.value = NULL; in acceptor_start()
565 mech_output_token.length = 0; in acceptor_start()
654 &mech_output_token, in acceptor_start()
676 &mech_output_token, in acceptor_start()
717 &mech_output_token, in acceptor_start()
725 if (mech_output_token.value != NULL) in acceptor_start()
[all …]
Dinit_sec_context.c398 gss_buffer_desc mech_output_token; in spnego_reply() local
408 mech_output_token.length = 0; in spnego_reply()
409 mech_output_token.value = NULL; in spnego_reply()
512 &mech_output_token, in spnego_reply()
546 gss_release_buffer(&minor, &mech_output_token); in spnego_reply()
560 gss_release_buffer(&minor, &mech_output_token); in spnego_reply()
577 if (mech_output_token.length == 0) { in spnego_reply()
586 gss_release_buffer(&minor, &mech_output_token); in spnego_reply()
596 &mech_output_token, in spnego_reply()
603 gss_release_buffer(&minor, &mech_output_token); in spnego_reply()