aboutsummaryrefslogtreecommitdiff
path: root/include/sha256.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-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>
2012-12-11sha256: Use const where possible and add watchdog functionSimon Glass1-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>
2008-07-06include/sha256.h: fix file permissions.Wolfgang Denk1-0/+0
Signed-off-by: Wolfgang Denk <wd@denx.de>
2008-06-30add SHA256 supportJean-Christophe PLAGNIOL-VILLARD1-0/+16
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>