| Commit message (Expand) | Author | Age | Files | Lines |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | crypto/fsl: Fix HW accelerated hash commands | Breno Lima | 2018-01-23 | 1 | -1/+6 |
* | hash: Compile only hardware or software versions of SHA algorithms | Tom Rini | 2017-08-20 | 1 | -51/+44 |
* | env: Rename getenv/_f() to env_get() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | env: Rename setenv() to env_set() | Simon Glass | 2017-08-16 | 1 | -1/+1 |
* | Kconfig: Finish migration of hashing commands | Daniel Thompson | 2017-05-31 | 1 | -10/+4 |
* | Kconfig: Add CONFIG_HASH to enable hashing API | Simon Glass | 2017-05-22 | 1 | -2/+2 |
* | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada | 2016-09-23 | 1 | -1/+1 |
* | hash.c: Conditionally compile hash_command, static hash_show | Tom Rini | 2016-01-13 | 1 | -23/+25 |
* | autoboot.c: Add feature to stop autobooting via SHA256 encrypted password | Stefan Roese | 2015-06-08 | 1 | -9/+21 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 1 | -0/+1 |
* | crypto/fsl - Add progressive hashing support using hardware acceleration. | gaurav rana | 2015-02-25 | 1 | -0/+10 |
* | Use hash.c in mkimage | Ruchika Gupta | 2015-01-29 | 1 | -35/+46 |
* | hash: Add function to find hash_algo struct with progressive hash | Ruchika Gupta | 2015-01-29 | 1 | -9/+24 |
* | Fix hash verification | Nikolay Dimitrov | 2014-12-29 | 1 | -4/+2 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | 1 | -2/+2 |
* | hash: Use uint8_t in preference to u8 | Simon Glass | 2014-06-19 | 1 | -6/+6 |
* | common: hash: zero end the string instead of the pointer | Jeroen Hofstee | 2014-06-11 | 1 | -1/+1 |
* | hash: Export the function to show a hash | Simon Glass | 2014-06-11 | 1 | -4/+3 |
* | gen: Add progressive hash API | Hung-ying Tyan | 2014-03-21 | 1 | -11/+105 |
* | hash.c: Correct non-hash subcommand crc32 addr-save support | Tom Rini | 2013-11-25 | 1 | -2/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -14/+1 |
* | hash: Add a way to calculate a hash for any algortihm | Simon Glass | 2013-05-14 | 1 | -0/+23 |
* | gen: Add sha h/w acceleration to hash | Akshay Saraswat | 2013-03-29 | 1 | -0/+18 |
* | hash: Use lower case for hash algorithm names | Simon Glass | 2013-02-28 | 1 | -5/+6 |
* | sandbox: Allow hash functions to work correctly | Simon Glass | 2013-02-28 | 1 | -8/+16 |
* | Roll crc32 into hash infrastructure | Simon Glass | 2013-02-28 | 1 | -38/+80 |
* | hash: Add a flag to support saving hashes in the environment | Simon Glass | 2013-02-28 | 1 | -17/+52 |
* | Add generic hash API | Simon Glass | 2012-12-11 | 1 | -0/+221 |