Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1927 #define CIFSSEC_MAY_NTLMSSP 0x00080 /* raw ntlmssp with ntlmv2 */ macro
1943 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP | CIFSSEC_MAY_SE…
1945 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
H A Dsess.c1301 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()
H A Dsmb2pdu.c1429 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()
H A Dcifssmb.c393 (CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)) in should_set_ext_sec_flag()