Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsglob.h1934 #define CIFSSEC_MAY_SIGN 0x00001 macro
1954 #define CIFSSEC_DEF (CIFSSEC_MAY_SIGN | CIFSSEC_MAY_NTLMV2 | CIFSSEC_MAY_NTLMSSP | CIFSSEC_MAY_SE…
1955 #define CIFSSEC_MAX (CIFSSEC_MAY_SIGN | CIFSSEC_MUST_KRB5 | CIFSSEC_MAY_SEAL)
H A Dsmb2pdu.c1134 else if (global_secflags & CIFSSEC_MAY_SIGN) in SMB2_negotiate()
1374 else if (global_secflags & CIFSSEC_MAY_SIGN) in smb3_validate_negotiate()
1572 else if (global_secflags & CIFSSEC_MAY_SIGN) /* one flag unlike MUST_ */ in SMB2_sess_alloc_buffer()
H A Dconnect.c1032 (global_secflags & CIFSSEC_MAY_SIGN); in cifs_enable_signing()