Re: [U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration.

2015-02-25 Thread York Sun
On 02/23/2015 10:06 AM, Simon Glass wrote: > On 20 February 2015 at 00:21, Gaurav Rana wrote: >> Currently only normal hashing is supported using hardware acceleration. >> Added support for progressive hashing using hardware. >> >> Signed-off-by: Ruchika Gupta >> Signed-off-by: Gaurav Rana >>

Re: [U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration.

2015-02-23 Thread Simon Glass
On 20 February 2015 at 00:21, Gaurav Rana wrote: > Currently only normal hashing is supported using hardware acceleration. > Added support for progressive hashing using hardware. > > Signed-off-by: Ruchika Gupta > Signed-off-by: Gaurav Rana > CC: Simon Glass > --- > Changes in v6: > Modify desc

[U-Boot] [PATCH][v6] crypto/fsl - Add progressive hashing support using hardware acceleration.

2015-02-19 Thread Gaurav Rana
Currently only normal hashing is supported using hardware acceleration. Added support for progressive hashing using hardware. Signed-off-by: Ruchika Gupta Signed-off-by: Gaurav Rana CC: Simon Glass --- Changes in v6: Modify description for CONFIG_SHA256, CONFIG_SHA256, CONFIG_SHA_PROG_HW_ACCEL,