aboutsummaryrefslogtreecommitdiff
path: root/common/hash.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson1-10/+4
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass1-2/+2
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-13hash.c: Conditionally compile hash_command, static hash_showTom Rini1-23/+25
2015-06-08autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese1-9/+21
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-0/+10
2015-01-29Use hash.c in mkimageRuchika Gupta1-35/+46
2015-01-29hash: Add function to find hash_algo struct with progressive hashRuchika Gupta1-9/+24
2014-12-29Fix hash verificationNikolay Dimitrov1-4/+2
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-2/+2
2014-06-19hash: Use uint8_t in preference to u8Simon Glass1-6/+6
2014-06-11common: hash: zero end the string instead of the pointerJeroen Hofstee1-1/+1
2014-06-11hash: Export the function to show a hashSimon Glass1-4/+3
2014-03-21gen: Add progressive hash APIHung-ying Tyan1-11/+105
2013-11-25hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-05-14hash: Add a way to calculate a hash for any algortihmSimon Glass1-0/+23
2013-03-29gen: Add sha h/w acceleration to hashAkshay Saraswat1-0/+18
2013-02-28hash: Use lower case for hash algorithm namesSimon Glass1-5/+6
2013-02-28sandbox: Allow hash functions to work correctlySimon Glass1-8/+16
2013-02-28Roll crc32 into hash infrastructureSimon Glass1-38/+80
2013-02-28hash: Add a flag to support saving hashes in the environmentSimon Glass1-17/+52
2012-12-11Add generic hash APISimon Glass1-0/+221