[U-Boot] [PATCH 08/10][v6] hash: Add function to find hash_algo struct with progressive hash

Simon Glass sjg at chromium.org
Wed Jan 28 21:09:47 CET 2015


On 26 January 2015 at 06:39, Simon Glass <sjg at chromium.org> wrote:
> On 23 January 2015 at 03:31, Ruchika Gupta <ruchika.gupta at 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 progressive hash API's
>> defined. This can then be integrated with RSA checksum library which uses
>> Progressive Hash API's.
>>
>> Signed-off-by: Ruchika Gupta <ruchika.gupta at freescale.com>
>> CC: Simon Glass <sjg at chromium.org>
>> ---
>> Changes in v6:
>> No Changes
>>
>> Changes in v5:
>> None
>>
>> Changes in v4:
>> Few cosmetic changes. Currently I have not replaced CONFIG_SHA1  with CONFIG_CMD_SHA1SUM.
>> Waiting for reply from Simon and Denx for the same.
>>
>> Changes in v3 :
>> Corrected ifdef for SHA1
>>
>> Changes in v2 :
>> Added commit message
>>
>>  common/hash.c  | 33 ++++++++++++++++++++++++---------
>>  include/hash.h | 14 ++++++++++++++
>>  2 files changed, 38 insertions(+), 9 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list