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

Side by Side Diff: crypto/crypto.gyp

Issue 8124011: Add constant-time comparison operators for cryptographic uses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | crypto/hmac.cc » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'rsa_private_key.h', 142 'rsa_private_key.h',
143 'rsa_private_key_mac.cc', 143 'rsa_private_key_mac.cc',
144 'rsa_private_key_nss.cc', 144 'rsa_private_key_nss.cc',
145 'rsa_private_key_openssl.cc', 145 'rsa_private_key_openssl.cc',
146 'rsa_private_key_win.cc', 146 'rsa_private_key_win.cc',
147 'scoped_capi_types.h', 147 'scoped_capi_types.h',
148 'scoped_nss_types.h', 148 'scoped_nss_types.h',
149 'secure_hash.h', 149 'secure_hash.h',
150 'secure_hash_default.cc', 150 'secure_hash_default.cc',
151 'secure_hash_openssl.cc', 151 'secure_hash_openssl.cc',
152 'secure_util.cc',
153 'secure_util.h',
152 'sha2.cc', 154 'sha2.cc',
153 'sha2.h', 155 'sha2.h',
154 'signature_creator.h', 156 'signature_creator.h',
155 'signature_creator_mac.cc', 157 'signature_creator_mac.cc',
156 'signature_creator_nss.cc', 158 'signature_creator_nss.cc',
157 'signature_creator_openssl.cc', 159 'signature_creator_openssl.cc',
158 'signature_creator_win.cc', 160 'signature_creator_win.cc',
159 'signature_verifier.h', 161 'signature_verifier.h',
160 'signature_verifier_mac.cc', 162 'signature_verifier_mac.cc',
161 'signature_verifier_nss.cc', 163 'signature_verifier_nss.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 [ 'use_openssl==1', { 227 [ 'use_openssl==1', {
226 'sources!': [ 228 'sources!': [
227 'openpgp_symmetric_encryption_unittest.cc', 229 'openpgp_symmetric_encryption_unittest.cc',
228 'rsa_private_key_nss_unittest.cc', 230 'rsa_private_key_nss_unittest.cc',
229 ], 231 ],
230 }], 232 }],
231 ], 233 ],
232 }, 234 },
233 ], 235 ],
234 } 236 }
OLDNEW
« no previous file with comments | « no previous file | crypto/hmac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698