summaryrefslogtreecommitdiff
path: root/tests/vb2_common_tests.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-151-1/+1
* run2tests: fix more compilation problemsVadim Bendebury2021-09-021-2/+6
* vboot: workbuf alignment should always use 8Joel Kitching2019-11-251-24/+28
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+1
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-231-0/+38
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-231-0/+18
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-6/+0
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-0/+51
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-261-16/+16
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-0/+15
* vboot: remove OffsetOf functionJoel Kitching2019-06-261-0/+2
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-1/+108
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-12/+16
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-160/+0
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-041-494/+0
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-041-76/+42
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-031-2/+1
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-011-64/+23
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-271-0/+1
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-271-25/+15
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-121-6/+188
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-061-3/+0
* vboot2: add code to verify vb2_keyblock2Randall Spangler2014-11-061-0/+181
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-051-0/+35
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-051-0/+27
* vboot2: use common header size fieldsRandall Spangler2014-11-051-36/+135
* vboot2: un-nest data structuresRandall Spangler2014-11-011-13/+8
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-291-1/+45
* vboot2: new data structuresRandall Spangler2014-10-241-5/+49
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-181-0/+11
* vboot2: Use more specific error codes, part 2Randall Spangler2014-06-111-47/+60
* vboot2: Add common functionsRandall Spangler2014-06-051-0/+124
* vboot2: Add workbuf functionsRandall Spangler2014-06-031-0/+102