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

Side by Side Diff: src/platform/vboot_reference/include/padding.h

Issue 570038: Fix copyright header on padding.h. (Closed)
Patch Set: Created 10 years, 10 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
1 #ifndef VBOOT_REFERENCE_PADDING_H_ 6 #ifndef VBOOT_REFERENCE_PADDING_H_
2 #define VBOOT_REFERENCE_PADDING_H_ 7 #define VBOOT_REFERENCE_PADDING_H_
3 8
4 #include <inttypes.h> 9 #include <inttypes.h>
5 10
6 extern const uint8_t paddingRSA1024_SHA1[]; 11 extern const uint8_t paddingRSA1024_SHA1[];
7 extern const uint8_t paddingRSA1024_SHA256[]; 12 extern const uint8_t paddingRSA1024_SHA256[];
8 extern const uint8_t paddingRSA1024_SHA512[]; 13 extern const uint8_t paddingRSA1024_SHA512[];
9 extern const uint8_t paddingRSA2048_SHA1[]; 14 extern const uint8_t paddingRSA2048_SHA1[];
10 extern const uint8_t paddingRSA2048_SHA256[]; 15 extern const uint8_t paddingRSA2048_SHA256[];
(...skipping 10 matching lines...) Expand all
21 extern const int digestinfo_size_map[]; 26 extern const int digestinfo_size_map[];
22 extern const int siglen_map[]; 27 extern const int siglen_map[];
23 extern const uint8_t* padding_map[]; 28 extern const uint8_t* padding_map[];
24 extern const int padding_size_map[]; 29 extern const int padding_size_map[];
25 extern const int hash_size_map[]; 30 extern const int hash_size_map[];
26 extern const int hash_blocksize_map[]; 31 extern const int hash_blocksize_map[];
27 extern const uint8_t* hash_digestinfo_map[]; 32 extern const uint8_t* hash_digestinfo_map[];
28 extern const char* algo_strings[]; 33 extern const char* algo_strings[];
29 34
30 #endif /* VBOOT_REFERENCE_PADDING_H_ */ 35 #endif /* VBOOT_REFERENCE_PADDING_H_ */
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698