Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Dcifs_debug.c1086 else if ((*flags & CIFSSEC_MUST_NTLMV2) == CIFSSEC_MUST_NTLMV2) in cifs_security_flags_handle_must_flags()
1087 *flags = CIFSSEC_MUST_NTLMV2; in cifs_security_flags_handle_must_flags()
Dcifsglob.h1892 #define CIFSSEC_MUST_NTLMV2 0x04004 macro