summaryrefslogtreecommitdiffstats
path: root/common/hash.c
Commit message (Expand)AuthorAgeFilesLines
* hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt2021-05-181-4/+4
* hash: Allow for SHA512 hardware implementationsJoel Stanley2021-04-121-2/+22
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: hash: Remove a debug printf statementHarald Seiler2020-06-161-2/+0
* Add support for SHA384 and SHA512Reuben Dowle2020-06-121-1/+84
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-1/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-021-0/+1
* common: hash: Manually relocate struct hash_algoT Karthik Reddy2019-10-241-0/+29
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich2018-12-081-0/+36
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* crypto/fsl: Fix HW accelerated hash commandsBreno Lima2018-01-231-1/+6
* hash: Compile only hardware or software versions of SHA algorithmsTom Rini2017-08-201-51/+44
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* Kconfig: Finish migration of hashing commandsDaniel Thompson2017-05-311-10/+4
* Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass2017-05-221-2/+2
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* 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