Home
last modified time | relevance | path

Searched refs:CIFSSEC_MAY_NTLMSSP (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/cifs/
Dcifsglob.h1594 #define CIFSSEC_MAY_NTLMSSP 0x00080 /* raw ntlmssp with ntlmv2 */ macro
1623 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
1625 …SSEC_MAY_NTLMV2 | CIFSSEC_MAY_LANMAN | CIFSSEC_MAY_PLNTXT | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
Dsess.c517 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()
Dsmb2pdu.c939 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()
Dcifssmb.c566 (CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)) in should_set_ext_sec_flag()