Searched refs:IS_DCE_STYLE (Results 1 – 8 of 8) sorted by relevance
67 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()137 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()253 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()316 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()
460 if (IS_DCE_STYLE(context_handle)) { in _gssapi_wrap_arcfour()520 if (!IS_DCE_STYLE(context_handle)) in _gssapi_wrap_arcfour()649 if (IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()792 if (!IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()846 if (IS_DCE_STYLE(ctx)) { in max_wrap_length_arcfour()976 if (IS_DCE_STYLE(ctx)) { in _gssapi_wrap_iov_length_arcfour()1049 if (IS_DCE_STYLE(ctx)) { in _gssapi_wrap_iov_arcfour()1313 if (!IS_DCE_STYLE(context)) { in _gssapi_unwrap_iov_arcfour()
277 if (IS_DCE_STYLE(ctx)) { in _gk_verify_buffers()388 if (k5psize == 0 && IS_DCE_STYLE(ctx)) { in _gssapi_wrap_cfx_iov()401 if (IS_DCE_STYLE(ctx)) { in _gssapi_wrap_cfx_iov()423 if (IS_DCE_STYLE(ctx)) in _gssapi_wrap_cfx_iov()874 if (IS_DCE_STYLE(ctx)) in _gssapi_unwrap_cfx_iov()1143 if (k5psize == 0 && IS_DCE_STYLE(ctx)) { in _gssapi_wrap_iov_length_cfx()1209 IS_DCE_STYLE(ctx), in _gssapi_wrap_cfx()1331 if (IS_DCE_STYLE(ctx)) { in _gssapi_wrap_cfx()1500 if (IS_DCE_STYLE(ctx)) { in _gssapi_unwrap_cfx()
62 #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0) macro
224 if (IS_DCE_STYLE(ctx)) { in wrap_des()388 if (IS_DCE_STYLE(ctx)) { in wrap_des3()
635 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()674 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
751 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.