Home
last modified time | relevance | path

Searched refs:NTLM_NEG_ALWAYS_SIGN (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/ntlm/
HDheimntlm.h68 #define NTLM_NEG_ALWAYS_SIGN 0x00008000 macro
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
HDcrypto.c317 } else if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_ALWAYS_SIGN)) { in _gss_ntlm_get_mic()
399 } else if (ctx->flags & NTLM_NEG_ALWAYS_SIGN) { in _gss_ntlm_verify_mic()
HDinit_sec_context.c275 flags |= NTLM_NEG_ALWAYS_SIGN; in _gss_ntlm_init_sec_context()
/freebsd-11-stable/crypto/heimdal/kdc/
HDdigest.c1047 NTLM_NEG_ALWAYS_SIGN| \ in _kdc_do_digest()