summaryrefslogtreecommitdiff
path: root/include/hash.h
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson
2016-01-13hash.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-29Use hash.c in mkimageRuchika Gupta
2015-01-29hash: 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-02-28hash: Use lower case for hash algorithm namesSimon Glass
2013-02-28Roll crc32 into hash infrastructureSimon Glass
2013-02-28hash: Add a flag to support saving hashes in the environmentSimon Glass
2012-12-11Add generic hash APISimon Glass