Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dcifs_debug.c992 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()
994 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
A Dcifsglob.h1765 #define CIFSSEC_MAY_SIGN 0x00001 macro
1785 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
A Dsmb2pdu.c893 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()
1108 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()
1277 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
A Dcifssmb.c420 bool mnt_sign_enabled = global_secflags & CIFSSEC_MAY_SIGN; in cifs_enable_signing()
435 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()

Completed in 32 milliseconds