Re: [PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs

2011-01-21 Thread Shirish Pargaonkar
On Fri, Jan 21, 2011 at 11:07 AM, Stefan (metze) Metzmacher wrote: > Hi Shirish, > From: Shirish Pargaonkar Replace remaining use of md5 hash functions local to cifs module with kernel crypto APIs. Remove header and source file containing those local functions.

Re: [PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs

2011-01-21 Thread Stefan (metze) Metzmacher
Hi Shirish, >>> From: Shirish Pargaonkar >>> >>> 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 >>> --- >>> fs/cifs/Makefile |

Re: [PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs

2011-01-21 Thread Shirish Pargaonkar
On Fri, Jan 21, 2011 at 9:42 AM, Jeff Layton wrote: > On Fri, 21 Jan 2011 09:04:05 -0600 > shirishpargaon...@gmail.com wrote: > >> From: Shirish Pargaonkar >> >> Replace remaining use of md5 hash functions local to cifs module >> with kernel crypto APIs. >> Remove header and source file containin

Re: [PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs

2011-01-21 Thread Jeff Layton
On Fri, 21 Jan 2011 09:04:05 -0600 shirishpargaon...@gmail.com wrote: > From: Shirish Pargaonkar > > 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 Pargao

[PATCH] cifs: Replace cifs md5 hashing functions with kernel crypto APIs

2011-01-21 Thread shirishpargaonkar
From: Shirish Pargaonkar 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 --- fs/cifs/Makefile |2 +- fs/cifs/cifsencrypt.c |1 - fs/cifs/lin