summaryrefslogtreecommitdiff
path: root/common/hash.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-08common: Move MD5 hash to hash_algo[] array.Alexandru Gagniuc1-0/+13
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-6/+6
2021-08-02hash: Ensure verification hex pairs are terminatedSimon Glass1-1/+1
2021-05-18hash: Kconfig option for SHA512 hardware accelerationHeinrich Schuchardt1-4/+4
2021-04-13hash: Allow for SHA512 hardware implementationsJoel Stanley1-2/+22
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-06-16common: hash: Remove a debug printf statementHarald Seiler1-2/+0
2020-06-12Add support for SHA384 and SHA512Reuben Dowle1-1/+84
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-1/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-10-24common: hash: Manually relocate struct hash_algoT Karthik Reddy1-0/+29
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-12-09Roll CRC16-CCITT into the hash infrastructurePhilipp Tomsich1-0/+36
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima1-1/+6
2017-08-20hash: Compile only hardware or software versions of SHA algorithmsTom Rini1-51/+44
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2017-06-01Kconfig: Finish migration of hashing commandsDaniel Thompson1-10/+4
2017-05-22Kconfig: Add CONFIG_HASH to enable hashing APISimon Glass1-2/+2
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-01-14hash.c: Conditionally compile hash_command, static hash_showTom Rini1-23/+25
2015-06-09autoboot.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-26crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-0/+10
2015-01-30Use hash.c in mkimageRuchika Gupta1-35/+46
2015-01-30hash: Add function to find hash_algo struct with progressive hashRuchika Gupta1-9/+24
2014-12-30Fix 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-12common: hash: zero end the string instead of the pointerJeroen Hofstee1-1/+1
2014-06-12hash: Export the function to show a hashSimon Glass1-4/+3
2014-03-22gen: 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-03-01hash: Use lower case for hash algorithm namesSimon Glass1-5/+6
2013-03-01sandbox: Allow hash functions to work correctlySimon Glass1-8/+16
2013-03-01Roll crc32 into hash infrastructureSimon Glass1-38/+80
2013-03-01hash: Add a flag to support saving hashes in the environmentSimon Glass1-17/+52
2012-12-12Add generic hash APISimon Glass1-0/+221