summaryrefslogtreecommitdiffstats
path: root/common/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash.c: Conditionally compile hash_command, static hash_showTom Rini2016-01-131-23/+25
* autoboot.c: Add feature to stop autobooting via SHA256 encrypted passwordStefan Roese2015-06-081-9/+21
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-181-0/+1
* crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana2015-02-251-0/+10
* Use hash.c in mkimageRuchika Gupta2015-01-291-35/+46
* hash: Add function to find hash_algo struct with progressive hashRuchika Gupta2015-01-291-9/+24
* Fix hash verificationNikolay Dimitrov2014-12-291-4/+2
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-2/+2
* hash: Use uint8_t in preference to u8Simon Glass2014-06-191-6/+6
* common: hash: zero end the string instead of the pointerJeroen Hofstee2014-06-111-1/+1
* hash: Export the function to show a hashSimon Glass2014-06-111-4/+3
* gen: Add progressive hash APIHung-ying Tyan2014-03-211-11/+105
* hash.c: Correct non-hash subcommand crc32 addr-save supportTom Rini2013-11-251-2/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* hash: Add a way to calculate a hash for any algortihmSimon Glass2013-05-141-0/+23
* gen: Add sha h/w acceleration to hashAkshay Saraswat2013-03-291-0/+18
* hash: Use lower case for hash algorithm namesSimon Glass2013-02-281-5/+6
* sandbox: Allow hash functions to work correctlySimon Glass2013-02-281-8/+16
* Roll crc32 into hash infrastructureSimon Glass2013-02-281-38/+80
* hash: Add a flag to support saving hashes in the environmentSimon Glass2013-02-281-17/+52
* Add generic hash APISimon Glass2012-12-111-0/+221
OpenPOWER on IntegriCloud