Searched refs:KSMBD_AUTH_NTLMSSP (Results 1 – 4 of 4) sorted by relevance
29 #define KSMBD_AUTH_NTLMSSP 0x0001 macro
189 mech_type = KSMBD_AUTH_NTLMSSP; in ksmbd_neg_token_init_mech_type()
357 server_conf.auth_mechs = KSMBD_AUTH_NTLMSSP; in server_conf_init()
1316 conn->auth_mechs |= KSMBD_AUTH_NTLMSSP; in decode_negotiation_token()1317 conn->preferred_auth_mech = KSMBD_AUTH_NTLMSSP; in decode_negotiation_token()1820 } else if (conn->preferred_auth_mech == KSMBD_AUTH_NTLMSSP) { in smb2_sess_setup()