Searched refs:NTLM_NEG_SIGN (Results 1 – 5 of 5) sorted by relevance
286 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_get_mic()303 } else if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN)) { in _gss_ntlm_get_mic()358 if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN|NTLM_NEG_NTLM2_SESSION)) { in _gss_ntlm_verify_mic()373 } else if (CTX_FLAGS_ISSET(ctx, NTLM_NEG_SIGN)) { in _gss_ntlm_verify_mic()
144 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()146 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
275 flags |= NTLM_NEG_SIGN; in _gss_ntlm_init_sec_context()
53 #define NTLM_NEG_SIGN 0x00000010 macro
1045 NTLM_NEG_SIGN| \ in _kdc_do_digest()