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 update_gypi_and_asm.py. Do not edit manually. |
6 | 6 |
7 { | 7 { |
8 'variables': { | 8 'variables': { |
9 'boringssl_lib_sources': [ | 9 'boringssl_lib_sources': [ |
10 'src/crypto/aes/aes.c', | 10 'src/crypto/aes/aes.c', |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 'src/crypto/ec/ec_montgomery.c', | 125 'src/crypto/ec/ec_montgomery.c', |
126 'src/crypto/ec/oct.c', | 126 'src/crypto/ec/oct.c', |
127 'src/crypto/ec/simple.c', | 127 'src/crypto/ec/simple.c', |
128 'src/crypto/ec/wnaf.c', | 128 'src/crypto/ec/wnaf.c', |
129 'src/crypto/ecdh/ecdh.c', | 129 'src/crypto/ecdh/ecdh.c', |
130 'src/crypto/ecdh/ecdh_error.c', | 130 'src/crypto/ecdh/ecdh_error.c', |
131 'src/crypto/ecdsa/ecdsa.c', | 131 'src/crypto/ecdsa/ecdsa.c', |
132 'src/crypto/ecdsa/ecdsa_asn1.c', | 132 'src/crypto/ecdsa/ecdsa_asn1.c', |
133 'src/crypto/ecdsa/ecdsa_error.c', | 133 'src/crypto/ecdsa/ecdsa_error.c', |
134 'src/crypto/engine/engine.c', | 134 'src/crypto/engine/engine.c', |
| 135 'src/crypto/engine/engine_error.c', |
135 'src/crypto/err/err.c', | 136 'src/crypto/err/err.c', |
136 'src/crypto/err/err_impl.c', | 137 'src/crypto/err/err_impl.c', |
| 138 'src/crypto/evp/algorithm.c', |
137 'src/crypto/evp/asn1.c', | 139 'src/crypto/evp/asn1.c', |
138 'src/crypto/evp/digestsign.c', | 140 'src/crypto/evp/digestsign.c', |
139 'src/crypto/evp/evp.c', | 141 'src/crypto/evp/evp.c', |
140 'src/crypto/evp/evp_ctx.c', | 142 'src/crypto/evp/evp_ctx.c', |
141 'src/crypto/evp/evp_error.c', | 143 'src/crypto/evp/evp_error.c', |
142 'src/crypto/evp/p_ec.c', | 144 'src/crypto/evp/p_ec.c', |
143 'src/crypto/evp/p_ec_asn1.c', | 145 'src/crypto/evp/p_ec_asn1.c', |
144 'src/crypto/evp/p_hmac.c', | 146 'src/crypto/evp/p_hmac.c', |
145 'src/crypto/evp/p_hmac_asn1.c', | 147 'src/crypto/evp/p_hmac_asn1.c', |
146 'src/crypto/evp/p_rsa.c', | 148 'src/crypto/evp/p_rsa.c', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 411 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
410 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 412 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
411 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 413 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
412 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 414 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
413 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 415 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
414 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 416 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
415 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 417 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
416 ], | 418 ], |
417 } | 419 } |
418 } | 420 } |
OLD | NEW |