summaryrefslogtreecommitdiff
path: root/firmware/2lib/2common.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-0/+3
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* tests: Remove --allow-multiple-definition linker optionYu-Ping Wu2022-09-211-0/+3
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-34/+4
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-150/+0
* vboot: add support for HW accel in kernel verificationKangheui Won2021-03-091-11/+21
* COIL: Change sane to inclusive wordsDaisuke Nojiri2020-09-111-2/+2
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-261-0/+17
* inclusive: change usage of sanityDaisuke Nojiri2020-08-191-2/+2
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-15/+4
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-241-0/+215
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-0/+6
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-8/+8
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-0/+39
* firmware: Align workbuf used sizeRandall Spangler2018-01-051-13/+2
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-260/+0
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-061-4/+4
* vboot2: use common header size fieldsRandall Spangler2014-11-051-24/+0
* vboot2: un-nest data structuresRandall Spangler2014-11-011-7/+3
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-291-7/+40
* vboot2: Move and rename functionsRandall Spangler2014-10-281-67/+0
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-14/+10
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-4/+10
* vboot2: new data structuresRandall Spangler2014-10-241-2/+2
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-10/+22
* vboot2: move vb2_safe_memcmp() from rsa to commonRandall Spangler2014-10-181-0/+19
* vboot2: Use more specific error codes, part 3Randall Spangler2014-06-111-29/+29
* vboot2: Use more specific error codes, part 2Randall Spangler2014-06-111-14/+13
* vboot2: Add common functionsRandall Spangler2014-06-051-0/+311
* vboot2: Add workbuf functionsRandall Spangler2014-06-031-0/+95