Searched refs:mech_buf (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/heimdal/lib/gssapi/spnego/
H A Dinit_sec_context.c81 const gss_buffer_t mech_buf,
90 if (mech_buf == GSS_C_NO_BUFFER && mech_token->length == 0) {
130 if (mech_buf != GSS_C_NO_BUFFER) {
135 mech_buf,
396 gss_buffer_desc mic_buf, mech_buf; local
410 mech_buf.value = NULL;
411 mech_buf.length = 0;
551 ASN1_MALLOC_ENCODE(MechTypeList, mech_buf.value, mech_buf.length,
560 if (mech_buf
79 spnego_reply_internal(OM_uint32 *minor_status, gssspnego_ctx context_handle, const gss_buffer_t mech_buf, gss_buffer_t mech_token, gss_buffer_t output_token) argument
[all...]
H A Daccept_sec_context.c157 gss_buffer_t mech_buf,
178 && mech_buf != GSS_C_NO_BUFFER)
225 if (mech_buf != GSS_C_NO_BUFFER) {
229 mech_buf,
279 gss_buffer_t mech_buf,
302 mech_buf,
408 gss_buffer_t mech_buf,
443 mech_buf->value, mech_buf->length,
449 heim_assert(mech_buf
153 send_accept(OM_uint32 *minor_status, gssspnego_ctx context_handle, gss_buffer_t mech_token, int initial_response, gss_buffer_t mech_buf, gss_buffer_t output_token) argument
276 verify_mechlist_mic(OM_uint32 *minor_status, gssspnego_ctx context_handle, gss_buffer_t mech_buf, heim_octet_string *mechListMIC ) argument
405 acceptor_complete(OM_uint32 * minor_status, gssspnego_ctx ctx, int *get_mic, gss_buffer_t mech_buf, gss_buffer_t mech_input_token, gss_buffer_t mech_output_token, heim_octet_string *mic, gss_buffer_t output_token) argument
491 gss_buffer_desc mech_buf; local
708 gss_buffer_desc mech_buf; local
[all...]

Completed in 99 milliseconds