Chromium Code Reviews

Unified Diff: src/platform/vboot_reference/crypto/genpadding.sh

Issue 660261: Refactor siglen_map[] to store key size in bytes instead of 32-bit words. (Closed)
Patch Set: Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/padding.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/crypto/genpadding.sh
diff --git a/src/platform/vboot_reference/crypto/genpadding.sh b/src/platform/vboot_reference/crypto/genpadding.sh
index 304d4f822451a831f1d4b6d13f754929832ad8bf..6086c8de17b63b0cd7cc02684e3c9748fa7704ff 100755
--- a/src/platform/vboot_reference/crypto/genpadding.sh
+++ b/src/platform/vboot_reference/crypto/genpadding.sh
@@ -142,7 +142,7 @@ for rsaalgo in ${RSAAlgos[@]}
do
for hashalgo in ${HashAlgos[@]}
do
- echo ${rsaalgo}NUMWORDS,
+ echo ${rsaalgo}NUMBYTES,
done
done
echo "};"
« no previous file with comments | « no previous file | src/platform/vboot_reference/crypto/padding.c » ('j') | no next file with comments »

Powered by Google App Engine