summaryrefslogtreecommitdiff
path: root/tests/vb2_api_tests.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-8/+88
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-102/+33
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-151-1/+1
* 2api.c: Initialize display using boot_modeHsin-Te Yuan2022-07-031-1/+3
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-031-0/+30
* 2api: Adjust the order of checking dev switch in vb2api_fw_phase1stabilize-14238.BHsuan Ting Chen2021-09-231-10/+4
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-1/+0
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-091-24/+26
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-261-0/+26
* vboot: do not request recovery for VB2_REQUEST_* from VB2_TRY()Yu-Ping Wu2020-05-291-2/+16
* secdata: Initialize secdata kernel in vb2api_fw_phase1dnojiri2020-04-181-1/+16
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-0/+42
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-081-6/+6
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-11/+18
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-1/+0
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+1
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-149/+142
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-1/+382
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-6/+6
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-21/+26
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-8/+8
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-1/+1
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-3/+8
* vboot: standardize on vb2_context identifiers in testsJoel Kitching2019-05-171-101/+101
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-2/+2
* vboot: implement DISPLAY_INIT context and SD flagJoel Kitching2019-05-031-1/+38
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* tests: Cover a few assorted new casesstabilize-10443.BRandall Spangler2018-02-261-1/+16
* vboot2: tpm error doesn't block gbb dev flagRandall Spangler2015-09-221-4/+11
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-1/+80
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+50
* vboot2: fix alignment issues on 32-bit architecturesBill Richardson2015-01-281-1/+1
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-283/+0
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-141-1/+1
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-1/+1
* vb2: parse dev mode in phase1Aaron Durbin2014-11-031-15/+23
* vboot2: Move and rename functionsRandall Spangler2014-10-281-10/+10
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-2/+2
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-5/+8
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-5/+5
* vboot2: api-level routinesRandall Spangler2014-06-191-0/+448