Searched refs:COMPAT_OLD_DES3 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/crypto/heimdal/lib/gssapi/krb5/
H A Dcompat.c102 ctx->more_flags |= COMPAT_OLD_DES3;
116 ctx->more_flags |= COMPAT_OLD_DES3;
118 ctx->more_flags &= ~COMPAT_OLD_DES3;
H A Dgsskrb5_locl.h63 COMPAT_OLD_DES3 = 4, enumerator in enum:gsskrb5_ctx::__anon5180
H A Dset_sec_context_option.c134 ctx->more_flags |= COMPAT_OLD_DES3;
136 ctx->more_flags &= ~COMPAT_OLD_DES3;
H A Dget_mic.c243 if (ctx->more_flags & COMPAT_OLD_DES3)
/freebsd-10.2-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c90 #define COMPAT_OLD_DES3 4 macro

Completed in 40 milliseconds