Lines Matching refs:ss_flags
74 uint32_t ss_flags; member
244 ssp_st->ss_flags = in ntlmssp_put_type1()
259 ssp_st->ss_flags |= NTLMSSP_NEGOTIATE_ALWAYS_SIGN; in ntlmssp_put_type1()
265 hdr.h_flags = ssp_st->ss_flags; in ntlmssp_put_type1()
342 ssp_st->ss_flags = hdr.h_flags; in ntlmssp_get_type2()
350 ssp_st->ss_flags &= ~NTLMSSP_NEGOTIATE_VERSION; in ntlmssp_get_type2()
436 uc = ssp_st->ss_flags & NTLMSSP_NEGOTIATE_UNICODE; in ntlmssp_put_type3()
440 hdr.h_flags = ssp_st->ss_flags; in ntlmssp_put_type3()
455 ssp_st->ss_flags &= ~( in ntlmssp_put_type3()
474 } else if (ssp_st->ss_flags & NTLMSSP_NEGOTIATE_NTLM2) { in ntlmssp_put_type3()
502 if (ssp_st->ss_flags & NTLMSSP_NEGOTIATE_KEY_EXCH) { in ntlmssp_put_type3()