Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifsglob.h1923 #define CIFSSEC_MAY_SIGN 0x00001 macro
1943 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP | CIFSSEC_MAY_SE…
1944 #define CIFSSEC_MAX (CIFSSEC_MAY_SIGN | CIFSSEC_MUST_KRB5 | CIFSSEC_MAY_SEAL)
H A Dcifs_debug.c1142 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()
1144 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
H A Dsmb2pdu.c1102 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()
1327 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()
1510 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
H A Dconnect.c946 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()