Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c73 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() function
156 if (server && server->sign && !smb3_encryption_required(tcon)) in smb2_hdr_assemble()
2071 if (smb3_encryption_required(tcon)) in SMB2_tcon()
2090 !smb3_encryption_required(tcon) && in SMB2_tcon()
2205 if (smb3_encryption_required(tcon)) in SMB2_tdis()
2863 if (smb3_encryption_required(tcon)) in smb311_posix_mkdir()
3206 if (smb3_encryption_required(tcon)) in SMB2_open()
3307 if (WARN_ON_ONCE(smb3_encryption_required(tcon) && in SMB2_ioctl_init()
3442 if (smb3_encryption_required(tcon)) in SMB2_ioctl()
3624 if (smb3_encryption_required(tco in __SMB2_close()
[all...]
H A Dioctl.c228 if (!smb3_encryption_required(tcon)) { in cifs_dump_full_key()
483 if (!smb3_encryption_required(tcon)) { in cifs_ioctl()
H A Dsmb2proto.h291 extern int smb3_encryption_required(const struct cifs_tcon *tcon);
H A Dcached_dir.c239 if (smb3_encryption_required(tcon)) in open_cached_dir()
H A Dsmb2ops.c1137 if (smb3_encryption_required(tcon)) in smb2_set_ea()
1557 if (smb3_encryption_required(tcon)) in smb2_ioctl_query_info()
2285 if (smb3_encryption_required(tcon)) in smb2_query_dir_first()
2570 if (!smb3_encryption_required(tcon)) { in smb2_set_next_command()
2664 if (smb3_encryption_required(tcon)) in smb2_query_info_compound()
H A Dsmb2inode.c214 if (smb3_encryption_required(tcon)) in smb2_compound_op()