Enzo Matsumiya <ematsumiya@xxxxxxx> writes: > 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@xxxxxxx> > --- > fs/cifs/cifsencrypt.c | 12 ++++++------ > fs/cifs/cifsglob.h | 4 ++-- > fs/cifs/smb2ops.c | 3 +-- > fs/cifs/smb2transport.c | 12 ++++++------ > 4 files changed, 15 insertions(+), 16 deletions(-) Reviewed-by: Paulo Alcantara (SUSE) <pc@xxxxxx>