Home
last modified time | relevance | path

Searched refs:global_secflags (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/smb/client/
Dcifs_debug.c1063 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()
Dsess.c1269 (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()
Dsmb2pdu.c86 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()
Dcifsglob.h2048 extern unsigned int global_secflags; /* if on, session setup sent
Dcifsfs.c71 unsigned int global_secflags = CIFSSEC_DEF; variable
Dconnect.c922 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()
930 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()
Dcifssmb.c394 if (global_secflags & in should_set_ext_sec_flag()