| 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 'linux-arm/crypto/aes/aes-armv4.S', | 324 'linux-arm/crypto/aes/aes-armv4.S', |
| 325 'linux-arm/crypto/aes/aesv8-armx.S', | 325 'linux-arm/crypto/aes/aesv8-armx.S', |
| 326 'linux-arm/crypto/aes/bsaes-armv7.S', | 326 'linux-arm/crypto/aes/bsaes-armv7.S', |
| 327 'linux-arm/crypto/bn/armv4-mont.S', | 327 'linux-arm/crypto/bn/armv4-mont.S', |
| 328 'linux-arm/crypto/modes/ghash-armv4.S', | 328 'linux-arm/crypto/modes/ghash-armv4.S', |
| 329 'linux-arm/crypto/modes/ghashv8-armx.S', | 329 'linux-arm/crypto/modes/ghashv8-armx.S', |
| 330 'linux-arm/crypto/sha/sha1-armv4-large.S', | 330 'linux-arm/crypto/sha/sha1-armv4-large.S', |
| 331 'linux-arm/crypto/sha/sha256-armv4.S', | 331 'linux-arm/crypto/sha/sha256-armv4.S', |
| 332 'linux-arm/crypto/sha/sha512-armv4.S', | 332 'linux-arm/crypto/sha/sha512-armv4.S', |
| 333 'src/crypto/chacha/chacha_vec_arm.S', | 333 'src/crypto/chacha/chacha_vec_arm.S', |
| 334 'src/crypto/cpu-arm-asm.S', |
| 334 'src/crypto/poly1305/poly1305_arm_asm.S', | 335 'src/crypto/poly1305/poly1305_arm_asm.S', |
| 335 ], | 336 ], |
| 336 'boringssl_linux_x86_sources': [ | 337 'boringssl_linux_x86_sources': [ |
| 337 'linux-x86/crypto/aes/aes-586.S', | 338 'linux-x86/crypto/aes/aes-586.S', |
| 338 'linux-x86/crypto/aes/aesni-x86.S', | 339 'linux-x86/crypto/aes/aesni-x86.S', |
| 339 'linux-x86/crypto/aes/vpaes-x86.S', | 340 'linux-x86/crypto/aes/vpaes-x86.S', |
| 340 'linux-x86/crypto/bn/bn-586.S', | 341 'linux-x86/crypto/bn/bn-586.S', |
| 341 'linux-x86/crypto/bn/co-586.S', | 342 'linux-x86/crypto/bn/co-586.S', |
| 342 'linux-x86/crypto/bn/x86-mont.S', | 343 'linux-x86/crypto/bn/x86-mont.S', |
| 343 'linux-x86/crypto/cpu-x86-asm.S', | 344 'linux-x86/crypto/cpu-x86-asm.S', |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 431 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
| 431 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 432 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
| 432 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 433 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
| 433 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 434 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
| 434 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 435 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
| 435 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 436 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
| 436 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 437 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
| 437 ], | 438 ], |
| 438 } | 439 } |
| 439 } | 440 } |
| OLD | NEW |