]> git.baikalelectronics.ru Git - kernel.git/commit
smb3: rename encryption/decryption TFMs
authorEnzo Matsumiya <ematsumiya@suse.de>
Wed, 5 Oct 2022 07:42:07 +0000 (02:42 -0500)
committerSteve French <stfrench@microsoft.com>
Sat, 8 Oct 2022 04:08:37 +0000 (23:08 -0500)
commita72ec7c817b140b50be306d81f1e65c28adfbc89
tree960e2a4f92f46b2eba971781439db62f1eab313c
parentd2702612623068ac83a1e61d6d5ed81f652beba4
smb3: rename encryption/decryption TFMs

Detach the TFM name from a specific algorithm (AES-CCM) as
AES-GCM is also supported, making the name misleading.

s/ccmaesencrypt/enc/
s/ccmaesdecrypt/dec/

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Reviewed-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifsencrypt.c
fs/cifs/cifsglob.h
fs/cifs/smb2ops.c
fs/cifs/smb2transport.c