summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2return_codes.h
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-3/+0
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-0/+6
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+97
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-3/+3
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-1/+7
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-151-0/+6
* 2lib: create generic return code for unimplemented external functionsJoel Kitching2019-03-281-4/+9
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-201-0/+2
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-18/+18
* firmware: Refactor and clean up ec_syncChromeOS Developer2017-01-121-0/+9
* 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