GSS_C_DCE_STYLE   203 source4/auth/gensec/gensec_gssapi.c 		gensec_gssapi_state->want_flags |= GSS_C_DCE_STYLE;
GSS_C_DCE_STYLE  1136 source4/auth/gensec/gensec_gssapi.c 		return gensec_gssapi_state->got_flags & GSS_C_DCE_STYLE;
GSS_C_DCE_STYLE    60 source4/heimdal/lib/gssapi/krb5/gsskrb5_locl.h #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0)
GSS_C_DCE_STYLE   557 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (req_flags & GSS_C_DCE_STYLE) {
GSS_C_DCE_STYLE   559 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	flags |= GSS_C_DCE_STYLE | GSS_C_MUTUAL_FLAG;
GSS_C_DCE_STYLE   641 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (flags & GSS_C_DCE_STYLE) {
GSS_C_DCE_STYLE   697 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (ctx->flags & GSS_C_DCE_STYLE) {
GSS_C_DCE_STYLE   788 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (req_flags & GSS_C_DCE_STYLE) {
GSS_C_DCE_STYLE   904 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (ctx->mech_flags & GSS_C_DCE_STYLE)
GSS_C_DCE_STYLE   828 source4/heimdal/lib/gssapi/spnego/context_stubs.c     if ((ctx->mech_flags & GSS_C_DCE_STYLE) == 0 &&