aboutsummaryrefslogtreecommitdiff
path: root/include/hash.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-4/+4
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass1-1/+5
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-0/+4
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson1-4/+0
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