Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h68 #define NTLM_NEG_ALWAYS_SIGN 0x00008000 macro
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcrypto.c319 } else if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_ALWAYS_SIGN)) { in _gss_ntlm_get_mic()
401 } else if (ctx->flags & NTLM_NEG_ALWAYS_SIGN) { in _gss_ntlm_verify_mic()
H A Dinit_sec_context.c277 flags |= NTLM_NEG_ALWAYS_SIGN; in _gss_ntlm_init_sec_context()
/freebsd/crypto/heimdal/kdc/
H A Ddigest.c1047 NTLM_NEG_ALWAYS_SIGN| \ in _kdc_do_digest()