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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 'linux-x86/crypto/rc4/rc4-586.S', | 346 'linux-x86/crypto/rc4/rc4-586.S', |
347 'linux-x86/crypto/sha/sha1-586.S', | 347 'linux-x86/crypto/sha/sha1-586.S', |
348 'linux-x86/crypto/sha/sha256-586.S', | 348 'linux-x86/crypto/sha/sha256-586.S', |
349 'linux-x86/crypto/sha/sha512-586.S', | 349 'linux-x86/crypto/sha/sha512-586.S', |
350 ], | 350 ], |
351 'boringssl_linux_x86_64_sources': [ | 351 'boringssl_linux_x86_64_sources': [ |
352 'linux-x86_64/crypto/aes/aes-x86_64.S', | 352 'linux-x86_64/crypto/aes/aes-x86_64.S', |
353 'linux-x86_64/crypto/aes/aesni-x86_64.S', | 353 'linux-x86_64/crypto/aes/aesni-x86_64.S', |
354 'linux-x86_64/crypto/aes/bsaes-x86_64.S', | 354 'linux-x86_64/crypto/aes/bsaes-x86_64.S', |
355 'linux-x86_64/crypto/aes/vpaes-x86_64.S', | 355 'linux-x86_64/crypto/aes/vpaes-x86_64.S', |
356 'linux-x86_64/crypto/bn/modexp512-x86_64.S', | |
357 'linux-x86_64/crypto/bn/rsaz-avx2.S', | 356 'linux-x86_64/crypto/bn/rsaz-avx2.S', |
358 'linux-x86_64/crypto/bn/rsaz-x86_64.S', | 357 'linux-x86_64/crypto/bn/rsaz-x86_64.S', |
359 'linux-x86_64/crypto/bn/x86_64-mont.S', | 358 'linux-x86_64/crypto/bn/x86_64-mont.S', |
360 'linux-x86_64/crypto/bn/x86_64-mont5.S', | 359 'linux-x86_64/crypto/bn/x86_64-mont5.S', |
361 'linux-x86_64/crypto/cpu-x86_64-asm.S', | 360 'linux-x86_64/crypto/cpu-x86_64-asm.S', |
362 'linux-x86_64/crypto/md5/md5-x86_64.S', | 361 'linux-x86_64/crypto/md5/md5-x86_64.S', |
363 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', | 362 'linux-x86_64/crypto/modes/aesni-gcm-x86_64.S', |
364 'linux-x86_64/crypto/modes/ghash-x86_64.S', | 363 'linux-x86_64/crypto/modes/ghash-x86_64.S', |
365 'linux-x86_64/crypto/rc4/rc4-md5-x86_64.S', | 364 'linux-x86_64/crypto/rc4/rc4-md5-x86_64.S', |
366 'linux-x86_64/crypto/rc4/rc4-x86_64.S', | 365 'linux-x86_64/crypto/rc4/rc4-x86_64.S', |
(...skipping 14 matching lines...) Expand all Loading... |
381 'mac-x86/crypto/rc4/rc4-586.S', | 380 'mac-x86/crypto/rc4/rc4-586.S', |
382 'mac-x86/crypto/sha/sha1-586.S', | 381 'mac-x86/crypto/sha/sha1-586.S', |
383 'mac-x86/crypto/sha/sha256-586.S', | 382 'mac-x86/crypto/sha/sha256-586.S', |
384 'mac-x86/crypto/sha/sha512-586.S', | 383 'mac-x86/crypto/sha/sha512-586.S', |
385 ], | 384 ], |
386 'boringssl_mac_x86_64_sources': [ | 385 'boringssl_mac_x86_64_sources': [ |
387 'mac-x86_64/crypto/aes/aes-x86_64.S', | 386 'mac-x86_64/crypto/aes/aes-x86_64.S', |
388 'mac-x86_64/crypto/aes/aesni-x86_64.S', | 387 'mac-x86_64/crypto/aes/aesni-x86_64.S', |
389 'mac-x86_64/crypto/aes/bsaes-x86_64.S', | 388 'mac-x86_64/crypto/aes/bsaes-x86_64.S', |
390 'mac-x86_64/crypto/aes/vpaes-x86_64.S', | 389 'mac-x86_64/crypto/aes/vpaes-x86_64.S', |
391 'mac-x86_64/crypto/bn/modexp512-x86_64.S', | |
392 'mac-x86_64/crypto/bn/rsaz-avx2.S', | 390 'mac-x86_64/crypto/bn/rsaz-avx2.S', |
393 'mac-x86_64/crypto/bn/rsaz-x86_64.S', | 391 'mac-x86_64/crypto/bn/rsaz-x86_64.S', |
394 'mac-x86_64/crypto/bn/x86_64-mont.S', | 392 'mac-x86_64/crypto/bn/x86_64-mont.S', |
395 'mac-x86_64/crypto/bn/x86_64-mont5.S', | 393 'mac-x86_64/crypto/bn/x86_64-mont5.S', |
396 'mac-x86_64/crypto/cpu-x86_64-asm.S', | 394 'mac-x86_64/crypto/cpu-x86_64-asm.S', |
397 'mac-x86_64/crypto/md5/md5-x86_64.S', | 395 'mac-x86_64/crypto/md5/md5-x86_64.S', |
398 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', | 396 'mac-x86_64/crypto/modes/aesni-gcm-x86_64.S', |
399 'mac-x86_64/crypto/modes/ghash-x86_64.S', | 397 'mac-x86_64/crypto/modes/ghash-x86_64.S', |
400 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S', | 398 'mac-x86_64/crypto/rc4/rc4-md5-x86_64.S', |
401 'mac-x86_64/crypto/rc4/rc4-x86_64.S', | 399 'mac-x86_64/crypto/rc4/rc4-x86_64.S', |
(...skipping 14 matching lines...) Expand all Loading... |
416 'win-x86/crypto/rc4/rc4-586.asm', | 414 'win-x86/crypto/rc4/rc4-586.asm', |
417 'win-x86/crypto/sha/sha1-586.asm', | 415 'win-x86/crypto/sha/sha1-586.asm', |
418 'win-x86/crypto/sha/sha256-586.asm', | 416 'win-x86/crypto/sha/sha256-586.asm', |
419 'win-x86/crypto/sha/sha512-586.asm', | 417 'win-x86/crypto/sha/sha512-586.asm', |
420 ], | 418 ], |
421 'boringssl_win_x86_64_sources': [ | 419 'boringssl_win_x86_64_sources': [ |
422 'win-x86_64/crypto/aes/aes-x86_64.asm', | 420 'win-x86_64/crypto/aes/aes-x86_64.asm', |
423 'win-x86_64/crypto/aes/aesni-x86_64.asm', | 421 'win-x86_64/crypto/aes/aesni-x86_64.asm', |
424 'win-x86_64/crypto/aes/bsaes-x86_64.asm', | 422 'win-x86_64/crypto/aes/bsaes-x86_64.asm', |
425 'win-x86_64/crypto/aes/vpaes-x86_64.asm', | 423 'win-x86_64/crypto/aes/vpaes-x86_64.asm', |
426 'win-x86_64/crypto/bn/modexp512-x86_64.asm', | |
427 'win-x86_64/crypto/bn/rsaz-avx2.asm', | 424 'win-x86_64/crypto/bn/rsaz-avx2.asm', |
428 'win-x86_64/crypto/bn/rsaz-x86_64.asm', | 425 'win-x86_64/crypto/bn/rsaz-x86_64.asm', |
429 'win-x86_64/crypto/bn/x86_64-mont.asm', | 426 'win-x86_64/crypto/bn/x86_64-mont.asm', |
430 'win-x86_64/crypto/bn/x86_64-mont5.asm', | 427 'win-x86_64/crypto/bn/x86_64-mont5.asm', |
431 'win-x86_64/crypto/cpu-x86_64-asm.asm', | 428 'win-x86_64/crypto/cpu-x86_64-asm.asm', |
432 'win-x86_64/crypto/md5/md5-x86_64.asm', | 429 'win-x86_64/crypto/md5/md5-x86_64.asm', |
433 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', | 430 'win-x86_64/crypto/modes/aesni-gcm-x86_64.asm', |
434 'win-x86_64/crypto/modes/ghash-x86_64.asm', | 431 'win-x86_64/crypto/modes/ghash-x86_64.asm', |
435 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', | 432 'win-x86_64/crypto/rc4/rc4-md5-x86_64.asm', |
436 'win-x86_64/crypto/rc4/rc4-x86_64.asm', | 433 'win-x86_64/crypto/rc4/rc4-x86_64.asm', |
437 'win-x86_64/crypto/sha/sha1-x86_64.asm', | 434 'win-x86_64/crypto/sha/sha1-x86_64.asm', |
438 'win-x86_64/crypto/sha/sha256-x86_64.asm', | 435 'win-x86_64/crypto/sha/sha256-x86_64.asm', |
439 'win-x86_64/crypto/sha/sha512-x86_64.asm', | 436 'win-x86_64/crypto/sha/sha512-x86_64.asm', |
440 ], | 437 ], |
441 } | 438 } |
442 } | 439 } |
OLD | NEW |