more_flags         80 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     int acceptor = (ctx->more_flags & LOCAL) == 0;
more_flags        114 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    ctx->more_flags |= ACCEPTOR_SUBKEY;
more_flags        248 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     ctx->more_flags |= OPEN;
more_flags        553 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c 	    ctx->more_flags |= ACCEPTOR_SUBKEY;
more_flags        587 source4/heimdal/lib/gssapi/krb5/accept_sec_context.c     ctx->more_flags |= OPEN;
more_flags        238 source4/heimdal/lib/gssapi/krb5/arcfour.c     memset (p + 4, (context_handle->more_flags & LOCAL) ? 0 : 0xff, 4);
more_flags        323 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (context_handle->more_flags & LOCAL)
more_flags        417 source4/heimdal/lib/gssapi/krb5/arcfour.c 	    (context_handle->more_flags & LOCAL) ? 0 : 0xff,
more_flags        592 source4/heimdal/lib/gssapi/krb5/arcfour.c     if (context_handle->more_flags & LOCAL)
more_flags        293 source4/heimdal/lib/gssapi/krb5/cfx.c     if ((context_handle->more_flags & LOCAL) == 0)
more_flags        295 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & ACCEPTOR_SUBKEY)
more_flags        352 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & LOCAL) {
more_flags        506 source4/heimdal/lib/gssapi/krb5/cfx.c 	if ((context_handle->more_flags & LOCAL) == 0)
more_flags        510 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & ACCEPTOR_SUBKEY) {
more_flags        559 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & LOCAL) {
more_flags        727 source4/heimdal/lib/gssapi/krb5/cfx.c     if ((context_handle->more_flags & LOCAL) == 0)
more_flags        729 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & ACCEPTOR_SUBKEY)
more_flags        744 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & LOCAL) {
more_flags        817 source4/heimdal/lib/gssapi/krb5/cfx.c 	if ((context_handle->more_flags & LOCAL) == 0)
more_flags        820 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & ACCEPTOR_SUBKEY) {
more_flags        871 source4/heimdal/lib/gssapi/krb5/cfx.c     if (context_handle->more_flags & LOCAL) {
more_flags         94 source4/heimdal/lib/gssapi/krb5/compat.c     if ((ctx->more_flags & COMPAT_OLD_DES3_SELECTED) == 0) {
more_flags        105 source4/heimdal/lib/gssapi/krb5/compat.c 	    ctx->more_flags |= COMPAT_OLD_DES3;
more_flags        106 source4/heimdal/lib/gssapi/krb5/compat.c 	ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
more_flags        119 source4/heimdal/lib/gssapi/krb5/compat.c 	ctx->more_flags |= COMPAT_OLD_DES3;
more_flags        121 source4/heimdal/lib/gssapi/krb5/compat.c 	ctx->more_flags &= ~COMPAT_OLD_DES3;
more_flags        123 source4/heimdal/lib/gssapi/krb5/compat.c     ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
more_flags        204 source4/heimdal/lib/gssapi/krb5/export_sec_context.c     kret = krb5_store_int32 (sp, ctx->more_flags);
more_flags        108 source4/heimdal/lib/gssapi/krb5/get_mic.c 	  (ctx->more_flags & LOCAL) ? 0 : 0xFF,
more_flags        225 source4/heimdal/lib/gssapi/krb5/get_mic.c 	  (ctx->more_flags & LOCAL) ? 0 : 0xFF,
more_flags        238 source4/heimdal/lib/gssapi/krb5/get_mic.c   if (ctx->more_flags & COMPAT_OLD_DES3)
more_flags         68 source4/heimdal/lib/gssapi/krb5/gsskrb5_locl.h   } more_flags;
more_flags        196 source4/heimdal/lib/gssapi/krb5/import_sec_context.c     ctx->more_flags = tmp;
more_flags        128 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->more_flags		= 0;
more_flags        254 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (ctx->more_flags & CLOSE_CCACHE)
more_flags        269 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->more_flags	|= OPEN;
more_flags        382 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 	ctx->more_flags |= CLOSE_CCACHE;
more_flags        469 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE))
more_flags        582 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     ctx->more_flags |= LOCAL;
more_flags        661 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE))
more_flags        738 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			if ((ctx->more_flags & RETRIED) == 0)
more_flags        740 source4/heimdal/lib/gssapi/krb5/init_sec_context.c 			ctx->more_flags |= RETRIED;
more_flags        770 source4/heimdal/lib/gssapi/krb5/init_sec_context.c     	    ctx->more_flags |= ACCEPTOR_SUBKEY;
more_flags         94 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	*locally_initiated = ctx->more_flags & LOCAL;
more_flags         97 source4/heimdal/lib/gssapi/krb5/inquire_context.c 	*open_context = ctx->more_flags & OPEN;
more_flags        249 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 	if (context_handle->more_flags & LOCAL)
more_flags        296 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c     ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0);
more_flags        353 source4/heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c 	int subkey_p = (context_handle->more_flags & ACCEPTOR_SUBKEY) ? 1 : 0;
more_flags        136 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	    ctx->more_flags |= COMPAT_OLD_DES3;
more_flags        138 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	    ctx->more_flags &= ~COMPAT_OLD_DES3;
more_flags        139 source4/heimdal/lib/gssapi/krb5/set_sec_context_option.c 	ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
more_flags        155 source4/heimdal/lib/gssapi/krb5/unwrap.c   if (context_handle->more_flags & LOCAL)
more_flags        318 source4/heimdal/lib/gssapi/krb5/unwrap.c   if (context_handle->more_flags & LOCAL)
more_flags        110 source4/heimdal/lib/gssapi/krb5/verify_mic.c   if (context_handle->more_flags & LOCAL)
more_flags        211 source4/heimdal/lib/gssapi/krb5/verify_mic.c   if (context_handle->more_flags & LOCAL)
more_flags         50 source4/heimdal/lib/gssapi/krb5/wrap.c     if (ctx->more_flags & LOCAL) {
more_flags         78 source4/heimdal/lib/gssapi/krb5/wrap.c     if (ctx->more_flags & LOCAL) {
more_flags        105 source4/heimdal/lib/gssapi/krb5/wrap.c 	if ((ctx->more_flags & ACCEPTOR_SUBKEY) == 0)
more_flags        288 source4/heimdal/lib/gssapi/krb5/wrap.c 	  (ctx->more_flags & LOCAL) ? 0 : 0xFF,
more_flags        438 source4/heimdal/lib/gssapi/krb5/wrap.c 	  (ctx->more_flags & LOCAL) ? 0 : 0xFF,