commit | 2b2f7548076200b69ee377b4bb4f426696502b04 | [log] [tgz] |
---|---|---|
author | Steve French <stfrench@microsoft.com> | Fri Jun 07 15:16:10 2019 -0500 |
committer | Steve French <stfrench@microsoft.com> | Sun Jul 07 22:37:42 2019 -0500 |
tree | 159754d3f327afeacbf9c27f2229aed2c5515b5f | |
parent | 9ac63ec7760957658700890038d804ec6c26ed34 [diff] |
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>