summaryrefslogtreecommitdiff
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-19command: 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-06-01Kconfig: Finish migration of hashing commandsDaniel Thompson1-4/+0
2016-01-14hash.c: Conditionally compile hash_command, static hash_showTom Rini1-15/+0
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