Re: [PATCH] cifs: Use ecb des kernel crypto APIs instead of local cifs functions

2011-02-17 Thread Shirish Pargaonkar
On Mon, Feb 14, 2011 at 5:33 PM, wrote: > From: Shirish Pargaonkar > > > Use kernel crypto APIs for DES encryption during LM and NT hash generation > instead of local functions within cifs. > Source file smbdes.c is deleted excpet four functions, one of which > uses ecb des functionality provide

[PATCH] cifs: Use ecb des kernel crypto APIs instead of local cifs functions

2011-02-14 Thread shirishpargaonkar
From: Shirish Pargaonkar Use kernel crypto APIs for DES encryption during LM and NT hash generation instead of local functions within cifs. Source file smbdes.c is deleted excpet four functions, one of which uses ecb des functionality provided by kernel crypto apis. Change lnm_session_key back