Searched refs:NTLM_NEG_UNICODE (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A Dheimntlm.h48 #define NTLM_NEG_UNICODE 0x00000001 macro
H A Dtest_ntlm.c59 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM;
84 flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_TARGET_DOMAIN;
157 flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_TARGET_DOMAIN;
H A Dntlm.c705 if (type2->flags & NTLM_NEG_UNICODE)
758 if (type2->flags & NTLM_NEG_UNICODE)
940 if (type3->flags & NTLM_NEG_UNICODE)
/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_ntlm.c66 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags;
192 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_NTLM|flags;
/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Daccept_sec_context.c137 if ((type1.flags & NTLM_NEG_UNICODE) == 0) {
H A Dinit_sec_context.c277 flags |= NTLM_NEG_UNICODE;
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkdigest.c451 NTLM_NEG_UNICODE|NTLM_NEG_NTLM,
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c1025 r.u.ntlmInitReply.flags = NTLM_NEG_UNICODE;
1027 if ((ireq.u.ntlmInit.flags & NTLM_NEG_UNICODE) == 0) {

Completed in 180 milliseconds