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

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

Issue 2219004: Rearrange vboot_reference directories to isolate external components. (Closed) Base URL: ssh://git@chromiumos-git/chromeos
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
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

Powered by Google App Engine
This is Rietveld 408576698