Home
last modified time | relevance | path

Searched refs:COMPAT_OLD_DES3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c102 ctx->more_flags |= COMPAT_OLD_DES3; in _gss_DES3_get_mic_compat()
116 ctx->more_flags |= COMPAT_OLD_DES3;
118 ctx->more_flags &= ~COMPAT_OLD_DES3;
H A Dset_sec_context_option.c134 ctx->more_flags |= COMPAT_OLD_DES3; in _gsskrb5_set_sec_context_option()
136 ctx->more_flags &= ~COMPAT_OLD_DES3; in _gsskrb5_set_sec_context_option()
H A Dgsskrb5_locl.h63 COMPAT_OLD_DES3 = 4, enumerator
H A Dget_mic.c253 if (ctx->more_flags & COMPAT_OLD_DES3) in mic_des3()
/freebsd/sys/kgssapi/krb5/
H A Dkrb5_mech.c90 #define COMPAT_OLD_DES3 4 macro
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog2591 * gssapi.h (more_flags): add COMPAT_OLD_DES3