Searched refs:mech_buf (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/crypto/heimdal/lib/gssapi/spnego/ |
| D | accept_sec_context.c | 218 gss_buffer_t mech_buf, in send_accept() argument 239 && mech_buf != GSS_C_NO_BUFFER) in send_accept() 286 if (mech_buf != GSS_C_NO_BUFFER) { in send_accept() 290 mech_buf, in send_accept() 340 gss_buffer_t mech_buf, in verify_mechlist_mic() argument 363 mech_buf, in verify_mechlist_mic() 464 gss_buffer_t mech_buf, in acceptor_complete() argument 503 mech_buf->value, mech_buf->length, in acceptor_complete() 514 ret = verify_mechlist_mic(minor_status, ctx, mech_buf, mic); in acceptor_complete() 557 gss_buffer_desc mech_buf; in acceptor_start() local [all …]
|
| D | init_sec_context.c | 81 const gss_buffer_t mech_buf, in spnego_reply_internal() argument 90 if (mech_buf == GSS_C_NO_BUFFER && mech_token->length == 0) { in spnego_reply_internal() 130 if (mech_buf != GSS_C_NO_BUFFER) { in spnego_reply_internal() 135 mech_buf, in spnego_reply_internal() 397 gss_buffer_desc mic_buf, mech_buf; in spnego_reply() local 411 mech_buf.value = NULL; in spnego_reply() 412 mech_buf.length = 0; in spnego_reply() 555 ASN1_MALLOC_ENCODE(MechTypeList, mech_buf.value, mech_buf.length, in spnego_reply() 564 if (mech_buf.length != buf_len) in spnego_reply() 569 free(mech_buf.value); in spnego_reply() [all …]
|