summaryrefslogtreecommitdiff
path: root/common/hash.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-22gen: Add progressive hash APIHung-ying Tyan1-11/+105
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass1-0/+23
2013-03-29gen: Add sha h/w acceleration to hashAkshay Saraswat1-0/+18
2013-03-01hash: Use lower case for hash algorithm namesSimon Glass1-5/+6
2013-03-01sandbox: Allow hash functions to work correctlySimon Glass1-8/+16
2013-03-01Roll crc32 into hash infrastructureSimon Glass1-38/+80
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass1-17/+52
2012-12-12Add generic hash APISimon Glass1-0/+221