cifs: create a MD4 module and switch cifs.ko to use it
authorRonnie Sahlberg <lsahlber@redhat.com>
Thu, 19 Aug 2021 23:32:56 +0000 (09:32 +1000)
committerSteve French <stfrench@microsoft.com>
Wed, 25 Aug 2021 20:48:00 +0000 (15:48 -0500)
commit42c21973fa3c0f4898330fa30d327fbab67b5460
treec6a5eae0b05084eaa6773b3cb69405f39f7bbe1f
parent71c02863246167b3d1639b8278681ca8ebedcb4e
cifs: create a MD4 module and switch cifs.ko to use it

MD4 support will likely be removed from the crypto directory, but
is needed for compression of NTLMSSP in SMB3 mounts.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Kconfig
fs/cifs/cifsfs.c
fs/cifs/smbencrypt.c
fs/cifs_common/Makefile
fs/cifs_common/cifs_md4.c [new file with mode: 0644]
fs/cifs_common/md4.h [new file with mode: 0644]