Home
last modified time | relevance | path

Searched refs:CIFSSEC_MAY_SIGN (Results 1 – 4 of 4) sorted by relevance

/fs/smb/client/
A Dcifsglob.h1928 #define CIFSSEC_MAY_SIGN 0x00001 macro
1948 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP | CIFSSEC_MAY_SE…
1949 #define CIFSSEC_MAX (CIFSSEC_MAY_SIGN | CIFSSEC_MUST_KRB5 | CIFSSEC_MAY_SEAL)
A Dcifs_debug.c1203 global_secflags |= CIFSSEC_MAY_SIGN; in cifs_security_flags_proc_write()
1205 } else if ((global_secflags & CIFSSEC_MAY_SIGN) == 0) { in cifs_security_flags_proc_write()
A Dsmb2pdu.c1102 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()
1324 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()
1507 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
A Dconnect.c1034 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()

Completed in 30 milliseconds