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

Side by Side Diff: src/platform/vboot_reference/cryptolib/padding.c

Issue 1581005: VBoot Reference: Refactoring Part 3 (Closed)
Patch Set: . Created 10 years, 8 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * DO NOT MODIFY THIS FILE DIRECTLY. 2 * DO NOT MODIFY THIS FILE DIRECTLY.
3 * 3 *
4 * This file is automatically generated by genpadding.sh and contains padding 4 * This file is automatically generated by genpadding.sh and contains padding
5 * arrays corresponding to various combinations of algorithms for RSA signatures . 5 * arrays corresponding to various combinations of algorithms for RSA signatures .
6 */ 6 */
7 7
8 #include "cryptolib.h" 8 #include "cryptolib.h"
9 9
10 /* 10 /*
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "RSA2048 SHA1", 235 "RSA2048 SHA1",
236 "RSA2048 SHA256", 236 "RSA2048 SHA256",
237 "RSA2048 SHA512", 237 "RSA2048 SHA512",
238 "RSA4096 SHA1", 238 "RSA4096 SHA1",
239 "RSA4096 SHA256", 239 "RSA4096 SHA256",
240 "RSA4096 SHA512", 240 "RSA4096 SHA512",
241 "RSA8192 SHA1", 241 "RSA8192 SHA1",
242 "RSA8192 SHA256", 242 "RSA8192 SHA256",
243 "RSA8192 SHA512", 243 "RSA8192 SHA512",
244 }; 244 };
OLDNEW
« no previous file with comments | « src/platform/vboot_reference/cryptolib/include/sha.h ('k') | src/platform/vboot_reference/cryptolib/rsa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698