Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb2pdu.c77 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() function
160 if (server && server->sign && !smb3_encryption_required(tcon)) in smb2_hdr_assemble()
2171 if (smb3_encryption_required(tcon)) in SMB2_tcon()
2190 !smb3_encryption_required(tcon) && in SMB2_tcon()
2306 if (smb3_encryption_required(tcon)) in SMB2_tdis()
2968 if (smb3_encryption_required(tcon)) in smb311_posix_mkdir()
3319 if (smb3_encryption_required(tcon)) in SMB2_open()
3555 if (smb3_encryption_required(tcon)) in SMB2_ioctl()
3745 if (smb3_encryption_required(tcon)) in __SMB2_close()
3957 if (smb3_encryption_required(tcon)) in query_info()
[all …]
H A Dsmb2proto.h256 int smb3_encryption_required(const struct cifs_tcon *tcon);
H A Dcached_dir.c259 if (smb3_encryption_required(tcon)) in open_cached_dir()