Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dunwrap.c65 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()
H A Darcfour.c376 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()
H A Dcfx.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()
H A Dgsskrb5_locl.h60 #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0) macro
H A Dwrap.c221 if (IS_DCE_STYLE(ctx)) { in wrap_des()
367 if (IS_DCE_STYLE(ctx)) { in wrap_des3()
H A Daccept_sec_context.c615 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
654 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
H A Dinit_sec_context.c767 if (IS_DCE_STYLE(ctx)) { in repl_mutual()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog877 * krb5/arcfour.c: Use IS_DCE_STYLE flag. There is no padding in
883 * krb5/gsskrb5_locl.h: Add IS_DCE_STYLE macro.