summaryrefslogtreecommitdiff
path: root/include/hash.h
AgeCommit message (Expand)Author
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson
2016-01-14hash.c: Conditionally compile hash_command, static hash_showTom Rini
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese
2015-01-30Use hash.c in mkimageRuchika Gupta
2015-01-30hash: Add function to find hash_algo struct with progressive hashRuchika Gupta
2014-06-19hash: Use uint8_t in preference to u8Simon Glass
2014-06-11hash: Export the function to show a hashSimon Glass
2014-06-05Prevent a buffer overflow in mkimage when signing with SHA256Michael van der Westhuizen
2014-03-21gen: Add progressive hash APIHung-ying Tyan
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass
2013-03-01hash: Use lower case for hash algorithm namesSimon Glass
2013-03-01Roll crc32 into hash infrastructureSimon Glass
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass
2012-12-11Add generic hash APISimon Glass