Home
last modified time | relevance | path

Searched refs:CIFSSEC_MUST_SIGN (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c1075 unsigned int signflags = *flags & (CIFSSEC_MUST_SIGN | CIFSSEC_MUST_SEAL); in cifs_security_flags_handle_must_flags()
1140 if (global_secflags & CIFSSEC_MUST_SIGN) { in cifs_security_flags_proc_write()
H A Dcifsglob.h1929 #define CIFSSEC_MUST_SIGN 0x01001 macro
H A Dconnect.c938 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == in cifs_enable_signing()
939 CIFSSEC_MUST_SIGN); in cifs_enable_signing()