Home
last modified time | relevance | path

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

/fs/cifs/
Dcifs_debug.c676 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()
678 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
Dcifsglob.h1469 #define CIFSSEC_MAY_SIGN 0x00001 macro
1510 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
Dsmb2pdu.c448 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()
577 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()
693 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_setup()
Dcifssmb.c426 bool mnt_sign_enabled = global_secflags & CIFSSEC_MAY_SIGN; in cifs_enable_signing()
441 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()