summaryrefslogtreecommitdiff
path: root/common/hash.c
AgeCommit message (Expand)Author
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
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-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana
2015-01-29Use hash.c in mkimageRuchika Gupta
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta
2014-12-29Fix hash verificationNikolay Dimitrov
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee
2014-06-19hash: Use uint8_t in preference to u8Simon Glass
2014-06-11common: hash: zero end the string instead of the pointerJeroen Hofstee
2014-06-11hash: Export the function to show a hashSimon Glass
2014-03-21gen: Add progressive hash APIHung-ying Tyan
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini
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-29gen: Add sha h/w acceleration to hashAkshay Saraswat
2013-02-28hash: Use lower case for hash algorithm namesSimon Glass
2013-02-28sandbox: Allow hash functions to work correctlySimon 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