Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/spnego/
H A Daccept_sec_context.c159 gss_buffer_t mech_buf, in send_accept() argument
180 && mech_buf != GSS_C_NO_BUFFER) in send_accept()
227 if (mech_buf != GSS_C_NO_BUFFER) { in send_accept()
231 mech_buf, in send_accept()
281 gss_buffer_t mech_buf, in verify_mechlist_mic() argument
304 mech_buf, in verify_mechlist_mic()
410 gss_buffer_t mech_buf, in acceptor_complete() argument
445 mech_buf->value, mech_buf->length, in acceptor_complete()
451 heim_assert(mech_buf->length == buf_len, "Internal ASN.1 error"); in acceptor_complete()
456 ret = verify_mechlist_mic(minor_status, ctx, mech_buf, mic); in acceptor_complete()
[all …]
H A Dinit_sec_context.c83 const gss_buffer_t mech_buf, in spnego_reply_internal() argument
92 if (mech_buf == GSS_C_NO_BUFFER && mech_token->length == 0) { in spnego_reply_internal()
132 if (mech_buf != GSS_C_NO_BUFFER) { in spnego_reply_internal()
137 mech_buf, in spnego_reply_internal()
398 gss_buffer_desc mic_buf, mech_buf; in spnego_reply() local
412 mech_buf.value = NULL; in spnego_reply()
413 mech_buf.length = 0; in spnego_reply()
553 ASN1_MALLOC_ENCODE(MechTypeList, mech_buf.value, mech_buf.length, in spnego_reply()
562 if (mech_buf.length != buf_len) { in spnego_reply()
569 free(mech_buf.value); in spnego_reply()
[all …]