summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
Commit message (Expand)AuthorAgeFilesLines
* vboot: Split partition and vblock verification from LoadKernel()stabilize-8992.BRandall Spangler2016-11-141-0/+42
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-6/+9
* tests: Fix coverity warningsRandall Spangler2016-09-151-0/+8
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-0/+6
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-0/+3
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-0/+3
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-1/+1
* vb20: add vb2api_check_hash_get_digest() for retrieving hash resultAaron Durbin2016-01-261-0/+3
* vboot2: Support reboot requested by secdataRandall Spangler2015-09-171-0/+3
* vboot2: Add 2.0 api layer to verify kernel partitionRandall Spangler2015-06-091-0/+18
* vboot2: Add routines to load kernel preambleRandall Spangler2015-06-041-0/+16
* vboot2: secdata: Check struct_version on initializationstabilize-7134.BJulius Werner2015-06-021-2/+2
* vboot2: Add routines to load and verify kernel keyblockRandall Spangler2015-05-221-0/+21
* vboot2: Add routine to verify kernel preambleRandall Spangler2015-05-211-0/+6
* vboot2: Add support for kernel version secure data spaceRandall Spangler2015-05-131-0/+24
* vb21: Rename struct vb2_guid to struct vb2_idBill Richardson2015-03-101-8/+5
* cleanup: Fix some typos in commentsBill Richardson2015-03-101-5/+5
* futility: Add create command to make keypairs from RSA filesBill Richardson2015-03-101-1/+7
* vboot2: Fail vb2_secdata_(get|set) when secdata was not initializedJulius Werner2015-02-041-0/+6
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+6
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-061-0/+3
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-051-3/+3
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-041-0/+3
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-011-0/+14
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-011-0/+17
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-271-0/+41
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-271-0/+9
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-0/+77
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-271-2/+31
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-141-0/+6
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-141-0/+3
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-121-0/+6
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-051-0/+6
* vboot2: use common header size fieldsRandall Spangler2014-11-051-5/+55
* vboot2: un-nest data structuresRandall Spangler2014-11-011-3/+0
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-291-0/+3
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-291-0/+9
* vboot2: Move and rename functionsRandall Spangler2014-10-281-10/+10
* vboot2: use enum signature algorithmRandall Spangler2014-10-281-2/+5
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-281-0/+3
* vboot2: move verify digest to 2commonRandall Spangler2014-10-221-0/+6
* vboot2: More specific errors for unimplemented external APIsRandall Spangler2014-06-241-0/+6
* vboot2: api-level routinesRandall Spangler2014-06-191-7/+7
* vboot2: misc higher-level routinesRandall Spangler2014-06-191-29/+99
* vboot2: Use more specific error codes, part 3Randall Spangler2014-06-111-0/+108
* vboot2: Use more specific error codes, part 2Randall Spangler2014-06-111-0/+26
* vboot2: Use more specific error codesstabilize-5944.Bstabilize-5943.Bstabilize-5942.Bfactory-samus-5939.BRandall Spangler2014-06-071-4/+94
* vboot2: Add workbuf functionsRandall Spangler2014-06-031-0/+62