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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 'src/crypto/cipher/aead.c', | 89 'src/crypto/cipher/aead.c', |
90 'src/crypto/cipher/cipher.c', | 90 'src/crypto/cipher/cipher.c', |
91 'src/crypto/cipher/cipher_error.c', | 91 'src/crypto/cipher/cipher_error.c', |
92 'src/crypto/cipher/derive_key.c', | 92 'src/crypto/cipher/derive_key.c', |
93 'src/crypto/cipher/e_aes.c', | 93 'src/crypto/cipher/e_aes.c', |
94 'src/crypto/cipher/e_chacha20poly1305.c', | 94 'src/crypto/cipher/e_chacha20poly1305.c', |
95 'src/crypto/cipher/e_des.c', | 95 'src/crypto/cipher/e_des.c', |
96 'src/crypto/cipher/e_null.c', | 96 'src/crypto/cipher/e_null.c', |
97 'src/crypto/cipher/e_rc2.c', | 97 'src/crypto/cipher/e_rc2.c', |
98 'src/crypto/cipher/e_rc4.c', | 98 'src/crypto/cipher/e_rc4.c', |
| 99 'src/crypto/cipher/e_ssl3.c', |
| 100 'src/crypto/cipher/e_tls.c', |
| 101 'src/crypto/cipher/tls_cbc.c', |
99 'src/crypto/conf/conf.c', | 102 'src/crypto/conf/conf.c', |
100 'src/crypto/conf/conf_error.c', | 103 'src/crypto/conf/conf_error.c', |
101 'src/crypto/cpu-arm.c', | 104 'src/crypto/cpu-arm.c', |
102 'src/crypto/cpu-intel.c', | 105 'src/crypto/cpu-intel.c', |
103 'src/crypto/crypto.c', | 106 'src/crypto/crypto.c', |
104 'src/crypto/crypto_error.c', | 107 'src/crypto/crypto_error.c', |
105 'src/crypto/des/des.c', | 108 'src/crypto/des/des.c', |
106 'src/crypto/dh/check.c', | 109 'src/crypto/dh/check.c', |
107 'src/crypto/dh/dh.c', | 110 'src/crypto/dh/dh.c', |
108 'src/crypto/dh/dh_asn1.c', | 111 'src/crypto/dh/dh_asn1.c', |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 'src/crypto/x509v3/x509v3_error.c', | 286 'src/crypto/x509v3/x509v3_error.c', |
284 'src/ssl/d1_both.c', | 287 'src/ssl/d1_both.c', |
285 'src/ssl/d1_clnt.c', | 288 'src/ssl/d1_clnt.c', |
286 'src/ssl/d1_lib.c', | 289 'src/ssl/d1_lib.c', |
287 'src/ssl/d1_meth.c', | 290 'src/ssl/d1_meth.c', |
288 'src/ssl/d1_pkt.c', | 291 'src/ssl/d1_pkt.c', |
289 'src/ssl/d1_srtp.c', | 292 'src/ssl/d1_srtp.c', |
290 'src/ssl/d1_srvr.c', | 293 'src/ssl/d1_srvr.c', |
291 'src/ssl/pqueue/pqueue.c', | 294 'src/ssl/pqueue/pqueue.c', |
292 'src/ssl/s3_both.c', | 295 'src/ssl/s3_both.c', |
293 'src/ssl/s3_cbc.c', | |
294 'src/ssl/s3_clnt.c', | 296 'src/ssl/s3_clnt.c', |
295 'src/ssl/s3_enc.c', | 297 'src/ssl/s3_enc.c', |
296 'src/ssl/s3_lib.c', | 298 'src/ssl/s3_lib.c', |
297 'src/ssl/s3_meth.c', | 299 'src/ssl/s3_meth.c', |
298 'src/ssl/s3_pkt.c', | 300 'src/ssl/s3_pkt.c', |
299 'src/ssl/s3_srvr.c', | 301 'src/ssl/s3_srvr.c', |
300 'src/ssl/ssl_algs.c', | 302 'src/ssl/ssl_algs.c', |
301 'src/ssl/ssl_asn1.c', | 303 'src/ssl/ssl_asn1.c', |
302 'src/ssl/ssl_cert.c', | 304 'src/ssl/ssl_cert.c', |
303 'src/ssl/ssl_ciph.c', | 305 'src/ssl/ssl_ciph.c', |
304 'src/ssl/ssl_error.c', | 306 'src/ssl/ssl_error.c', |
305 'src/ssl/ssl_lib.c', | 307 'src/ssl/ssl_lib.c', |
306 'src/ssl/ssl_rsa.c', | 308 'src/ssl/ssl_rsa.c', |
307 'src/ssl/ssl_sess.c', | 309 'src/ssl/ssl_sess.c', |
308 'src/ssl/ssl_stat.c', | 310 'src/ssl/ssl_stat.c', |
309 'src/ssl/ssl_txt.c', | 311 'src/ssl/ssl_txt.c', |
310 'src/ssl/t1_enc.c', | 312 'src/ssl/t1_enc.c', |
311 'src/ssl/t1_lib.c', | 313 'src/ssl/t1_lib.c', |
312 'src/ssl/t1_reneg.c', | 314 'src/ssl/t1_reneg.c', |
313 ], | 315 ], |
| 316 'boringssl_linux_aarch64_sources': [ |
| 317 'linux-aarch64/crypto/aes/aesv8-armx.S', |
| 318 'linux-aarch64/crypto/modes/ghashv8-armx.S', |
| 319 'linux-aarch64/crypto/sha/sha1-armv8.S', |
| 320 'linux-aarch64/crypto/sha/sha256-armv8.S', |
| 321 'linux-aarch64/crypto/sha/sha512-armv8.S', |
| 322 ], |
314 'boringssl_linux_arm_sources': [ | 323 'boringssl_linux_arm_sources': [ |
315 'linux-arm/crypto/aes/aes-armv4.S', | 324 'linux-arm/crypto/aes/aes-armv4.S', |
| 325 'linux-arm/crypto/aes/aesv8-armx.S', |
316 'linux-arm/crypto/aes/bsaes-armv7.S', | 326 'linux-arm/crypto/aes/bsaes-armv7.S', |
317 'linux-arm/crypto/bn/armv4-mont.S', | 327 'linux-arm/crypto/bn/armv4-mont.S', |
318 'linux-arm/crypto/modes/ghash-armv4.S', | 328 'linux-arm/crypto/modes/ghash-armv4.S', |
| 329 'linux-arm/crypto/modes/ghashv8-armx.S', |
319 'linux-arm/crypto/sha/sha1-armv4-large.S', | 330 'linux-arm/crypto/sha/sha1-armv4-large.S', |
320 'linux-arm/crypto/sha/sha256-armv4.S', | 331 'linux-arm/crypto/sha/sha256-armv4.S', |
321 'linux-arm/crypto/sha/sha512-armv4.S', | 332 'linux-arm/crypto/sha/sha512-armv4.S', |
322 'src/crypto/chacha/chacha_vec_arm.S', | 333 'src/crypto/chacha/chacha_vec_arm.S', |
323 'src/crypto/poly1305/poly1305_arm_asm.S', | 334 'src/crypto/poly1305/poly1305_arm_asm.S', |
324 ], | 335 ], |
325 'boringssl_linux_x86_sources': [ | 336 'boringssl_linux_x86_sources': [ |
326 'linux-x86/crypto/aes/aes-586.S', | 337 'linux-x86/crypto/aes/aes-586.S', |
327 'linux-x86/crypto/aes/aesni-x86.S', | 338 'linux-x86/crypto/aes/aesni-x86.S', |
328 'linux-x86/crypto/aes/vpaes-x86.S', | 339 'linux-x86/crypto/aes/vpaes-x86.S', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 433 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
423 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 434 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
424 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 435 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
425 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 436 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
426 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 437 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
427 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 438 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
428 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 439 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
429 ], | 440 ], |
430 } | 441 } |
431 } | 442 } |
OLD | NEW |