cifs: More crypto cleanup (try #2)
authorShirish Pargaonkar <shirishpargaonkar@gmail.com>
Thu, 27 Jan 2011 15:58:04 +0000 (09:58 -0600)
committerSteve French <sfrench@us.ibm.com>
Thu, 27 Jan 2011 19:58:13 +0000 (19:58 +0000)
commitee2c9258501f83d3ed0fd09ce5df1cec53312cf0
tree2690ab3e75343be23a4969846a0c71f0df842dc7
parentd39454ffe4a3c85428483b8a8a8e5e797b6363d5
cifs: More crypto cleanup (try #2)

Replaced md4 hashing function local to cifs module with kernel crypto APIs.
As a result, md4 hashing function and its supporting functions in
file md4.c are not needed anymore.

Cleaned up function declarations, removed forward function declarations,
and removed a header file that is being deleted from being included.

Verified that sec=ntlm/i, sec=ntlmv2/i, and sec=ntlmssp/i work correctly.

Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/Makefile
fs/cifs/cifsencrypt.c
fs/cifs/cifsencrypt.h [deleted file]
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/link.c
fs/cifs/md4.c [deleted file]
fs/cifs/smbdes.c
fs/cifs/smbencrypt.c