1. 905ea88 Correct SPL use of CMD_SHA1SUM by Simon Glass · Sun Feb 05 15:36:42 2023 -0700
  2. 778451e Correct SPL use of CMD_HASH by Simon Glass · Sun Feb 05 15:36:32 2023 -0700
  3. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  4. 577226c image: Use the correct checks for CRC32 by Simon Glass · Sat Sep 25 19:43:24 2021 -0600
  5. 866178e hash: Drop some #ifdefs in hash.c by Simon Glass · Sat Sep 25 19:43:19 2021 -0600
  6. 383dd57 hash: Use Kconfig to enable hashing in host tools and SPL by Simon Glass · Sat Sep 25 19:43:18 2021 -0600
  7. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  8. f301658 common: Move MD5 hash to hash_algo[] array. by Alexandru Gagniuc · Thu Sep 02 19:54:20 2021 -0500
  9. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · Sat Jul 24 09:03:29 2021 -0600
  10. b827f39 hash: Ensure verification hex pairs are terminated by Simon Glass · Sat Jul 24 09:03:28 2021 -0600
  11. d42f81f hash: Kconfig option for SHA512 hardware acceleration by Heinrich Schuchardt · Fri May 14 07:08:27 2021 +0200
  12. 92efc1f hash: Allow for SHA512 hardware implementations by Joel Stanley · Wed Feb 17 13:50:42 2021 +1030
  13. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  14. 3e47248 common: hash: Remove a debug printf statement by Harald Seiler · Mon Jun 15 09:47:04 2020 +0200
  15. 1908fd9 Add support for SHA384 and SHA512 by Reuben Dowle · Thu Apr 16 17:36:52 2020 +1200
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  17. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  18. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  19. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  20. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  21. a098b43 common: hash: Manually relocate struct hash_algo by T Karthik Reddy · Sat Mar 16 15:23:01 2019 +0530
  22. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  23. 6e2ac3e Roll CRC16-CCITT into the hash infrastructure by Philipp Tomsich · Sun Nov 25 19:22:19 2018 +0100
  24. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  25. 45e6512 crypto/fsl: Fix HW accelerated hash commands by Breno Lima · Wed Jan 17 10:03:45 2018 -0200
  26. 03361c7 hash: Compile only hardware or software versions of SHA algorithms by Tom Rini · Mon Aug 14 16:38:07 2017 -0400
  27. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  28. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  29. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · Fri May 19 17:26:58 2017 +0100
  30. b22ec7a Kconfig: Add CONFIG_HASH to enable hashing API by Simon Glass · Wed May 17 09:05:34 2017 -0600
  31. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  32. 6173838 hash.c: Conditionally compile hash_command, static hash_show by Tom Rini · Tue Jan 05 08:47:48 2016 -0500
  33. 0ed2e46 autoboot.c: Add feature to stop autobooting via SHA256 encrypted password by Stefan Roese · Mon May 18 14:08:24 2015 +0200
  34. 65b905b common: Make sure arch-specific map_sysmem() is defined by Joe Hershberger · Sun Mar 22 17:08:59 2015 -0500
  35. ef20159 crypto/fsl - Add progressive hashing support using hardware acceleration. by gaurav rana · Fri Feb 20 12:51:46 2015 +0530
  36. c915ceb Use hash.c in mkimage by Ruchika Gupta · Fri Jan 23 16:01:58 2015 +0530
  37. b6a1096 hash: Add function to find hash_algo struct with progressive hash by Ruchika Gupta · Fri Jan 23 16:01:57 2015 +0530
  38. 810b84d Fix hash verification by Nikolay Dimitrov · Fri Dec 12 20:01:23 2014 +0200
  39. bfe88fe includes: move openssl headers to include/u-boot by Jeroen Hofstee · Thu Jun 12 22:27:12 2014 +0200
  40. a3b240b hash: Use uint8_t in preference to u8 by Simon Glass · Thu Jun 12 07:24:41 2014 -0600
  41. b14c052 common: hash: zero end the string instead of the pointer by Jeroen Hofstee · Mon Jun 09 11:02:02 2014 +0200
  42. 7f3fa54 hash: Export the function to show a hash by Simon Glass · Mon Jun 02 22:04:49 2014 -0600
  43. f061b1a gen: Add progressive hash API by Hung-ying Tyan · Mon Mar 03 12:19:28 2014 +0100
  44. 62780f0 hash.c: Correct non-hash subcommand crc32 addr-save support by Tom Rini · Thu Nov 07 07:39:48 2013 -0500
  45. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  46. c75d53d hash: Add a way to calculate a hash for any algortihm by Simon Glass · Tue May 07 06:11:47 2013 +0000
  47. cbd8f2c gen: Add sha h/w acceleration to hash by Akshay Saraswat · Wed Mar 20 21:00:58 2013 +0000
  48. e22a6fc hash: Use lower case for hash algorithm names by Simon Glass · Sun Feb 24 17:33:32 2013 +0000
  49. 68f1556 sandbox: Allow hash functions to work correctly by Simon Glass · Sun Feb 24 17:33:31 2013 +0000
  50. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · Sun Feb 24 20:30:22 2013 +0000
  51. 80e345a hash: Add a flag to support saving hashes in the environment by Simon Glass · Sun Feb 24 17:33:26 2013 +0000
  52. b879045 Add generic hash API by Simon Glass · Wed Dec 05 14:46:36 2012 +0000