summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-06-19hash: Use uint8_t in preference to u8Simon Glass2-7/+8
2014-06-11hash: Export the function to show a hashSimon Glass2-4/+17
2014-06-05Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen2-12/+15
2014-03-21gen: Add progressive hash APIHung-ying Tyan2-11/+153
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass2-0/+45
2013-03-01hash: Use lower case for hash algorithm namesSimon Glass3-6/+11
2013-03-01Roll crc32 into hash infrastructureSimon Glass5-107/+108
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass4-26/+66
2012-12-11Add generic hash APISimon Glass3-0/+291