Home
last modified time | relevance | path

Searched refs:IS_DCE_STYLE (Results 1 – 8 of 8) sorted by relevance

/trueos/crypto/heimdal/lib/gssapi/krb5/
HDunwrap.c65 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()
115 if (IS_DCE_STYLE(context_handle)) { in unwrap_des()
216 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()
272 if (IS_DCE_STYLE(context_handle)) { in unwrap_des3()
HDarcfour.c366 if (IS_DCE_STYLE(context_handle)) { in _gssapi_wrap_arcfour()
426 if (!IS_DCE_STYLE(context_handle)) in _gssapi_wrap_arcfour()
528 if (IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()
646 if (!IS_DCE_STYLE(context_handle)) { in _gssapi_unwrap_arcfour()
700 if (IS_DCE_STYLE(ctx)) { in max_wrap_length_arcfour()
HDcfx.c249 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()
HDgsskrb5_locl.h60 #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0) macro
HDwrap.c221 if (IS_DCE_STYLE(ctx)) { in wrap_des()
358 if (IS_DCE_STYLE(ctx)) { in wrap_des3()
HDaccept_sec_context.c614 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
653 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
HDinit_sec_context.c767 if (IS_DCE_STYLE(ctx)) { in repl_mutual()
/trueos/crypto/heimdal/lib/gssapi/
HDChangeLog877 * krb5/arcfour.c: Use IS_DCE_STYLE flag. There is no padding in
883 * krb5/gsskrb5_locl.h: Add IS_DCE_STYLE macro.