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

Side by Side Diff: firmware/lib/cryptolib/padding.c

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 unified diff | Download patch
« no previous file with comments | « firmware/lib/cryptolib/include/sha.h ('k') | firmware/lib/cryptolib/rsa.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "RSA2048 SHA256", 237 "RSA2048 SHA256",
238 "RSA2048 SHA512", 238 "RSA2048 SHA512",
239 "RSA4096 SHA1", 239 "RSA4096 SHA1",
240 "RSA4096 SHA256", 240 "RSA4096 SHA256",
241 "RSA4096 SHA512", 241 "RSA4096 SHA512",
242 "RSA8192 SHA1", 242 "RSA8192 SHA1",
243 "RSA8192 SHA256", 243 "RSA8192 SHA256",
244 "RSA8192 SHA512", 244 "RSA8192 SHA512",
245 }; 245 };
246 246
OLDNEW
« no previous file with comments | « firmware/lib/cryptolib/include/sha.h ('k') | firmware/lib/cryptolib/rsa.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698