Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Side by Side Diff: firmware/linktest/main.c

Issue 3094003: Add license headers (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cgpt/endian.h ('k') | firmware/version.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
1 5
2 #include "cgptlib.h" 6 #include "cgptlib.h"
3 #include "load_firmware_fw.h" 7 #include "load_firmware_fw.h"
4 #include "load_kernel_fw.h" 8 #include "load_kernel_fw.h"
5 #include "rollback_index.h" 9 #include "rollback_index.h"
6 #include "tlcl.h" 10 #include "tlcl.h"
7 #include "vboot_common.h" 11 #include "vboot_common.h"
8 #include "vboot_kernel.h" 12 #include "vboot_kernel.h"
9 13
10 14
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 PublicKeyCopy(0, 0); 72 PublicKeyCopy(0, 0);
69 PublicKeyToRSA(0); 73 PublicKeyToRSA(0);
70 VerifyData(0, 0, 0, 0); 74 VerifyData(0, 0, 0, 0);
71 VerifyDigest(0, 0, 0); 75 VerifyDigest(0, 0, 0);
72 KeyBlockVerify(0, 0, 0); 76 KeyBlockVerify(0, 0, 0);
73 VerifyFirmwarePreamble(0, 0, 0); 77 VerifyFirmwarePreamble(0, 0, 0);
74 VerifyKernelPreamble(0, 0, 0); 78 VerifyKernelPreamble(0, 0, 0);
75 79
76 return 0; 80 return 0;
77 } 81 }
OLDNEW
« no previous file with comments | « cgpt/endian.h ('k') | firmware/version.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698