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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 'GHASH_ASM', | 681 'GHASH_ASM', |
682 'SHA1_ASM', | 682 'SHA1_ASM', |
683 'SHA256_ASM', | 683 'SHA256_ASM', |
684 'SHA512_ASM', | 684 'SHA512_ASM', |
685 'MD5_ASM', | 685 'MD5_ASM', |
686 'DES_PTR', | 686 'DES_PTR', |
687 'DES_RISC1', | 687 'DES_RISC1', |
688 'DES_UNROLL', | 688 'DES_UNROLL', |
689 'OPENSSL_CPUID_OBJ', | 689 'OPENSSL_CPUID_OBJ', |
690 ], | 690 ], |
| 691 'openssl_mac_ia32_source_excludes': [ |
| 692 'openssl/crypto/aes/aes_core.c', |
| 693 'openssl/crypto/aes/aes_cbc.c', |
| 694 'openssl/crypto/bf/bf_enc.c', |
| 695 'openssl/crypto/bn/bn_asm.c', |
| 696 'openssl/crypto/des/des_enc.c', |
| 697 'openssl/crypto/des/fcrypt_b.c', |
| 698 'openssl/crypto/mem_clr.c', |
| 699 ], |
| 700 'openssl_mac_ia32_sources': [ |
| 701 'openssl/crypto/aes/asm/aes-586-mac.S', |
| 702 'openssl/crypto/aes/asm/aesni-x86-mac.S', |
| 703 'openssl/crypto/aes/asm/vpaes-x86-mac.S', |
| 704 'openssl/crypto/bf/asm/bf-586-mac.S', |
| 705 'openssl/crypto/bn/asm/bn-586-mac.S', |
| 706 'openssl/crypto/bn/asm/co-586-mac.S', |
| 707 'openssl/crypto/bn/asm/x86-gf2m-mac.S', |
| 708 'openssl/crypto/bn/asm/x86-mont-mac.S', |
| 709 'openssl/crypto/des/asm/crypt586-mac.S', |
| 710 'openssl/crypto/des/asm/des-586-mac.S', |
| 711 'openssl/crypto/md5/asm/md5-586-mac.S', |
| 712 'openssl/crypto/modes/asm/ghash-x86-mac.S', |
| 713 'openssl/crypto/sha/asm/sha1-586-mac.S', |
| 714 'openssl/crypto/sha/asm/sha256-586-mac.S', |
| 715 'openssl/crypto/sha/asm/sha512-586-mac.S', |
| 716 'openssl/crypto/x86cpuid-mac.S', |
| 717 ], |
| 718 'openssl_mac_ia32_defines': [ |
| 719 'OPENSSL_BN_ASM_GF2m', |
| 720 'OPENSSL_BN_ASM_MONT', |
| 721 'OPENSSL_BN_ASM_PART_WORDS', |
| 722 'AES_ASM', |
| 723 'GHASH_ASM', |
| 724 'SHA1_ASM', |
| 725 'SHA256_ASM', |
| 726 'SHA512_ASM', |
| 727 'MD5_ASM', |
| 728 'DES_PTR', |
| 729 'DES_RISC1', |
| 730 'DES_UNROLL', |
| 731 'OPENSSL_CPUID_OBJ', |
| 732 ], |
691 } | 733 } |
692 } | 734 } |
OLD | NEW |