Searched refs:CIFSSEC_MAY_SIGN (Results 1 – 4 of 4) sorted by relevance
1110 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()1112 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
1880 #define CIFSSEC_MAY_SIGN 0x00001 macro1900 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP)
1077 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()1294 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()1477 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
919 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()