summaryrefslogtreecommitdiff
path: root/include/hash.h
AgeCommit message (Expand)AuthorFilesLines
2015-06-09autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese1-0/+14
2015-01-30Use hash.c in mkimageRuchika Gupta1-16/+18
2015-01-30hash: 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-12hash: Export the function to show a hashSimon Glass1-0/+14
2014-06-06Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen1-11/+13
2014-03-22gen: 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-03-01hash: Use lower case for hash algorithm namesSimon Glass1-1/+1
2013-03-01Roll crc32 into hash infrastructureSimon Glass1-1/+1
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass1-2/+7
2012-12-12Add generic hash APISimon Glass1-0/+69