Home
last modified time | relevance | path

Searched refs:CIFSSEC_MUST_SIGN (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_debug.c903 unsigned int signflags = *flags & CIFSSEC_MUST_SIGN; in cifs_security_flags_handle_must_flags()
976 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()
H A Dcifsglob.h1816 #define CIFSSEC_MUST_SIGN 0x01001 macro
1844 #define CIFSSEC_MAX (CIFSSEC_MUST_SIGN | CIFSSEC_MUST_NTLMV2)
H A Dcifssmb.c456 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()
457 CIFSSEC_MUST_SIGN); in cifs_enable_signing()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifs_debug.c1045 unsigned int signflags = *flags & CIFSSEC_MUST_SIGN; in cifs_security_flags_handle_must_flags()
1110 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()
H A Dconnect.c911 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()
912 CIFSSEC_MUST_SIGN); in cifs_enable_signing()
H A Dcifsglob.h1888 #define CIFSSEC_MUST_SIGN 0x01001 macro

Completed in 24 milliseconds