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

Unified Diff: src/platform/vboot_reference/include/sha_utility.h

Issue 650105: Vboot Reference: Add the "real" reference firmware verification function (VerifyFirmware). (Closed)
Patch Set: Review fixes. Created 10 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/vboot_reference/include/rsa_utility.h ('k') | src/platform/vboot_reference/include/utility.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/include/sha_utility.h
diff --git a/src/platform/vboot_reference/include/sha_utility.h b/src/platform/vboot_reference/include/sha_utility.h
index d786b08487c4718db5c5eb4e23c6cefd039bfecb..c5e23317e6392783d4c0763381166fbdfb280935 100644
--- a/src/platform/vboot_reference/include/sha_utility.h
+++ b/src/platform/vboot_reference/include/sha_utility.h
@@ -48,6 +48,6 @@ uint8_t* DigestFile(char* input_file, int sig_algorithm);
* [len] based on the signature [algorithm].
* Caller owns the returned digest and must free it.
*/
-uint8_t* DigestBuf(uint8_t* buf, int len, int sig_algorithm);
+uint8_t* DigestBuf(const uint8_t* buf, int len, int sig_algorithm);
#endif /* VBOOT_REFERENCE_SHA_UTILITY_H_ */
« no previous file with comments | « src/platform/vboot_reference/include/rsa_utility.h ('k') | src/platform/vboot_reference/include/utility.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698