Searched refs:more_flags (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | compat.c | 91 if ((ctx->more_flags & COMPAT_OLD_DES3_SELECTED) == 0) { in _gss_DES3_get_mic_compat() 102 ctx->more_flags |= COMPAT_OLD_DES3; in _gss_DES3_get_mic_compat() 103 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED; in _gss_DES3_get_mic_compat() 116 ctx->more_flags |= COMPAT_OLD_DES3; 118 ctx->more_flags &= ~COMPAT_OLD_DES3; 120 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED;
|
H A D | aeap.c | 53 if (ctx->more_flags & IS_CFX) 74 if (ctx->more_flags & IS_CFX) 96 if (ctx->more_flags & IS_CFX) in _gk_wrap_iov_length()
|
H A D | wrap.c | 48 if (ctx->more_flags & LOCAL) { in _gsskrb5i_get_initiator_subkey() 76 if (ctx->more_flags & LOCAL) { in _gsskrb5i_get_acceptor_subkey() 103 if ((ctx->more_flags & ACCEPTOR_SUBKEY) == 0) in _gsskrb5i_get_token_key() 155 if (ctx->more_flags & IS_CFX) in _gsskrb5_wrap_size_limit() 309 (ctx->more_flags & LOCAL) ? 0 : 0xFF, in wrap_des() 457 (ctx->more_flags & LOCAL) ? 0 : 0xFF, in wrap_des3() 558 if (ctx->more_flags & IS_CFX) in _gsskrb5_wrap()
|
H A D | init_sec_context.c | 127 ctx->more_flags = 0; in _gsskrb5_create_ctx() 286 if (ctx->more_flags & CLOSE_CCACHE) in gsskrb5_initiator_ready() 293 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_initiator_ready() 302 ctx->more_flags |= OPEN; in gsskrb5_initiator_ready() 414 ctx->more_flags |= CLOSE_CCACHE; in init_auth() 500 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) in init_auth() 615 ctx->more_flags |= LOCAL; in init_auth_restart() 694 if (ctx->ccache && (ctx->more_flags & CLOSE_CCACHE)) in init_auth_restart() 730 if ((ctx->more_flags & RETRIED) == 0) in handle_error_packet() 732 ctx->more_flags |= RETRIED; in handle_error_packet()
|
H A D | cfx.c | 429 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) in _gssapi_wrap_cfx() 1205 if (ctx->more_flags & ACCEPTOR_SUBKEY) in _gssapi_wrap_cfx() 1262 if (ctx->more_flags & LOCAL) { in _gssapi_wrap_cfx() 1407 if ((ctx->more_flags & LOCAL) == 0) in _gssapi_unwrap_cfx() [all …]
|
H A D | inquire_context.c | 92 *locally_initiated = ctx->more_flags & LOCAL; in _gsskrb5_inquire_context() 95 *open_context = ctx->more_flags & OPEN; in _gsskrb5_inquire_context()
|
H A D | accept_sec_context.c | 138 ctx->more_flags |= IS_CFX; in _gsskrb5i_is_cfx() 142 ctx->more_flags |= ACCEPTOR_SUBKEY; in _gsskrb5i_is_cfx() 246 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_ready() 281 ctx->more_flags |= OPEN; in gsskrb5_acceptor_ready() 577 is_cfx = (ctx->more_flags & IS_CFX); in gsskrb5_acceptor_start() 601 ctx->more_flags |= ACCEPTOR_SUBKEY; in gsskrb5_acceptor_start() 635 ctx->more_flags |= OPEN; in gsskrb5_acceptor_start()
|
H A D | get_mic.c | 122 (ctx->more_flags & LOCAL) ? 0 : 0xFF, in mic_des() 240 (ctx->more_flags & LOCAL) ? 0 : 0xFF, in mic_des3() 253 if (ctx->more_flags & COMPAT_OLD_DES3) in mic_des3() 302 if (ctx->more_flags & IS_CFX) in _gsskrb5_get_mic()
|
H A D | set_sec_context_option.c | 134 ctx->more_flags |= COMPAT_OLD_DES3; in _gsskrb5_set_sec_context_option() 136 ctx->more_flags &= ~COMPAT_OLD_DES3; in _gsskrb5_set_sec_context_option() 137 ctx->more_flags |= COMPAT_OLD_DES3_SELECTED; in _gsskrb5_set_sec_context_option()
|
H A D | inquire_sec_context_by_oid.c | 283 is_updated = (context_handle->more_flags & IS_CFX); in inquire_sec_context_has_updated_spnego() 287 if (context_handle->more_flags & LOCAL) in inquire_sec_context_has_updated_spnego() 323 is_cfx = (context_handle->more_flags & IS_CFX); in export_lucid_sec_context_v1() 334 ret = krb5_store_int32(sp, (context_handle->more_flags & LOCAL) ? 1 : 0); in export_lucid_sec_context_v1() 391 int subkey_p = (context_handle->more_flags & ACCEPTOR_SUBKEY) ? 1 : 0; in export_lucid_sec_context_v1()
|
H A D | verify_mic.c | 121 if (context_handle->more_flags & LOCAL) in verify_mic_des() 223 if (context_handle->more_flags & LOCAL) in verify_mic_des3() 301 if (ctx->more_flags & IS_CFX) in _gsskrb5_verify_mic_internal()
|
H A D | import_sec_context.c | 194 ctx->more_flags = tmp; in _gsskrb5_import_sec_context() 205 _gsskrb5i_is_cfx(context, ctx, (ctx->more_flags & LOCAL) == 0); in _gsskrb5_import_sec_context()
|
H A D | unwrap.c | 180 if (context_handle->more_flags & LOCAL) in unwrap_des() 352 if (context_handle->more_flags & LOCAL) in unwrap_des3() 436 if (ctx->more_flags & IS_CFX) in _gsskrb5_unwrap()
|
H A D | arcfour.c | 236 memset (p + 4, (context_handle->more_flags & LOCAL) ? 0 : 0xff, 4); in _gssapi_get_mic_arcfour() 333 if (context_handle->more_flags & LOCAL) in _gssapi_verify_mic_arcfour() 427 (context_handle->more_flags & LOCAL) ? 0 : 0xff, in _gssapi_wrap_arcfour() 618 if (context_handle->more_flags & LOCAL) in _gssapi_unwrap_arcfour()
|
H A D | gsskrb5_locl.h | 69 } more_flags; member
|
H A D | export_sec_context.c | 202 kret = krb5_store_int32 (sp, ctx->more_flags); in _gsskrb5_export_sec_context()
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_structures.h | 1092 uint8_t more_flags; member
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 2591 * gssapi.h (more_flags): add COMPAT_OLD_DES3
|