mech_buf          217 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	     gss_buffer_t mech_buf,
mech_buf          238 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    && mech_buf != GSS_C_NO_BUFFER)
mech_buf          285 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_buf != GSS_C_NO_BUFFER) {
mech_buf          289 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			  mech_buf,
mech_buf          339 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_buffer_t mech_buf,
mech_buf          362 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			 mech_buf,
mech_buf          463 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		  gss_buffer_t mech_buf,
mech_buf          502 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 			       mech_buf->value, mech_buf->length,
mech_buf          513 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    ret = verify_mechlist_mic(minor_status, ctx, mech_buf, mic);
mech_buf          556 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     gss_buffer_desc mech_buf;
mech_buf          565 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     mech_buf.value = NULL;
mech_buf          671 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				    &mech_buf,
mech_buf          720 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		       get_mic ? &mech_buf : NULL,
mech_buf          728 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     if (mech_buf.value != NULL) {
mech_buf          729 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	free(mech_buf.value);
mech_buf          730 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	mech_buf.value = NULL;
mech_buf          789 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     gss_buffer_desc mech_buf;
mech_buf          793 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c     mech_buf.value = NULL;
mech_buf          898 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				    &mech_buf,
mech_buf          922 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				get_mic ? &mech_buf : NULL,
mech_buf          933 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (mech_buf.value != NULL)
mech_buf          934 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    free(mech_buf.value);
mech_buf           83 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 		      const gss_buffer_t mech_buf,
mech_buf           92 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (mech_buf == GSS_C_NO_BUFFER && mech_token->length == 0) {
mech_buf          132 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (mech_buf != GSS_C_NO_BUFFER) {
mech_buf          137 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 			  mech_buf,
mech_buf          400 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     gss_buffer_desc mic_buf, mech_buf;
mech_buf          414 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     mech_buf.value = NULL;
mech_buf          415 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     mech_buf.length = 0;
mech_buf          560 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	ASN1_MALLOC_ENCODE(MechTypeList, mech_buf.value, mech_buf.length,
mech_buf          569 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	if (mech_buf.length != buf_len)
mech_buf          574 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	    free(mech_buf.value);
mech_buf          585 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				 &mech_buf,
mech_buf          590 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 		free(mech_buf.value);
mech_buf          600 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 				require_mic ? &mech_buf : NULL,
mech_buf          604 source4/heimdal/lib/gssapi/spnego/init_sec_context.c     if (mech_buf.value != NULL)
mech_buf          605 source4/heimdal/lib/gssapi/spnego/init_sec_context.c 	free(mech_buf.value);