Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
Dunwrap.c67 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()
Darcfour.c460 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()
Dcfx.c277 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()
Dgsskrb5_locl.h62 #define IS_DCE_STYLE(ctx) (((ctx)->flags & GSS_C_DCE_STYLE) != 0) macro
Dwrap.c224 if (IS_DCE_STYLE(ctx)) { in wrap_des()
388 if (IS_DCE_STYLE(ctx)) { in wrap_des3()
Daccept_sec_context.c635 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
674 if (IS_DCE_STYLE(ctx)) { in gsskrb5_acceptor_start()
Dinit_sec_context.c751 if (IS_DCE_STYLE(ctx)) { in repl_mutual()
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/gssapi/
DChangeLog877 * krb5/arcfour.c: Use IS_DCE_STYLE flag. There is no padding in
883 * krb5/gsskrb5_locl.h: Add IS_DCE_STYLE macro.