aboutsummaryrefslogtreecommitdiff
path: root/include/hash.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-13hash.c: Conditionally compile hash_command, static hash_showTom Rini1-15/+0
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese1-0/+14
2015-01-29Use hash.c in mkimageRuchika Gupta1-16/+18
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta1-0/+14
2014-06-19hash: Use uint8_t in preference to u8Simon Glass1-1/+2
2014-06-11hash: Export the function to show a hashSimon Glass1-0/+14
2014-06-05Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen1-11/+13
2014-03-21gen: Add progressive hash APIHung-ying Tyan1-0/+48
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass1-0/+22
2013-02-28hash: Use lower case for hash algorithm namesSimon Glass1-1/+1
2013-02-28Roll crc32 into hash infrastructureSimon Glass1-1/+1
2013-02-28hash: Add a flag to support saving hashes in the environmentSimon Glass1-2/+7
2012-12-11Add generic hash APISimon Glass1-0/+69