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

Unified Diff: host/include/signature_digest.h

Issue 2815011: Remove unused files, and tidy the directory structure of the remaining ones. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 6 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 | « host/include/file_keys.h ('k') | host/lib/file_keys.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/include/signature_digest.h
diff --git a/misclibs/include/signature_digest.h b/host/include/signature_digest.h
similarity index 95%
rename from misclibs/include/signature_digest.h
rename to host/include/signature_digest.h
index 2376b972105e2451fb21f8a48cab93940365bd37..55662b940b24ecd2ee8fc7d45be1c0c4c99ae28e 100644
--- a/misclibs/include/signature_digest.h
+++ b/host/include/signature_digest.h
@@ -11,7 +11,7 @@
/* Returns a buffer with DigestInfo (which depends on [algorithm])
* prepended to [digest].
*/
-uint8_t* prepend_digestinfo(int algorithm, uint8_t* digest);
+uint8_t* PrependDigestInfo(int algorithm, uint8_t* digest);
/* Function that outputs the message digest of the contents of a buffer in a
* format that can be used as input to OpenSSL for an RSA signature.
« no previous file with comments | « host/include/file_keys.h ('k') | host/lib/file_keys.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698