summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vboot2: Introduce vb2ex_hwcrypto APIstabilize-storm-6683.Bstabilize-6670.Bstabilize-6662.BJulius Werner2015-01-062-18/+180
* nand: vboot support for small GPTsDan Ehrenberg2015-01-052-2/+7
* cgpt: Rework number of entries calculationNam T. Nguyen2014-12-161-0/+6
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-152-3/+32
* cgpt: Support non-standard (smaller) entries tableNam T. Nguyen2014-12-123-4/+15
* vboot: GPT interface cleanupDan Ehrenberg2014-12-112-76/+78
* vboot2: Get rid of extra '2' at end of new struct namesRandall Spangler2014-12-059-259/+258
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-0411-451/+562
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-041-0/+23
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-041-41/+158
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-0/+22
* vboot2: Move knowledge of vboot 2.1 data structures inside lib21/Randall Spangler2014-12-0411-741/+848
* vboot2: vb2_unpack_key2() no longer passes through to vb2_unpack_key()ChromeOS Developer2014-12-041-6/+1
* vboot2: Clean up signing data for unit testsRandall Spangler2014-12-045-136/+48
* vboot2: Use calloc() in host lib and unit testsRandall Spangler2014-12-033-8/+4
* vboot2: Add host lib function to create a vb2-style firmware preambleRandall Spangler2014-12-011-0/+120
* vboot2: Add host lib function to create a vb2-style keyblockRandall Spangler2014-12-014-70/+161
* vboot2: Use new hostlib functions in unit testsRandall Spangler2014-12-013-226/+90
* vboot2: Add host library functions for signing to new struct formatRandall Spangler2014-11-275-32/+214
* vboot2: Add host lib support for bare hash keysRandall Spangler2014-11-272-26/+71
* vboot2: Add host library functions to read/write new-format key objectsRandall Spangler2014-11-271-0/+257
* vboot2: Add host library functions to read/write files and objectsRandall Spangler2014-11-273-8/+73
* vboot: Remove FTS codeNam T. Nguyen2014-11-261-564/+0
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-152-7/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-152-0/+7
* vboot: Fix load_kernel_tests to call the right cgptNam T. Nguyen2014-11-141-3/+5
* vboot2: Add api-level functions to use new data structuresRandall Spangler2014-11-142-1/+250
* vboot: cgpt: Treat drive_path as the GPT storageNam T. Nguyen2014-11-141-97/+108
* vboot: cgpt: fix my_lba of the secondary GPTDan Ehrenberg2014-11-142-55/+63
* vboot2: load keyblock and preamble from new-style structsRandall Spangler2014-11-141-0/+384
* vboot: cgpt: Support writing GPT structs to NOR flashNam T. Nguyen2014-11-133-55/+124
* vboot2: Add code and tests for verifying vb2_fw_preamble2Randall Spangler2014-11-121-6/+188
* vboot2: Change preamble to contain a list of signaturesrelease-R40-6457.Bfactory-auron-6459.BRandall Spangler2014-11-062-6/+3
* vboot2: pass const work buffers, and clarify min_offset outputRandall Spangler2014-11-062-3/+3
* vboot2: add code to verify vb2_keyblock2Randall Spangler2014-11-061-0/+181
* vboot2: add support for verify data / digest using new signature structRandall Spangler2014-11-054-0/+168
* vboot2: add support for new vb2_signature2 structRandall Spangler2014-11-054-1/+170
* vboot2: convert structs outside of individual test funcsRandall Spangler2014-11-051-81/+73
* vboot2: be consistent in use of sig_algorithm vs sig_alg in vboot2 structsRandall Spangler2014-11-052-4/+4
* vboot2: use common header size fieldsRandall Spangler2014-11-052-40/+139
* vb2: parse dev mode in phase1Aaron Durbin2014-11-031-15/+23
* vboot2: un-nest data structuresRandall Spangler2014-11-013-22/+17
* vboot: cgpt: Check for NULL entry array.Nam T. Nguyen2014-10-311-0/+24
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-313-47/+120
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-293-0/+202
* vboot2: Add verification for common vb2 struct headerRandall Spangler2014-10-291-1/+45
* vboot2: Move and rename functionsRandall Spangler2014-10-282-35/+35
* vboot2: use enum signature algorithmRandall Spangler2014-10-285-43/+67
* vboot2: use enum hash algorithmstabilize-6412.BRandall Spangler2014-10-284-22/+40
* vboot2: new data structuresRandall Spangler2014-10-242-6/+50