]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] Replace cifs md5 hashing functions with kernel crypto APIs
authorSteve French <sfrench@us.ibm.com>
Tue, 25 Jan 2011 19:28:43 +0000 (19:28 +0000)
committerSteve French <sfrench@us.ibm.com>
Tue, 25 Jan 2011 19:28:43 +0000 (19:28 +0000)
commit719d61065bd7833fc9a211655d1ec383019367c2
treed62879296fdcb482ba4f3995e8e9177f6ec17599
parentc449901d600a61264828b1b7e2ac1dd6bd3548dd
[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