Home
last modified time | relevance | path

Searched refs:CIFSSEC_MAY_NTLMV2 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1804 #define CIFSSEC_MAY_NTLMV2 0x00004 macro
1843 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
1845 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLM | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_LANMAN | CIFSSEC_MAY_PLNTXT | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
H A Dsess.c819 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsglob.h1883 #define CIFSSEC_MAY_NTLMV2 0x00004 macro
1902 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
1904 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
H A Dsess.c1317 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()

Completed in 15 milliseconds