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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'src/ssl/ssl_algs.c', | 302 'src/ssl/ssl_algs.c', |
303 'src/ssl/ssl_asn1.c', | 303 'src/ssl/ssl_asn1.c', |
304 'src/ssl/ssl_cert.c', | 304 'src/ssl/ssl_cert.c', |
305 'src/ssl/ssl_ciph.c', | 305 'src/ssl/ssl_ciph.c', |
306 'src/ssl/ssl_error.c', | 306 'src/ssl/ssl_error.c', |
307 'src/ssl/ssl_lib.c', | 307 'src/ssl/ssl_lib.c', |
308 'src/ssl/ssl_rsa.c', | 308 'src/ssl/ssl_rsa.c', |
309 'src/ssl/ssl_sess.c', | 309 'src/ssl/ssl_sess.c', |
310 'src/ssl/ssl_stat.c', | 310 'src/ssl/ssl_stat.c', |
311 'src/ssl/ssl_txt.c', | 311 'src/ssl/ssl_txt.c', |
312 'src/ssl/t1_clnt.c', | |
313 'src/ssl/t1_enc.c', | 312 'src/ssl/t1_enc.c', |
314 'src/ssl/t1_lib.c', | 313 'src/ssl/t1_lib.c', |
315 'src/ssl/t1_meth.c', | |
316 'src/ssl/t1_reneg.c', | 314 'src/ssl/t1_reneg.c', |
317 'src/ssl/t1_srvr.c', | |
318 ], | 315 ], |
319 'boringssl_linux_arm_sources': [ | 316 'boringssl_linux_arm_sources': [ |
320 'linux-arm/crypto/aes/aes-armv4.S', | 317 'linux-arm/crypto/aes/aes-armv4.S', |
321 'linux-arm/crypto/aes/bsaes-armv7.S', | 318 'linux-arm/crypto/aes/bsaes-armv7.S', |
322 'linux-arm/crypto/bn/armv4-mont.S', | 319 'linux-arm/crypto/bn/armv4-mont.S', |
323 'linux-arm/crypto/modes/ghash-armv4.S', | 320 'linux-arm/crypto/modes/ghash-armv4.S', |
324 'linux-arm/crypto/sha/sha1-armv4-large.S', | 321 'linux-arm/crypto/sha/sha1-armv4-large.S', |
325 'linux-arm/crypto/sha/sha256-armv4.S', | 322 'linux-arm/crypto/sha/sha256-armv4.S', |
326 'linux-arm/crypto/sha/sha512-armv4.S', | 323 'linux-arm/crypto/sha/sha512-armv4.S', |
327 'src/crypto/chacha/chacha_vec_arm.S', | 324 'src/crypto/chacha/chacha_vec_arm.S', |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 409 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
413 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 410 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
414 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 411 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
415 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 412 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
416 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 413 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
417 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 414 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
418 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 415 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
419 ], | 416 ], |
420 } | 417 } |
421 } | 418 } |
OLD | NEW |