| OLD | NEW |
| 1 # Auto-generated file - DO NOT EDIT | 1 # Auto-generated file - DO NOT EDIT |
| 2 # To regenerate - run import_from_android.sh. | 2 # To regenerate - run import_from_android.sh. |
| 3 # See 'import_from_android.sh --help' for details. | 3 # See 'import_from_android.sh --help' for details. |
| 4 { | 4 { |
| 5 'variables': { | 5 'variables': { |
| 6 'openssl_common_sources': [ | 6 'openssl_common_sources': [ |
| 7 'openssl/crypto/cryptlib.c', | 7 'openssl/crypto/cryptlib.c', |
| 8 'openssl/crypto/mem.c', | 8 'openssl/crypto/mem.c', |
| 9 'openssl/crypto/mem_clr.c', | 9 'openssl/crypto/mem_clr.c', |
| 10 'openssl/crypto/mem_dbg.c', | 10 'openssl/crypto/mem_dbg.c', |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 'SHA512_ASM', | 614 'SHA512_ASM', |
| 615 'MD5_ASM', | 615 'MD5_ASM', |
| 616 'DES_PTR', | 616 'DES_PTR', |
| 617 'DES_RISC1', | 617 'DES_RISC1', |
| 618 'DES_UNROLL', | 618 'DES_UNROLL', |
| 619 'OPENSSL_CPUID_OBJ', | 619 'OPENSSL_CPUID_OBJ', |
| 620 ], | 620 ], |
| 621 'openssl_x86_64_source_excludes': [ | 621 'openssl_x86_64_source_excludes': [ |
| 622 'openssl/crypto/aes/aes_cbc.c', | 622 'openssl/crypto/aes/aes_cbc.c', |
| 623 'openssl/crypto/aes/aes_core.c', | 623 'openssl/crypto/aes/aes_core.c', |
| 624 'openssl/crypto/bn/bn_asm.c', |
| 624 'openssl/crypto/mem_clr.c', | 625 'openssl/crypto/mem_clr.c', |
| 625 'openssl/crypto/rc4/rc4_enc.c', | 626 'openssl/crypto/rc4/rc4_enc.c', |
| 627 'openssl/crypto/rc4/rc4_skey.c', |
| 626 ], | 628 ], |
| 627 'openssl_x86_64_sources': [ | 629 'openssl_x86_64_sources': [ |
| 628 'openssl/crypto/aes/asm/aes-x86_64.S', | 630 'openssl/crypto/aes/asm/aes-x86_64.S', |
| 629 'openssl/crypto/aes/asm/aesni-x86_64.S', | 631 'openssl/crypto/aes/asm/aesni-x86_64.S', |
| 630 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S', | 632 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S', |
| 631 'openssl/crypto/aes/asm/bsaes-x86_64.S', | 633 'openssl/crypto/aes/asm/bsaes-x86_64.S', |
| 632 'openssl/crypto/aes/asm/vpaes-x86_64.S', | 634 'openssl/crypto/aes/asm/vpaes-x86_64.S', |
| 633 'openssl/crypto/bn/asm/modexp512-x86_64.S', | 635 'openssl/crypto/bn/asm/modexp512-x86_64.S', |
| 634 'openssl/crypto/bn/asm/x86_64-gcc.c', | 636 'openssl/crypto/bn/asm/x86_64-gcc.c', |
| 635 'openssl/crypto/bn/asm/x86_64-gf2m.S', | 637 'openssl/crypto/bn/asm/x86_64-gf2m.S', |
| (...skipping 17 matching lines...) Expand all Loading... |
| 653 'SHA256_ASM', | 655 'SHA256_ASM', |
| 654 'SHA512_ASM', | 656 'SHA512_ASM', |
| 655 'MD5_ASM', | 657 'MD5_ASM', |
| 656 'DES_PTR', | 658 'DES_PTR', |
| 657 'DES_RISC1', | 659 'DES_RISC1', |
| 658 'DES_UNROLL', | 660 'DES_UNROLL', |
| 659 'OPENSSL_CPUID_OBJ', | 661 'OPENSSL_CPUID_OBJ', |
| 660 ], | 662 ], |
| 661 } | 663 } |
| 662 } | 664 } |
| OLD | NEW |