Searched refs:more_flags (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c91 if ((ctx->more_flags & COMPAT_OLD_DES3_SELECTED) == 0) {
102 ctx->more_flags |= COMPAT_OLD_DES3;
103 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
116 ctx->more_flags |= COMPAT_OLD_DES3;
118 ctx->more_flags &= ~COMPAT_OLD_DES3;
120 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
H A Daeap.c53 if (ctx->more_flags & IS_CFX)
74 if (ctx->more_flags & IS_CFX)
96 if (ctx->more_flags & IS_CFX)
H A Dinquire_context.c92 *locally_initiated = ctx->more_flags & LOCAL;
95 *open_context = ctx->more_flags & OPEN;
H A Dget_mic.c111 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
230 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
243 if (ctx->more_flags & COMPAT_OLD_DES3)
292 if (ctx->more_flags & IS_CFX)
H A Dgsskrb5_locl.h69 } more_flags; member in struct:gsskrb5_ctx
H A Dset_sec_context_option.c134 ctx->more_flags |= COMPAT_OLD_DES3;
136 ctx->more_flags &= ~COMPAT_OLD_DES3;
137 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
H A Dinquire_sec_context_by_oid.c283 is_updated = (context_handle->more_flags & IS_CFX);
287 if (context_handle->more_flags & LOCAL)
323 is_cfx = (context_handle->more_flags & IS_CFX);
334 ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0);
391 int subkey_p = (context_handle->more_flags & ACCEPTOR_SUBKEY) ? 1 : 0;
H A Daccept_sec_context.c138 ctx->more_flags |= IS_CFX;
142 ctx->more_flags |= ACCEPTOR_SUBKEY;
246 is_cfx = (ctx->more_flags & IS_CFX);
281 ctx->more_flags |= OPEN;
576 is_cfx = (ctx->more_flags & IS_CFX);
600 ctx->more_flags |= ACCEPTOR_SUBKEY;
634 ctx->more_flags |= OPEN;
H A Dwrap.c48 if (ctx->more_flags & LOCAL) {
76 if (ctx->more_flags & LOCAL) {
103 if ((ctx->more_flags & ACCEPTOR_SUBKEY) == 0)
155 if (ctx->more_flags & IS_CFX)
298 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
448 (ctx->more_flags & LOCAL) ? 0 : 0xFF,
549 if (ctx->more_flags & IS_CFX)
H A Dcfx.c429 if ((ctx->more_flags & LOCAL) == 0)
432 if (ctx->more_flags & ACCEPTOR_SUBKEY)
435 if (ctx->more_flags & LOCAL)
767 if ((ctx->more_flags & LOCAL) == 0)
771 if (ctx->more_flags & ACCEPTOR_SUBKEY) {
812 if (ctx->more_flags & LOCAL) {
1203 if ((ctx->more_flags & LOCAL) == 0)
1205 if (ctx->more_flags & ACCEPTOR_SUBKEY)
1262 if (ctx->more_flags & LOCAL) {
1407 if ((ctx->more_flags
[all...]
H A Dinit_sec_context.c127 ctx->more_flags = 0;
286 if (ctx->more_flags & CLOSE_CCACHE)
293 is_cfx = (ctx->more_flags & IS_CFX);
302 ctx->more_flags |= OPEN;
414 ctx->more_flags |= CLOSE_CCACHE;
500 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE))
615 ctx->more_flags |= LOCAL;
694 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE))
730 if ((ctx->more_flags & RETRIED) == 0)
732 ctx->more_flags |
[all...]
H A Dunwrap.c158 if (context_handle->more_flags & LOCAL)
322 if (context_handle->more_flags & LOCAL)
405 if (ctx->more_flags & IS_CFX)
H A Dverify_mic.c114 if (context_handle->more_flags & LOCAL)
216 if (context_handle->more_flags & LOCAL)
294 if (ctx->more_flags & IS_CFX)
H A Dimport_sec_context.c194 ctx->more_flags = tmp;
205 _gsskrb5i_is_cfx(context, ctx, (ctx->more_flags & LOCAL) == 0);
H A Darcfour.c236 memset (p + 4, (context_handle->more_flags & LOCAL) ? 0 : 0xff, 4);
323 if (context_handle->more_flags & LOCAL)
417 (context_handle->more_flags & LOCAL) ? 0 : 0xff,
594 if (context_handle->more_flags & LOCAL)
H A Dexport_sec_context.c202 kret = krb5_store_int32 (sp, ctx->more_flags);

Completed in 82 milliseconds