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

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

Issue 552227: Utility to output digests in format suitable for RSA signatures. (Closed)
Patch Set: Nit fixes. Created 10 years, 11 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/crypto/padding.c ('k') | src/platform/vboot_reference/tests/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/include/padding.h
diff --git a/src/platform/vboot_reference/include/padding.h b/src/platform/vboot_reference/include/padding.h
index 2cc74bfe0d6d6c917773521de9aa7fe8ea56f9b4..ffda2c4045156ccabaef2a6abf7411067e7e8632 100644
--- a/src/platform/vboot_reference/include/padding.h
+++ b/src/platform/vboot_reference/include/padding.h
@@ -18,10 +18,13 @@ extern const uint8_t paddingRSA8192_SHA512[];
extern const int kNumAlgorithms;
+extern const int digestinfo_size_map[];
extern const int siglen_map[];
extern const uint8_t* padding_map[];
extern const int padding_size_map[];
+extern const int hash_size_map[];
extern const int hash_blocksize_map[];
+extern const uint8_t* hash_digestinfo_map[];
extern const char* algo_strings[];
#endif /* VBOOT_REFERENCE_PADDING_H_ */
« no previous file with comments | « src/platform/vboot_reference/crypto/padding.c ('k') | src/platform/vboot_reference/tests/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698