Searched refs:IS_DCE_STYLE (Results 1 – 8 of 8) sorted by relevance
65 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()127 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()239 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()302 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()
376 if (IS_DCE_STYLE(context_handle)) { in _gssapi_wrap_arcfour()436 if (!IS_DCE_STYLE(context_handle)) in _gssapi_wrap_arcfour()548 if (IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()675 if (!IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()729 if (IS_DCE_STYLE(ctx)) { in max_wrap_length_arcfour()
249 if (IS_DCE_STYLE(ctx)) { in _gk_verify_buffers()357 if (k5psize == 0 && IS_DCE_STYLE(ctx)) {370 if (IS_DCE_STYLE(ctx)) {392 if (IS_DCE_STYLE(ctx))843 if (IS_DCE_STYLE(ctx))1113 if (k5psize == 0 && IS_DCE_STYLE(ctx)) { in _gssapi_wrap_iov_length_cfx()1179 IS_DCE_STYLE(ctx), in _gssapi_wrap_cfx()1301 if (IS_DCE_STYLE(ctx)) { in _gssapi_wrap_cfx()1470 if (IS_DCE_STYLE(ctx)) { in _gssapi_unwrap_cfx()
60 #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0) macro
221 if (IS_DCE_STYLE(ctx)) { in wrap_des()367 if (IS_DCE_STYLE(ctx)) { in wrap_des3()
615 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()654 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
767 if (IS_DCE_STYLE(ctx)) { in repl_mutual()
877 * krb5/arcfour.c: Use IS_DCE_STYLE flag. There is no padding in883 * krb5/gsskrb5_locl.h: Add IS_DCE_STYLE macro.