OSDN Git Service

SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions
authorSteve French <stfrench@microsoft.com>
Fri, 7 Jun 2019 20:16:10 +0000 (15:16 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:42 +0000 (22:37 -0500)
commit2b2f7548076200b69ee377b4bb4f426696502b04
tree159754d3f327afeacbf9c27f2229aed2c5515b5f
parent9ac63ec7760957658700890038d804ec6c26ed34
SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions

SMB3.1.1 GCM performs much better than the older CCM default:
more than twice as fast in the write patch (copy to the Samba
server on localhost for example) and 80% faster on the read
patch (copy from the server).

Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/smb2ops.c
fs/cifs/smb2transport.c