Re: [U-Boot] [PATCH 8/9] [v4] hash: Add function to find hash_algo struct with progressive hash

2015-01-06 Thread Ruchika Gupta
Hi Simon, -Original Message- From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass Sent: Saturday, January 03, 2015 3:54 AM To: Gupta Ruchika-R66431 Cc: U-Boot Mailing List; Sun York-R58495; Wolfgang Denk Subject: Re: [PATCH 8/9] [v4] hash: Add function to find

Re: [U-Boot] [PATCH 8/9] [v4] hash: Add function to find hash_algo struct with progressive hash

2015-01-06 Thread Simon Glass
Hi Ruchika, On 6 January 2015 at 02:38, Ruchika Gupta ruchika.gu...@freescale.com wrote: Hi Simon, -Original Message- From: s...@google.com [mailto:s...@google.com] On Behalf Of Simon Glass Sent: Saturday, January 03, 2015 3:54 AM To: Gupta Ruchika-R66431 Cc: U-Boot Mailing List;

Re: [U-Boot] [PATCH 8/9] [v4] hash: Add function to find hash_algo struct with progressive hash

2015-01-02 Thread Simon Glass
Hi Ruchika, On 30 December 2014 at 02:30, Ruchika Gupta ruchika.gu...@freescale.com wrote: The hash_algo structure has some implementations in which progressive hash API's are not defined. These are basically the hardware based implementations of SHA. An API is added to find the algo which has

[U-Boot] [PATCH 8/9] [v4] hash: Add function to find hash_algo struct with progressive hash

2014-12-30 Thread Ruchika Gupta
The hash_algo structure has some implementations in which progressive hash API's are not defined. These are basically the hardware based implementations of SHA. An API is added to find the algo which has progressive hash API's defined. This can then be integrated with RSA checksum library which