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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 ], | 569 ], |
570 'openssl_arm_defines': [ | 570 'openssl_arm_defines': [ |
571 'OPENSSL_BN_ASM_GF2m', | 571 'OPENSSL_BN_ASM_GF2m', |
572 'OPENSSL_BN_ASM_MONT', | 572 'OPENSSL_BN_ASM_MONT', |
573 'GHASH_ASM', | 573 'GHASH_ASM', |
574 'AES_ASM', | 574 'AES_ASM', |
575 'SHA1_ASM', | 575 'SHA1_ASM', |
576 'SHA256_ASM', | 576 'SHA256_ASM', |
577 'SHA512_ASM', | 577 'SHA512_ASM', |
578 ], | 578 ], |
| 579 'openssl_mips_source_excludes': [ |
| 580 'openssl/crypto/aes/aes_core.c', |
| 581 'openssl/crypto/bn/bn_asm.c', |
| 582 ], |
| 583 'openssl_mips_sources': [ |
| 584 'openssl/crypto/aes/asm/aes-mips.S', |
| 585 'openssl/crypto/bn/asm/bn-mips.S', |
| 586 'openssl/crypto/bn/asm/mips-mont.S', |
| 587 'openssl/crypto/sha/asm/sha1-mips.S', |
| 588 'openssl/crypto/sha/asm/sha256-mips.S', |
| 589 ], |
| 590 'openssl_mips_defines': [ |
| 591 'OPENSSL_BN_ASM_MONT', |
| 592 'AES_ASM', |
| 593 'SHA1_ASM', |
| 594 'SHA256_ASM', |
| 595 ], |
579 'openssl_x86_source_excludes': [ | 596 'openssl_x86_source_excludes': [ |
580 'openssl/crypto/aes/aes_core.c', | 597 'openssl/crypto/aes/aes_core.c', |
581 'openssl/crypto/aes/aes_cbc.c', | 598 'openssl/crypto/aes/aes_cbc.c', |
582 'openssl/crypto/bf/bf_enc.c', | 599 'openssl/crypto/bf/bf_enc.c', |
583 'openssl/crypto/bn/bn_asm.c', | 600 'openssl/crypto/bn/bn_asm.c', |
584 'openssl/crypto/des/des_enc.c', | 601 'openssl/crypto/des/des_enc.c', |
585 'openssl/crypto/des/fcrypt_b.c', | 602 'openssl/crypto/des/fcrypt_b.c', |
586 'openssl/crypto/mem_clr.c', | 603 'openssl/crypto/mem_clr.c', |
587 ], | 604 ], |
588 'openssl_x86_sources': [ | 605 'openssl_x86_sources': [ |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
653 'SHA256_ASM', | 670 'SHA256_ASM', |
654 'SHA512_ASM', | 671 'SHA512_ASM', |
655 'MD5_ASM', | 672 'MD5_ASM', |
656 'DES_PTR', | 673 'DES_PTR', |
657 'DES_RISC1', | 674 'DES_RISC1', |
658 'DES_UNROLL', | 675 'DES_UNROLL', |
659 'OPENSSL_CPUID_OBJ', | 676 'OPENSSL_CPUID_OBJ', |
660 ], | 677 ], |
661 } | 678 } |
662 } | 679 } |
OLD | NEW |