summaryrefslogtreecommitdiff
path: root/firmware/2lib/2common.c
Commit message (Expand)AuthorAgeFilesLines
* 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