[PATCH] crypto: talitos - add support for sha224

2010-04-30 Thread Kim Phillips
SEC h/w versions 2.1 and above support sha224 via explicit instruction. Performing sha224 ahashes on earlier versions is still possible because they support sha256 (sha224 is sha256 with different initial constants and a different truncation length). We do this by overriding hardware context self

Re: [PATCH] crypto: talitos - add support for sha224

2010-05-01 Thread Lee Nipper
Kim Phillips wrote: SEC h/w versions 2.1 and above support sha224 via explicit instruction. Performing sha224 ahashes on earlier versions is still possible because they support sha256 (sha224 is sha256 with different initial constants and a different truncation length). We do this by overriding