| OLD | NEW |
| 1 | 1 |
| 2 #include "cgptlib.h" | 2 #include "cgptlib.h" |
| 3 #include "load_firmware_fw.h" | 3 #include "load_firmware_fw.h" |
| 4 #include "load_kernel_fw.h" | 4 #include "load_kernel_fw.h" |
| 5 #include "rollback_index.h" | 5 #include "rollback_index.h" |
| 6 #include "tlcl.h" | 6 #include "tlcl.h" |
| 7 #include "vboot_common.h" | 7 #include "vboot_common.h" |
| 8 #include "vboot_kernel.h" | 8 #include "vboot_kernel.h" |
| 9 | 9 |
| 10 | 10 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 GetPublicKeyData(0); | 60 GetPublicKeyData(0); |
| 61 GetPublicKeyDataC(0); | 61 GetPublicKeyDataC(0); |
| 62 GetSignatureData(0); | 62 GetSignatureData(0); |
| 63 GetSignatureDataC(0); | 63 GetSignatureDataC(0); |
| 64 VerifyMemberInside(0, 0, 0, 0, 0, 0); | 64 VerifyMemberInside(0, 0, 0, 0, 0, 0); |
| 65 VerifyPublicKeyInside(0, 0, 0); | 65 VerifyPublicKeyInside(0, 0, 0); |
| 66 VerifySignatureInside(0, 0, 0); | 66 VerifySignatureInside(0, 0, 0); |
| 67 PublicKeyInit(0, 0, 0); | 67 PublicKeyInit(0, 0, 0); |
| 68 PublicKeyCopy(0, 0); | 68 PublicKeyCopy(0, 0); |
| 69 PublicKeyToRSA(0); | 69 PublicKeyToRSA(0); |
| 70 VerifyData(0, 0, 0); | 70 VerifyData(0, 0, 0, 0); |
| 71 VerifyDigest(0, 0, 0); | 71 VerifyDigest(0, 0, 0); |
| 72 KeyBlockVerify(0, 0, 0); | 72 KeyBlockVerify(0, 0, 0); |
| 73 VerifyFirmwarePreamble2(0, 0, 0); | 73 VerifyFirmwarePreamble(0, 0, 0); |
| 74 VerifyKernelPreamble2(0, 0, 0); | 74 VerifyKernelPreamble(0, 0, 0); |
| 75 | 75 |
| 76 return 0; | 76 return 0; |
| 77 } | 77 } |
| OLD | NEW |