Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22872
to look at the new patch set (#3).
Change subject: security/crypto: Add crypto primitives for hashing data ......................................................................
security/crypto: Add crypto primitives for hashing data
* Add crypto section to security directory. * Add SHA1 and SHA256 hashing functionality.
Change-Id: I807084ebfffdc159fe95c45b4e5f0820bbfee5e1 Signed-off-by: Philipp Deppenwiese zaolin@das-labor.org --- M .checkpatch.conf M src/security/Kconfig M src/security/Makefile.inc A src/security/crypto/Kconfig A src/security/crypto/Makefile.inc A src/security/crypto/hash.h A src/security/crypto/hash/hash.c A src/security/crypto/hash/sha1.c A src/security/crypto/hash/sha256.c 9 files changed, 516 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/22872/3