OLD | NEW |
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2016 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 # This file is created by generate_build_files.py. Do not edit manually. | 5 # This file is created by generate_build_files.py. Do not edit manually. |
6 | 6 |
7 crypto_sources = [ | 7 crypto_sources = [ |
8 "err_data.c", | 8 "err_data.c", |
9 "src/crypto/aes/aes.c", | 9 "src/crypto/aes/aes.c", |
10 "src/crypto/aes/internal.h", | 10 "src/crypto/aes/internal.h", |
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 "src/include/openssl/asn1_mac.h", | 313 "src/include/openssl/asn1_mac.h", |
314 "src/include/openssl/asn1t.h", | 314 "src/include/openssl/asn1t.h", |
315 "src/include/openssl/base.h", | 315 "src/include/openssl/base.h", |
316 "src/include/openssl/base64.h", | 316 "src/include/openssl/base64.h", |
317 "src/include/openssl/bio.h", | 317 "src/include/openssl/bio.h", |
318 "src/include/openssl/blowfish.h", | 318 "src/include/openssl/blowfish.h", |
319 "src/include/openssl/bn.h", | 319 "src/include/openssl/bn.h", |
320 "src/include/openssl/buf.h", | 320 "src/include/openssl/buf.h", |
321 "src/include/openssl/buffer.h", | 321 "src/include/openssl/buffer.h", |
322 "src/include/openssl/bytestring.h", | 322 "src/include/openssl/bytestring.h", |
323 "src/include/openssl/c++/aead.h", | |
324 "src/include/openssl/c++/bytestring.h", | |
325 "src/include/openssl/c++/cipher.h", | |
326 "src/include/openssl/c++/digest.h", | |
327 "src/include/openssl/c++/hmac.h", | |
328 "src/include/openssl/c++/scoped_helpers.h", | |
329 "src/include/openssl/cast.h", | 323 "src/include/openssl/cast.h", |
330 "src/include/openssl/chacha.h", | 324 "src/include/openssl/chacha.h", |
331 "src/include/openssl/cipher.h", | 325 "src/include/openssl/cipher.h", |
332 "src/include/openssl/cmac.h", | 326 "src/include/openssl/cmac.h", |
333 "src/include/openssl/conf.h", | 327 "src/include/openssl/conf.h", |
334 "src/include/openssl/cpu.h", | 328 "src/include/openssl/cpu.h", |
335 "src/include/openssl/crypto.h", | 329 "src/include/openssl/crypto.h", |
336 "src/include/openssl/curve25519.h", | 330 "src/include/openssl/curve25519.h", |
337 "src/include/openssl/des.h", | 331 "src/include/openssl/des.h", |
338 "src/include/openssl/dh.h", | 332 "src/include/openssl/dh.h", |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 | 551 |
558 fuzzers = [ | 552 fuzzers = [ |
559 "cert", | 553 "cert", |
560 "client", | 554 "client", |
561 "pkcs8", | 555 "pkcs8", |
562 "privkey", | 556 "privkey", |
563 "read_pem", | 557 "read_pem", |
564 "server", | 558 "server", |
565 "spki", | 559 "spki", |
566 ] | 560 ] |
OLD | NEW |