Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/gssapi/krb5/
HDcompat.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;
HDset_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()
HDgsskrb5_locl.h63 COMPAT_OLD_DES3 = 4, enumerator
HDget_mic.c243 if (ctx->more_flags & COMPAT_OLD_DES3) in mic_des3()
/NextBSD/sys/kgssapi/krb5/
HDkrb5_mech.c90 #define COMPAT_OLD_DES3 4 macro
/NextBSD/crypto/heimdal/lib/gssapi/
HDChangeLog2591 * gssapi.h (more_flags): add COMPAT_OLD_DES3