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)
commit8698baa1b768fc5cd4bf73e846680a812678d029
tree960e2a4f92f46b2eba971781439db62f1eab313c
parenta4e430c8c8ba96be8c6ec4f2eb108bb8bcbee069
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