| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 update_gypi_and_asm.py. Do not edit manually. | 5 # This file is created by generate_build_files.py. Do not edit manually. |
| 6 | 6 |
| 7 { | 7 { |
| 8 'variables': { | 8 'variables': { |
| 9 'boringssl_lib_sources': [ | 9 'boringssl_lib_sources': [ |
| 10 'err_data.c', | 10 'err_data.c', |
| 11 'src/crypto/aes/aes.c', | 11 'src/crypto/aes/aes.c', |
| 12 'src/crypto/aes/mode_wrappers.c', | 12 'src/crypto/aes/mode_wrappers.c', |
| 13 'src/crypto/asn1/a_bitstr.c', | 13 'src/crypto/asn1/a_bitstr.c', |
| 14 'src/crypto/asn1/a_bool.c', | 14 'src/crypto/asn1/a_bool.c', |
| 15 'src/crypto/asn1/a_bytes.c', | 15 'src/crypto/asn1/a_bytes.c', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 'src/crypto/cipher/derive_key.c', | 88 'src/crypto/cipher/derive_key.c', |
| 89 'src/crypto/cipher/e_aes.c', | 89 'src/crypto/cipher/e_aes.c', |
| 90 'src/crypto/cipher/e_chacha20poly1305.c', | 90 'src/crypto/cipher/e_chacha20poly1305.c', |
| 91 'src/crypto/cipher/e_des.c', | 91 'src/crypto/cipher/e_des.c', |
| 92 'src/crypto/cipher/e_null.c', | 92 'src/crypto/cipher/e_null.c', |
| 93 'src/crypto/cipher/e_rc2.c', | 93 'src/crypto/cipher/e_rc2.c', |
| 94 'src/crypto/cipher/e_rc4.c', | 94 'src/crypto/cipher/e_rc4.c', |
| 95 'src/crypto/cipher/e_ssl3.c', | 95 'src/crypto/cipher/e_ssl3.c', |
| 96 'src/crypto/cipher/e_tls.c', | 96 'src/crypto/cipher/e_tls.c', |
| 97 'src/crypto/cipher/tls_cbc.c', | 97 'src/crypto/cipher/tls_cbc.c', |
| 98 'src/crypto/cmac/cmac.c', |
| 98 'src/crypto/conf/conf.c', | 99 'src/crypto/conf/conf.c', |
| 99 'src/crypto/cpu-arm.c', | 100 'src/crypto/cpu-arm.c', |
| 100 'src/crypto/cpu-intel.c', | 101 'src/crypto/cpu-intel.c', |
| 101 'src/crypto/crypto.c', | 102 'src/crypto/crypto.c', |
| 102 'src/crypto/des/des.c', | 103 'src/crypto/des/des.c', |
| 103 'src/crypto/dh/check.c', | 104 'src/crypto/dh/check.c', |
| 104 'src/crypto/dh/dh.c', | 105 'src/crypto/dh/dh.c', |
| 105 'src/crypto/dh/dh_asn1.c', | 106 'src/crypto/dh/dh_asn1.c', |
| 106 'src/crypto/dh/dh_impl.c', | 107 'src/crypto/dh/dh_impl.c', |
| 107 'src/crypto/dh/params.c', | 108 'src/crypto/dh/params.c', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'src/crypto/rsa/blinding.c', | 178 'src/crypto/rsa/blinding.c', |
| 178 'src/crypto/rsa/padding.c', | 179 'src/crypto/rsa/padding.c', |
| 179 'src/crypto/rsa/rsa.c', | 180 'src/crypto/rsa/rsa.c', |
| 180 'src/crypto/rsa/rsa_asn1.c', | 181 'src/crypto/rsa/rsa_asn1.c', |
| 181 'src/crypto/rsa/rsa_impl.c', | 182 'src/crypto/rsa/rsa_impl.c', |
| 182 'src/crypto/sha/sha1.c', | 183 'src/crypto/sha/sha1.c', |
| 183 'src/crypto/sha/sha256.c', | 184 'src/crypto/sha/sha256.c', |
| 184 'src/crypto/sha/sha512.c', | 185 'src/crypto/sha/sha512.c', |
| 185 'src/crypto/stack/stack.c', | 186 'src/crypto/stack/stack.c', |
| 186 'src/crypto/thread.c', | 187 'src/crypto/thread.c', |
| 188 'src/crypto/thread_none.c', |
| 187 'src/crypto/thread_pthread.c', | 189 'src/crypto/thread_pthread.c', |
| 188 'src/crypto/thread_win.c', | 190 'src/crypto/thread_win.c', |
| 189 'src/crypto/time_support.c', | 191 'src/crypto/time_support.c', |
| 190 'src/crypto/x509/a_digest.c', | 192 'src/crypto/x509/a_digest.c', |
| 191 'src/crypto/x509/a_sign.c', | 193 'src/crypto/x509/a_sign.c', |
| 192 'src/crypto/x509/a_strex.c', | 194 'src/crypto/x509/a_strex.c', |
| 193 'src/crypto/x509/a_verify.c', | 195 'src/crypto/x509/a_verify.c', |
| 194 'src/crypto/x509/asn1_gen.c', | 196 'src/crypto/x509/asn1_gen.c', |
| 195 'src/crypto/x509/by_dir.c', | 197 'src/crypto/x509/by_dir.c', |
| 196 'src/crypto/x509/by_file.c', | 198 'src/crypto/x509/by_file.c', |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 416 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 418 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 417 'win-x86_64/crypto/rand/rdrand-x86_64.asm', | 419 'win-x86_64/crypto/rand/rdrand-x86_64.asm', |
| 418 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 420 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
| 419 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 421 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 420 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 422 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 421 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 423 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 422 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 424 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 423 ], | 425 ], |
| 424 } | 426 } |
| 425 } | 427 } |
| OLD | NEW |