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

Side by Side Diff: net/quic/crypto/common_cert_set_1.c

Issue 1538743002: Switch to standard integer types in base/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DEPS roll too Created 4 years, 11 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 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 /* This file contains common certificates. It's designed to be #included in 6 /* This file contains common certificates. It's designed to be #included in
7 * another file, in a namespace. */ 7 * another file, in a namespace. */
8 8
9 #include <stdint.h>
10
9 #include "net/quic/crypto/common_cert_set_1a.inc" 11 #include "net/quic/crypto/common_cert_set_1a.inc"
10 #include "net/quic/crypto/common_cert_set_1b.inc" 12 #include "net/quic/crypto/common_cert_set_1b.inc"
11 13
12 static const size_t kNumCerts = 62; 14 static const size_t kNumCerts = 62;
13 static const unsigned char* const kCerts[] = { 15 static const unsigned char* const kCerts[] = {
14 kDERCert0, 16 kDERCert0,
15 kDERCert1, 17 kDERCert1,
16 kDERCert2, 18 kDERCert2,
17 kDERCert3, 19 kDERCert3,
18 kDERCert4, 20 kDERCert4,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 1520, 136 1520,
135 1548, 137 1548,
136 1570, 138 1570,
137 1581, 139 1581,
138 1628, 140 1628,
139 1712, 141 1712,
140 1770, 142 1770,
141 }; 143 };
142 144
143 static const uint64_t kHash = UINT64_C(0xff715ce4e7e9267b); 145 static const uint64_t kHash = UINT64_C(0xff715ce4e7e9267b);
OLDNEW
« no previous file with comments | « net/quic/crypto/chacha20_poly1305_rfc7539_encrypter_test.cc ('k') | net/quic/crypto/common_cert_set_2.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698