index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
hash.c
Age
Commit message (
Expand
)
Author
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-01-13
hash.c: Conditionally compile hash_command, static hash_show
Tom Rini
2015-06-08
autoboot.c: Add feature to stop autobooting via SHA256 encrypted password
Stefan Roese
2015-04-18
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-02-25
crypto/fsl - Add progressive hashing support using hardware acceleration.
gaurav rana
2015-01-29
Use hash.c in mkimage
Ruchika Gupta
2015-01-29
hash: Add function to find hash_algo struct with progressive hash
Ruchika Gupta
2014-12-29
Fix hash verification
Nikolay Dimitrov
2014-06-19
includes: move openssl headers to include/u-boot
Jeroen Hofstee
2014-06-19
hash: Use uint8_t in preference to u8
Simon Glass
2014-06-11
common: hash: zero end the string instead of the pointer
Jeroen Hofstee
2014-06-11
hash: Export the function to show a hash
Simon Glass
2014-03-21
gen: Add progressive hash API
Hung-ying Tyan
2013-11-25
hash.c: Correct non-hash subcommand crc32 addr-save support
Tom Rini
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-14
hash: Add a way to calculate a hash for any algortihm
Simon Glass
2013-03-29
gen: Add sha h/w acceleration to hash
Akshay Saraswat
2013-02-28
hash: Use lower case for hash algorithm names
Simon Glass
2013-02-28
sandbox: Allow hash functions to work correctly
Simon Glass
2013-02-28
Roll crc32 into hash infrastructure
Simon Glass
2013-02-28
hash: Add a flag to support saving hashes in the environment
Simon Glass
2012-12-11
Add generic hash API
Simon Glass