Home
last modified time | relevance | path

Searched refs:CIFSSEC_MAY_NTLMV2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/cifs/
Dcifsglob.h1847 #define CIFSSEC_MAY_NTLMV2 0x00004 macro
1866 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
1868 #define CIFSSEC_AUTH_MASK (CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_KRB5 | CIFSSEC_MAY_NTLMSSP)
Dsess.c1139 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()