[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
commit93c100c0b423266c0ee28497e90fdf27c05e6b8e
authorSteve French <sfrench@us.ibm.com>
Tue, 25 Jan 2011 19:28:43 +0000 (25 19:28 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 25 Jan 2011 19:28:43 +0000 (25 19:28 +0000)
treed62879296fdcb482ba4f3995e8e9177f6ec17599
parentc723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs

Replace remaining use of md5 hash functions local to cifs module
with kernel crypto APIs.
Remove header and source file containing those local functions.

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/link.c
fs/cifs/md5.c [deleted file]
fs/cifs/md5.h [deleted file]
fs/cifs/smbencrypt.c