summaryrefslogtreecommitdiff
path: root/common/hash.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-08image: Use the correct checks for CRC32Simon Glass
2021-10-08hash: Drop some #ifdefs in hash.cSimon Glass
2021-10-08hash: Use Kconfig to enable hashing in host tools and SPLSimon Glass
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt
2021-04-12hash: Allow for SHA512 hardware implementationsJoel Stanley
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-06-16common: hash: Remove a debug printf statementHarald Seiler
2020-06-12Add support for SHA384 and SHA512Reuben Dowle
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-24common: hash: Manually relocate struct hash_algoT Karthik Reddy
2019-08-11env: Move env_set() to env.hSimon Glass
2018-12-08Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-05-31Kconfig: Finish migration of hashing commandsDaniel Thompson
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass
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