Re: [U-Boot] [PATCH 9/9] [v4] rsa: Use checksum algorithms from struct hash_algo

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:55 AM > To: Gupta Ruchika-R66431 > Cc: U-Boot Mailing List; Sun York-R58495 > Subject: Re: [PATCH 9/9] [v4] rsa: Use checksum algorithms from struct

Re: [U-Boot] [PATCH 9/9] [v4] rsa: Use checksum algorithms from struct hash_algo

2015-01-02 Thread Simon Glass
Hi Ruchika, On 30 December 2014 at 02:30, Ruchika Gupta wrote: > Currently the hash functions used in RSA are called directly from the sha1 > and sha256 libraries. Change the RSA checksum library to use the progressive > hash API's registered with struct hash_algo. This will allow the checksum >

[U-Boot] [PATCH 9/9] [v4] rsa: Use checksum algorithms from struct hash_algo

2014-12-30 Thread Ruchika Gupta
Currently the hash functions used in RSA are called directly from the sha1 and sha256 libraries. Change the RSA checksum library to use the progressive hash API's registered with struct hash_algo. This will allow the checksum library to use the hardware accelerated progressive hash API's once avail