summaryrefslogtreecommitdiff
path: root/common/hash.c
Commit message (Expand)AuthorAgeLines
* hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini2013-11-25-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-14/+1
* hash: Add a way to calculate a hash for any algortihmSimon Glass2013-05-14-0/+23
* gen: Add sha h/w acceleration to hashAkshay Saraswat2013-03-29-0/+18
* hash: Use lower case for hash algorithm namesSimon Glass2013-02-28-5/+6
* sandbox: Allow hash functions to work correctlySimon Glass2013-02-28-8/+16
* Roll crc32 into hash infrastructureSimon Glass2013-02-28-38/+80
* hash: Add a flag to support saving hashes in the environmentSimon Glass2013-02-28-17/+52
* Add generic hash APISimon Glass2012-12-11-0/+221