summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2sha.h
Commit message (Expand)AuthorAgeFilesLines
* 2sha: Add SHA-224 and SHA-384 hash algorithmsJulius Werner2020-05-121-4/+19
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-061-20/+0
* 2lib: Fix struct vb2_hash the way it was meant to bestabilize-quickfix-12871.27.Bstabilize-12871.91.Bstabilize-12871.65.Bstabilize-12871.57.Bstabilize-12871.253.Bstabilize-12871.24.Bstabilize-12871.103.Bstabilize-12871.102.Brelease-R81-12871.BJulius Werner2020-01-281-10/+12
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-161-2/+62
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-15/+12
* vboot: add vb2_sha.h to replace NEED_VB2_SHA_LIBRARYJoel Kitching2019-04-271-2/+2
* vb2_sha: Add sha256 extendDaisuke Nojiri2016-05-201-0/+9
* hmac: Add HMAC to 2lib libraryDaisuke Nojiri2016-05-101-0/+26
* Make SHA library accessible to calling firmwareRandall Spangler2015-05-071-1/+21
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-061-0/+3
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-8/+10
* vboot2: new data structuresRandall Spangler2014-10-241-0/+11
* vboot2: Split crypto algorithms into their own header fileRandall Spangler2014-10-161-3/+5
* vboot2: Add crypto functionsRandall Spangler2014-06-051-0/+159