Searched refs:global_secflags (Results 1 – 7 of 7) sorted by relevance
1063 seq_printf(m, "0x%x\n", global_secflags); in cifs_security_flags_proc_show()1111 global_secflags = bv ? CIFSSEC_MAX : CIFSSEC_DEF; in cifs_security_flags_proc_write()1144 global_secflags = flags; in cifs_security_flags_proc_write()1145 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()1147 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()1149 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
1269 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in cifs_select_sectype()1272 (global_secflags & CIFSSEC_MAY_KRB5)) in cifs_select_sectype()1283 if (global_secflags & CIFSSEC_MAY_NTLMV2) in cifs_select_sectype()
86 if (((global_secflags & CIFSSEC_MUST_SEAL) == CIFSSEC_MUST_SEAL) && in smb3_encryption_required()1105 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()1332 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()1434 (global_secflags & CIFSSEC_MAY_NTLMSSP)) in smb2_select_sectype()1437 (global_secflags & CIFSSEC_MAY_KRB5)) in smb2_select_sectype()1515 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
2048 extern unsigned int global_secflags; /* if on, session setup sent
71 unsigned int global_secflags = CIFSSEC_DEF; variable
922 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()930 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()
394 if (global_secflags & in should_set_ext_sec_flag()