Home
last modified time | relevance | path

Searched refs:NTLM_NEG_NTLM2_SESSION (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dinit_sec_context.c281 flags |= NTLM_NEG_NTLM2_SESSION; in _gss_ntlm_init_sec_context()
340 if (type2.flags & NTLM_NEG_NTLM2_SESSION) { in _gss_ntlm_init_sec_context()
444 ctx->flags |= NTLM_NEG_NTLM2_SESSION; in _gss_ntlm_init_sec_context()
457 if (ctx->flags & NTLM_NEG_NTLM2_SESSION) { in _gss_ntlm_init_sec_context()
H A Dcrypto.c286 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_get_mic()
358 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_verify_mic()
478 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SEAL|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_wrap()
550 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SEAL|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_unwrap()
H A Daccept_sec_context.c236 if (ctx->flags & NTLM_NEG_NTLM2_SESSION) { in _gss_ntlm_accept_sec_context()
/freebsd/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h74 #define NTLM_NEG_NTLM2_SESSION 0x00080000 macro
H A DChangeLog102 * heimntlm.h: Add NTLM_NEG_NTLM2_SESSION, NTLMv2 session security.
/freebsd/crypto/heimdal/kdc/
H A Ddigest-service.c155 if (ntq.flags & NTLM_NEG_NTLM2_SESSION) { in ntlm_service()
H A Ddigest.c1048 NTLM_NEG_NTLM2_SESSION| \ in _kdc_do_digest()
1266 if (flags & NTLM_NEG_NTLM2_SESSION) { in _kdc_do_digest()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c1500 if (type2.flags & NTLM_NEG_NTLM2_SESSION) { in kcm_op_do_ntlm()
/freebsd/crypto/heimdal/lib/gssapi/
H A DChangeLog615 * ntlm/init_sec_context.c: Add NTLM_NEG_NTLM2_SESSION, NTLMv2