Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifs_debug.c1084 else if ((*flags & CIFSSEC_MUST_NTLMSSP) == CIFSSEC_MUST_NTLMSSP) in cifs_security_flags_handle_must_flags()
1085 *flags = CIFSSEC_MUST_NTLMSSP; in cifs_security_flags_handle_must_flags()
H A Dcifsglob.h1938 #define CIFSSEC_MUST_NTLMSSP 0x80080 /* raw ntlmssp with ntlmv2 */ macro