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

Unified Diff: src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c

Issue 2255006: StatefulMem* functions should be library functions. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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
Index: src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c
diff --git a/src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c b/src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c
index bf322844f92d62591af9e99877811358f575d6e9..dadd79846d640e70855b45b171d1350fe8a512c6 100644
--- a/src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c
+++ b/src/platform/vboot_reference/vboot_firmware/lib/cryptolib/rsa_utility.c
@@ -6,7 +6,7 @@
*/
#include "cryptolib.h"
-#include "utility.h"
+#include "stateful_util.h"
int RSAProcessedKeySize(int algorithm) {
int key_len = siglen_map[algorithm]; /* Key length in

Powered by Google App Engine
This is Rietveld 408576698