summaryrefslogtreecommitdiff
path: root/include/sha256.h
Commit message (Collapse)AuthorAgeLines
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-19-22/+0
| | | | | | | | | | | | commit 18b06652cd "tools: include u-boot version of sha256.h" unconditionally forced the sha256.h from u-boot to be used for tools instead of the host version. This is fragile though as it will also include the host version. Therefore move it to include/u-boot to join u-boot/md5.h etc which were renamed for the same reason. cc: Simon Glass <sjg@chromium.org> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
* sha256: Use const where possible and add watchdog functionSimon Glass2012-12-11-1/+7
| | | | | | | | | In preparation for making the hash function common, we may as well use const where we can. Also add a watchdog version of the hashing function. Signed-off-by: Simon Glass <sjg@chromium.org>
* include/sha256.h: fix file permissions.Wolfgang Denk2008-07-06-0/+0
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* add SHA256 supportJean-Christophe PLAGNIOL-VILLARD2008-06-30-0/+16
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>