summaryrefslogtreecommitdiff
path: root/tests/vb2_common2_tests.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-241-0/+225
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-212/+0
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-041-247/+0
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-041-6/+1
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-041-1/+0
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-011-89/+90
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-051-0/+78
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-051-0/+68
* vboot2: convert structs outside of individual test funcsRandall Spangler2014-11-051-81/+73
* vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler2014-11-051-2/+2
* vboot2: use common header size fieldsRandall Spangler2014-11-051-4/+4
* vboot2: un-nest data structuresRandall Spangler2014-11-011-2/+1
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-291-0/+109
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-9/+15
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-0/+3
* vboot2: Use more specific error codes, part 3Randall Spangler2014-06-111-16/+16
* vboot2: Add common functionsRandall Spangler2014-06-051-0/+209