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

/linux-4.4.14/fs/cifs/
H A Dcifs_debug.c599 unsigned int signflags = *flags & CIFSSEC_MUST_SIGN; cifs_security_flags_handle_must_flags()
674 if (global_secflags & CIFSSEC_MUST_SIGN) { cifs_security_flags_proc_write()
H A Dcifsglob.h1459 #define CIFSSEC_MUST_SIGN 0x01001 macro
1487 #define CIFSSEC_MAX (CIFSSEC_MUST_SIGN | CIFSSEC_MUST_NTLMV2)
H A Dcifssmb.c415 mnt_sign_required = ((global_secflags & CIFSSEC_MUST_SIGN) == cifs_enable_signing()
416 CIFSSEC_MUST_SIGN); cifs_enable_signing()

Completed in 95 milliseconds