| 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 28 matching lines...) Expand all  Loading... | 
| 39   "src/crypto/asn1/tasn_enc.c", | 39   "src/crypto/asn1/tasn_enc.c", | 
| 40   "src/crypto/asn1/tasn_fre.c", | 40   "src/crypto/asn1/tasn_fre.c", | 
| 41   "src/crypto/asn1/tasn_new.c", | 41   "src/crypto/asn1/tasn_new.c", | 
| 42   "src/crypto/asn1/tasn_typ.c", | 42   "src/crypto/asn1/tasn_typ.c", | 
| 43   "src/crypto/asn1/tasn_utl.c", | 43   "src/crypto/asn1/tasn_utl.c", | 
| 44   "src/crypto/asn1/x_bignum.c", | 44   "src/crypto/asn1/x_bignum.c", | 
| 45   "src/crypto/asn1/x_long.c", | 45   "src/crypto/asn1/x_long.c", | 
| 46   "src/crypto/base64/base64.c", | 46   "src/crypto/base64/base64.c", | 
| 47   "src/crypto/bio/bio.c", | 47   "src/crypto/bio/bio.c", | 
| 48   "src/crypto/bio/bio_mem.c", | 48   "src/crypto/bio/bio_mem.c", | 
| 49   "src/crypto/bio/buffer.c", |  | 
| 50   "src/crypto/bio/connect.c", | 49   "src/crypto/bio/connect.c", | 
| 51   "src/crypto/bio/fd.c", | 50   "src/crypto/bio/fd.c", | 
| 52   "src/crypto/bio/file.c", | 51   "src/crypto/bio/file.c", | 
| 53   "src/crypto/bio/hexdump.c", | 52   "src/crypto/bio/hexdump.c", | 
| 54   "src/crypto/bio/internal.h", | 53   "src/crypto/bio/internal.h", | 
| 55   "src/crypto/bio/pair.c", | 54   "src/crypto/bio/pair.c", | 
| 56   "src/crypto/bio/printf.c", | 55   "src/crypto/bio/printf.c", | 
| 57   "src/crypto/bio/socket.c", | 56   "src/crypto/bio/socket.c", | 
| 58   "src/crypto/bio/socket_helper.c", | 57   "src/crypto/bio/socket_helper.c", | 
| 59   "src/crypto/bn/add.c", | 58   "src/crypto/bn/add.c", | 
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 400   "src/ssl/ssl_buffer.c", | 399   "src/ssl/ssl_buffer.c", | 
| 401   "src/ssl/ssl_cert.c", | 400   "src/ssl/ssl_cert.c", | 
| 402   "src/ssl/ssl_cipher.c", | 401   "src/ssl/ssl_cipher.c", | 
| 403   "src/ssl/ssl_ecdh.c", | 402   "src/ssl/ssl_ecdh.c", | 
| 404   "src/ssl/ssl_file.c", | 403   "src/ssl/ssl_file.c", | 
| 405   "src/ssl/ssl_lib.c", | 404   "src/ssl/ssl_lib.c", | 
| 406   "src/ssl/ssl_rsa.c", | 405   "src/ssl/ssl_rsa.c", | 
| 407   "src/ssl/ssl_rsa_cc.cc", | 406   "src/ssl/ssl_rsa_cc.cc", | 
| 408   "src/ssl/ssl_session.c", | 407   "src/ssl/ssl_session.c", | 
| 409   "src/ssl/ssl_stat.c", | 408   "src/ssl/ssl_stat.c", | 
|  | 409   "src/ssl/ssl_x509.c", | 
| 410   "src/ssl/t1_enc.c", | 410   "src/ssl/t1_enc.c", | 
| 411   "src/ssl/t1_lib.c", | 411   "src/ssl/t1_lib.c", | 
| 412   "src/ssl/tls13_both.c", | 412   "src/ssl/tls13_both.c", | 
| 413   "src/ssl/tls13_client.c", | 413   "src/ssl/tls13_client.c", | 
| 414   "src/ssl/tls13_enc.c", | 414   "src/ssl/tls13_enc.c", | 
| 415   "src/ssl/tls13_server.c", | 415   "src/ssl/tls13_server.c", | 
| 416   "src/ssl/tls_method.c", | 416   "src/ssl/tls_method.c", | 
| 417   "src/ssl/tls_record.c", | 417   "src/ssl/tls_record.c", | 
| 418 ] | 418 ] | 
| 419 | 419 | 
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 464 | 464 | 
| 465 crypto_sources_linux_x86_64 = [ | 465 crypto_sources_linux_x86_64 = [ | 
| 466   "linux-x86_64/crypto/aes/aes-x86_64.S", | 466   "linux-x86_64/crypto/aes/aes-x86_64.S", | 
| 467   "linux-x86_64/crypto/aes/aesni-x86_64.S", | 467   "linux-x86_64/crypto/aes/aesni-x86_64.S", | 
| 468   "linux-x86_64/crypto/aes/bsaes-x86_64.S", | 468   "linux-x86_64/crypto/aes/bsaes-x86_64.S", | 
| 469   "linux-x86_64/crypto/aes/vpaes-x86_64.S", | 469   "linux-x86_64/crypto/aes/vpaes-x86_64.S", | 
| 470   "linux-x86_64/crypto/bn/rsaz-avx2.S", | 470   "linux-x86_64/crypto/bn/rsaz-avx2.S", | 
| 471   "linux-x86_64/crypto/bn/x86_64-mont.S", | 471   "linux-x86_64/crypto/bn/x86_64-mont.S", | 
| 472   "linux-x86_64/crypto/bn/x86_64-mont5.S", | 472   "linux-x86_64/crypto/bn/x86_64-mont5.S", | 
| 473   "linux-x86_64/crypto/chacha/chacha-x86_64.S", | 473   "linux-x86_64/crypto/chacha/chacha-x86_64.S", | 
|  | 474   "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 
| 474   "linux-x86_64/crypto/ec/p256-x86_64-asm.S", | 475   "linux-x86_64/crypto/ec/p256-x86_64-asm.S", | 
| 475   "linux-x86_64/crypto/md5/md5-x86_64.S", | 476   "linux-x86_64/crypto/md5/md5-x86_64.S", | 
| 476   "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 477   "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 
| 477   "linux-x86_64/crypto/modes/ghash-x86_64.S", | 478   "linux-x86_64/crypto/modes/ghash-x86_64.S", | 
| 478   "linux-x86_64/crypto/rand/rdrand-x86_64.S", | 479   "linux-x86_64/crypto/rand/rdrand-x86_64.S", | 
| 479   "linux-x86_64/crypto/sha/sha1-x86_64.S", | 480   "linux-x86_64/crypto/sha/sha1-x86_64.S", | 
| 480   "linux-x86_64/crypto/sha/sha256-x86_64.S", | 481   "linux-x86_64/crypto/sha/sha256-x86_64.S", | 
| 481   "linux-x86_64/crypto/sha/sha512-x86_64.S", | 482   "linux-x86_64/crypto/sha/sha512-x86_64.S", | 
| 482   "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 483   "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 
| 483 ] | 484 ] | 
| (...skipping 15 matching lines...) Expand all  Loading... | 
| 499 | 500 | 
| 500 crypto_sources_mac_x86_64 = [ | 501 crypto_sources_mac_x86_64 = [ | 
| 501   "mac-x86_64/crypto/aes/aes-x86_64.S", | 502   "mac-x86_64/crypto/aes/aes-x86_64.S", | 
| 502   "mac-x86_64/crypto/aes/aesni-x86_64.S", | 503   "mac-x86_64/crypto/aes/aesni-x86_64.S", | 
| 503   "mac-x86_64/crypto/aes/bsaes-x86_64.S", | 504   "mac-x86_64/crypto/aes/bsaes-x86_64.S", | 
| 504   "mac-x86_64/crypto/aes/vpaes-x86_64.S", | 505   "mac-x86_64/crypto/aes/vpaes-x86_64.S", | 
| 505   "mac-x86_64/crypto/bn/rsaz-avx2.S", | 506   "mac-x86_64/crypto/bn/rsaz-avx2.S", | 
| 506   "mac-x86_64/crypto/bn/x86_64-mont.S", | 507   "mac-x86_64/crypto/bn/x86_64-mont.S", | 
| 507   "mac-x86_64/crypto/bn/x86_64-mont5.S", | 508   "mac-x86_64/crypto/bn/x86_64-mont5.S", | 
| 508   "mac-x86_64/crypto/chacha/chacha-x86_64.S", | 509   "mac-x86_64/crypto/chacha/chacha-x86_64.S", | 
|  | 510   "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 
| 509   "mac-x86_64/crypto/ec/p256-x86_64-asm.S", | 511   "mac-x86_64/crypto/ec/p256-x86_64-asm.S", | 
| 510   "mac-x86_64/crypto/md5/md5-x86_64.S", | 512   "mac-x86_64/crypto/md5/md5-x86_64.S", | 
| 511   "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 513   "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 
| 512   "mac-x86_64/crypto/modes/ghash-x86_64.S", | 514   "mac-x86_64/crypto/modes/ghash-x86_64.S", | 
| 513   "mac-x86_64/crypto/rand/rdrand-x86_64.S", | 515   "mac-x86_64/crypto/rand/rdrand-x86_64.S", | 
| 514   "mac-x86_64/crypto/sha/sha1-x86_64.S", | 516   "mac-x86_64/crypto/sha/sha1-x86_64.S", | 
| 515   "mac-x86_64/crypto/sha/sha256-x86_64.S", | 517   "mac-x86_64/crypto/sha/sha256-x86_64.S", | 
| 516   "mac-x86_64/crypto/sha/sha512-x86_64.S", | 518   "mac-x86_64/crypto/sha/sha512-x86_64.S", | 
| 517   "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 519   "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 
| 518 ] | 520 ] | 
| (...skipping 15 matching lines...) Expand all  Loading... | 
| 534 | 536 | 
| 535 crypto_sources_win_x86_64 = [ | 537 crypto_sources_win_x86_64 = [ | 
| 536   "win-x86_64/crypto/aes/aes-x86_64.asm", | 538   "win-x86_64/crypto/aes/aes-x86_64.asm", | 
| 537   "win-x86_64/crypto/aes/aesni-x86_64.asm", | 539   "win-x86_64/crypto/aes/aesni-x86_64.asm", | 
| 538   "win-x86_64/crypto/aes/bsaes-x86_64.asm", | 540   "win-x86_64/crypto/aes/bsaes-x86_64.asm", | 
| 539   "win-x86_64/crypto/aes/vpaes-x86_64.asm", | 541   "win-x86_64/crypto/aes/vpaes-x86_64.asm", | 
| 540   "win-x86_64/crypto/bn/rsaz-avx2.asm", | 542   "win-x86_64/crypto/bn/rsaz-avx2.asm", | 
| 541   "win-x86_64/crypto/bn/x86_64-mont.asm", | 543   "win-x86_64/crypto/bn/x86_64-mont.asm", | 
| 542   "win-x86_64/crypto/bn/x86_64-mont5.asm", | 544   "win-x86_64/crypto/bn/x86_64-mont5.asm", | 
| 543   "win-x86_64/crypto/chacha/chacha-x86_64.asm", | 545   "win-x86_64/crypto/chacha/chacha-x86_64.asm", | 
|  | 546   "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", | 
| 544   "win-x86_64/crypto/ec/p256-x86_64-asm.asm", | 547   "win-x86_64/crypto/ec/p256-x86_64-asm.asm", | 
| 545   "win-x86_64/crypto/md5/md5-x86_64.asm", | 548   "win-x86_64/crypto/md5/md5-x86_64.asm", | 
| 546   "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", | 549   "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", | 
| 547   "win-x86_64/crypto/modes/ghash-x86_64.asm", | 550   "win-x86_64/crypto/modes/ghash-x86_64.asm", | 
| 548   "win-x86_64/crypto/rand/rdrand-x86_64.asm", | 551   "win-x86_64/crypto/rand/rdrand-x86_64.asm", | 
| 549   "win-x86_64/crypto/sha/sha1-x86_64.asm", | 552   "win-x86_64/crypto/sha/sha1-x86_64.asm", | 
| 550   "win-x86_64/crypto/sha/sha256-x86_64.asm", | 553   "win-x86_64/crypto/sha/sha256-x86_64.asm", | 
| 551   "win-x86_64/crypto/sha/sha512-x86_64.asm", | 554   "win-x86_64/crypto/sha/sha512-x86_64.asm", | 
| 552 ] | 555 ] | 
| 553 | 556 | 
| 554 fuzzers = [ | 557 fuzzers = [ | 
| 555   "cert", | 558   "cert", | 
| 556   "client", | 559   "client", | 
| 557   "pkcs8", | 560   "pkcs8", | 
| 558   "privkey", | 561   "privkey", | 
| 559   "read_pem", | 562   "read_pem", | 
| 560   "server", | 563   "server", | 
| 561   "session", | 564   "session", | 
| 562   "spki", | 565   "spki", | 
| 563   "ssl_ctx_api", | 566   "ssl_ctx_api", | 
| 564 ] | 567 ] | 
| OLD | NEW | 
|---|