LOCAL 80 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c int acceptor = (ctx->more_flags & LOCAL) == 0; LOCAL 238 source4/heimdal/lib/gssapi/krb5/arcfour.c memset (p + 4, (context_handle->more_flags & LOCAL) ? 0 : 0xff, 4); LOCAL 323 source4/heimdal/lib/gssapi/krb5/arcfour.c if (context_handle->more_flags & LOCAL) LOCAL 417 source4/heimdal/lib/gssapi/krb5/arcfour.c (context_handle->more_flags & LOCAL) ? 0 : 0xff, LOCAL 592 source4/heimdal/lib/gssapi/krb5/arcfour.c if (context_handle->more_flags & LOCAL) LOCAL 293 source4/heimdal/lib/gssapi/krb5/cfx.c if ((context_handle->more_flags & LOCAL) == 0) LOCAL 352 source4/heimdal/lib/gssapi/krb5/cfx.c if (context_handle->more_flags & LOCAL) { LOCAL 506 source4/heimdal/lib/gssapi/krb5/cfx.c if ((context_handle->more_flags & LOCAL) == 0) LOCAL 559 source4/heimdal/lib/gssapi/krb5/cfx.c if (context_handle->more_flags & LOCAL) { LOCAL 727 source4/heimdal/lib/gssapi/krb5/cfx.c if ((context_handle->more_flags & LOCAL) == 0) LOCAL 744 source4/heimdal/lib/gssapi/krb5/cfx.c if (context_handle->more_flags & LOCAL) { LOCAL 817 source4/heimdal/lib/gssapi/krb5/cfx.c if ((context_handle->more_flags & LOCAL) == 0) LOCAL 871 source4/heimdal/lib/gssapi/krb5/cfx.c if (context_handle->more_flags & LOCAL) { LOCAL 108 source4/heimdal/lib/gssapi/krb5/get_mic.c (ctx->more_flags & LOCAL) ? 0 : 0xFF, LOCAL 225 source4/heimdal/lib/gssapi/krb5/get_mic.c (ctx->more_flags & LOCAL) ? 0 : 0xFF, LOCAL 62 source4/heimdal/lib/gssapi/krb5/gsskrb5_locl.h enum { LOCAL = 1, OPEN = 2, LOCAL 582 source4/heimdal/lib/gssapi/krb5/init_sec_context.c ctx->more_flags |= LOCAL; LOCAL 94 source4/heimdal/lib/gssapi/krb5/inquire_context.c *locally_initiated = ctx->more_flags & LOCAL; LOCAL 249 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c if (context_handle->more_flags & LOCAL) LOCAL 296 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0); LOCAL 155 source4/heimdal/lib/gssapi/krb5/unwrap.c if (context_handle->more_flags & LOCAL) LOCAL 318 source4/heimdal/lib/gssapi/krb5/unwrap.c if (context_handle->more_flags & LOCAL) LOCAL 110 source4/heimdal/lib/gssapi/krb5/verify_mic.c if (context_handle->more_flags & LOCAL) LOCAL 211 source4/heimdal/lib/gssapi/krb5/verify_mic.c if (context_handle->more_flags & LOCAL) LOCAL 50 source4/heimdal/lib/gssapi/krb5/wrap.c if (ctx->more_flags & LOCAL) { LOCAL 78 source4/heimdal/lib/gssapi/krb5/wrap.c if (ctx->more_flags & LOCAL) { LOCAL 288 source4/heimdal/lib/gssapi/krb5/wrap.c (ctx->more_flags & LOCAL) ? 0 : 0xFF, LOCAL 438 source4/heimdal/lib/gssapi/krb5/wrap.c (ctx->more_flags & LOCAL) ? 0 : 0xFF, LOCAL 1179 source4/torture/rpc/lsa.c const int LOCAL = 0; LOCAL 1182 source4/torture/rpc/lsa.c secname[LOCAL] = talloc_asprintf(tctx, "torturesecret-%u", (uint_t)random());