Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Side by Side Diff: openssl.gypi

Issue 59083010: third_party/openssl: add ChaCha20+Poly1305 support. Base URL: https://chromium.googlesource.com/chromium/deps/openssl.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | openssl/Crypto-config.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'openssl/crypto/bn/bn_print.c', 147 'openssl/crypto/bn/bn_print.c',
148 'openssl/crypto/bn/bn_rand.c', 148 'openssl/crypto/bn/bn_rand.c',
149 'openssl/crypto/bn/bn_recp.c', 149 'openssl/crypto/bn/bn_recp.c',
150 'openssl/crypto/bn/bn_shift.c', 150 'openssl/crypto/bn/bn_shift.c',
151 'openssl/crypto/bn/bn_sqr.c', 151 'openssl/crypto/bn/bn_sqr.c',
152 'openssl/crypto/bn/bn_sqrt.c', 152 'openssl/crypto/bn/bn_sqrt.c',
153 'openssl/crypto/bn/bn_word.c', 153 'openssl/crypto/bn/bn_word.c',
154 'openssl/crypto/buffer/buf_err.c', 154 'openssl/crypto/buffer/buf_err.c',
155 'openssl/crypto/buffer/buf_str.c', 155 'openssl/crypto/buffer/buf_str.c',
156 'openssl/crypto/buffer/buffer.c', 156 'openssl/crypto/buffer/buffer.c',
157 'openssl/crypto/chacha/chacha_enc.c',
157 'openssl/crypto/cmac/cm_ameth.c', 158 'openssl/crypto/cmac/cm_ameth.c',
158 'openssl/crypto/cmac/cm_pmeth.c', 159 'openssl/crypto/cmac/cm_pmeth.c',
159 'openssl/crypto/cmac/cmac.c', 160 'openssl/crypto/cmac/cmac.c',
160 'openssl/crypto/comp/c_rle.c', 161 'openssl/crypto/comp/c_rle.c',
161 'openssl/crypto/comp/c_zlib.c', 162 'openssl/crypto/comp/c_zlib.c',
162 'openssl/crypto/comp/comp_err.c', 163 'openssl/crypto/comp/comp_err.c',
163 'openssl/crypto/comp/comp_lib.c', 164 'openssl/crypto/comp/comp_lib.c',
164 'openssl/crypto/conf/conf_api.c', 165 'openssl/crypto/conf/conf_api.c',
165 'openssl/crypto/conf/conf_def.c', 166 'openssl/crypto/conf/conf_def.c',
166 'openssl/crypto/conf/conf_err.c', 167 'openssl/crypto/conf/conf_err.c',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'openssl/crypto/evp/bio_enc.c', 281 'openssl/crypto/evp/bio_enc.c',
281 'openssl/crypto/evp/bio_md.c', 282 'openssl/crypto/evp/bio_md.c',
282 'openssl/crypto/evp/bio_ok.c', 283 'openssl/crypto/evp/bio_ok.c',
283 'openssl/crypto/evp/c_all.c', 284 'openssl/crypto/evp/c_all.c',
284 'openssl/crypto/evp/c_allc.c', 285 'openssl/crypto/evp/c_allc.c',
285 'openssl/crypto/evp/c_alld.c', 286 'openssl/crypto/evp/c_alld.c',
286 'openssl/crypto/evp/digest.c', 287 'openssl/crypto/evp/digest.c',
287 'openssl/crypto/evp/e_aes.c', 288 'openssl/crypto/evp/e_aes.c',
288 'openssl/crypto/evp/e_aes_cbc_hmac_sha1.c', 289 'openssl/crypto/evp/e_aes_cbc_hmac_sha1.c',
289 'openssl/crypto/evp/e_bf.c', 290 'openssl/crypto/evp/e_bf.c',
291 'openssl/crypto/evp/e_chacha20poly1305.c',
290 'openssl/crypto/evp/e_des.c', 292 'openssl/crypto/evp/e_des.c',
291 'openssl/crypto/evp/e_des3.c', 293 'openssl/crypto/evp/e_des3.c',
292 'openssl/crypto/evp/e_null.c', 294 'openssl/crypto/evp/e_null.c',
293 'openssl/crypto/evp/e_old.c', 295 'openssl/crypto/evp/e_old.c',
294 'openssl/crypto/evp/e_rc2.c', 296 'openssl/crypto/evp/e_rc2.c',
295 'openssl/crypto/evp/e_rc4.c', 297 'openssl/crypto/evp/e_rc4.c',
296 'openssl/crypto/evp/e_rc4_hmac_md5.c', 298 'openssl/crypto/evp/e_rc4_hmac_md5.c',
297 'openssl/crypto/evp/e_rc5.c', 299 'openssl/crypto/evp/e_rc5.c',
298 'openssl/crypto/evp/e_xcbc_d.c', 300 'openssl/crypto/evp/e_xcbc_d.c',
299 'openssl/crypto/evp/encode.c', 301 'openssl/crypto/evp/encode.c',
300 'openssl/crypto/evp/evp_acnf.c', 302 'openssl/crypto/evp/evp_acnf.c',
303 'openssl/crypto/evp/evp_aead.c',
301 'openssl/crypto/evp/evp_cnf.c', 304 'openssl/crypto/evp/evp_cnf.c',
302 'openssl/crypto/evp/evp_enc.c', 305 'openssl/crypto/evp/evp_enc.c',
303 'openssl/crypto/evp/evp_err.c', 306 'openssl/crypto/evp/evp_err.c',
304 'openssl/crypto/evp/evp_key.c', 307 'openssl/crypto/evp/evp_key.c',
305 'openssl/crypto/evp/evp_lib.c', 308 'openssl/crypto/evp/evp_lib.c',
306 'openssl/crypto/evp/evp_pbe.c', 309 'openssl/crypto/evp/evp_pbe.c',
307 'openssl/crypto/evp/evp_pkey.c', 310 'openssl/crypto/evp/evp_pkey.c',
308 'openssl/crypto/evp/m_dss.c', 311 'openssl/crypto/evp/m_dss.c',
309 'openssl/crypto/evp/m_dss1.c', 312 'openssl/crypto/evp/m_dss1.c',
310 'openssl/crypto/evp/m_ecdsa.c', 313 'openssl/crypto/evp/m_ecdsa.c',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'openssl/crypto/pkcs12/p12_utl.c', 392 'openssl/crypto/pkcs12/p12_utl.c',
390 'openssl/crypto/pkcs12/pk12err.c', 393 'openssl/crypto/pkcs12/pk12err.c',
391 'openssl/crypto/pkcs7/pk7_asn1.c', 394 'openssl/crypto/pkcs7/pk7_asn1.c',
392 'openssl/crypto/pkcs7/pk7_attr.c', 395 'openssl/crypto/pkcs7/pk7_attr.c',
393 'openssl/crypto/pkcs7/pk7_doit.c', 396 'openssl/crypto/pkcs7/pk7_doit.c',
394 'openssl/crypto/pkcs7/pk7_lib.c', 397 'openssl/crypto/pkcs7/pk7_lib.c',
395 'openssl/crypto/pkcs7/pk7_mime.c', 398 'openssl/crypto/pkcs7/pk7_mime.c',
396 'openssl/crypto/pkcs7/pk7_smime.c', 399 'openssl/crypto/pkcs7/pk7_smime.c',
397 'openssl/crypto/pkcs7/pkcs7err.c', 400 'openssl/crypto/pkcs7/pkcs7err.c',
398 'openssl/crypto/pqueue/pqueue.c', 401 'openssl/crypto/pqueue/pqueue.c',
402 'openssl/crypto/poly1305/poly1305.c',
399 'openssl/crypto/rand/md_rand.c', 403 'openssl/crypto/rand/md_rand.c',
400 'openssl/crypto/rand/rand_egd.c', 404 'openssl/crypto/rand/rand_egd.c',
401 'openssl/crypto/rand/rand_err.c', 405 'openssl/crypto/rand/rand_err.c',
402 'openssl/crypto/rand/rand_lib.c', 406 'openssl/crypto/rand/rand_lib.c',
403 'openssl/crypto/rand/rand_unix.c', 407 'openssl/crypto/rand/rand_unix.c',
404 'openssl/crypto/rand/rand_win.c', 408 'openssl/crypto/rand/rand_win.c',
405 'openssl/crypto/rand/randfile.c', 409 'openssl/crypto/rand/randfile.c',
406 'openssl/crypto/rc2/rc2_cbc.c', 410 'openssl/crypto/rc2/rc2_cbc.c',
407 'openssl/crypto/rc2/rc2_ecb.c', 411 'openssl/crypto/rc2/rc2_ecb.c',
408 'openssl/crypto/rc2/rc2_skey.c', 412 'openssl/crypto/rc2/rc2_skey.c',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'openssl_common_defines': [ 559 'openssl_common_defines': [
556 'NO_WINDOWS_BRAINDEATH', 560 'NO_WINDOWS_BRAINDEATH',
557 ], 561 ],
558 'openssl_arm_source_excludes': [ 562 'openssl_arm_source_excludes': [
559 'openssl/crypto/aes/aes_core.c', 563 'openssl/crypto/aes/aes_core.c',
560 ], 564 ],
561 'openssl_arm_sources': [ 565 'openssl_arm_sources': [
562 'openssl/crypto/aes/asm/aes-armv4.S', 566 'openssl/crypto/aes/asm/aes-armv4.S',
563 'openssl/crypto/bn/asm/armv4-gf2m.S', 567 'openssl/crypto/bn/asm/armv4-gf2m.S',
564 'openssl/crypto/bn/asm/armv4-mont.S', 568 'openssl/crypto/bn/asm/armv4-mont.S',
569 'openssl/crypto/chacha/chacha_vec_arm.s',
565 'openssl/crypto/modes/asm/ghash-armv4.S', 570 'openssl/crypto/modes/asm/ghash-armv4.S',
571 'openssl/crypto/poly1305/poly1305_arm.c',
572 'openssl/crypto/poly1305/poly1305_arm_asm.s',
566 'openssl/crypto/sha/asm/sha1-armv4-large.S', 573 'openssl/crypto/sha/asm/sha1-armv4-large.S',
567 'openssl/crypto/sha/asm/sha256-armv4.S', 574 'openssl/crypto/sha/asm/sha256-armv4.S',
568 'openssl/crypto/sha/asm/sha512-armv4.S', 575 'openssl/crypto/sha/asm/sha512-armv4.S',
569 ], 576 ],
570 'openssl_arm_defines': [ 577 'openssl_arm_defines': [
571 'OPENSSL_BN_ASM_GF2m', 578 'OPENSSL_BN_ASM_GF2m',
572 'OPENSSL_BN_ASM_MONT', 579 'OPENSSL_BN_ASM_MONT',
573 'GHASH_ASM', 580 'GHASH_ASM',
574 'AES_ASM', 581 'AES_ASM',
575 'SHA1_ASM', 582 'SHA1_ASM',
(...skipping 15 matching lines...) Expand all
591 'OPENSSL_BN_ASM_MONT', 598 'OPENSSL_BN_ASM_MONT',
592 'AES_ASM', 599 'AES_ASM',
593 'SHA1_ASM', 600 'SHA1_ASM',
594 'SHA256_ASM', 601 'SHA256_ASM',
595 ], 602 ],
596 'openssl_x86_source_excludes': [ 603 'openssl_x86_source_excludes': [
597 'openssl/crypto/aes/aes_core.c', 604 'openssl/crypto/aes/aes_core.c',
598 'openssl/crypto/aes/aes_cbc.c', 605 'openssl/crypto/aes/aes_cbc.c',
599 'openssl/crypto/bf/bf_enc.c', 606 'openssl/crypto/bf/bf_enc.c',
600 'openssl/crypto/bn/bn_asm.c', 607 'openssl/crypto/bn/bn_asm.c',
608 'openssl/crypto/chacha/chacha_enc.c',
601 'openssl/crypto/des/des_enc.c', 609 'openssl/crypto/des/des_enc.c',
602 'openssl/crypto/des/fcrypt_b.c', 610 'openssl/crypto/des/fcrypt_b.c',
603 'openssl/crypto/mem_clr.c', 611 'openssl/crypto/mem_clr.c',
612 'openssl/crypto/poly1305/poly1305.c',
604 ], 613 ],
605 'openssl_x86_sources': [ 614 'openssl_x86_sources': [
606 'openssl/crypto/aes/asm/aes-586.S', 615 'openssl/crypto/aes/asm/aes-586.S',
607 'openssl/crypto/aes/asm/aesni-x86.S', 616 'openssl/crypto/aes/asm/aesni-x86.S',
608 'openssl/crypto/aes/asm/vpaes-x86.S', 617 'openssl/crypto/aes/asm/vpaes-x86.S',
609 'openssl/crypto/bf/asm/bf-586.S', 618 'openssl/crypto/bf/asm/bf-586.S',
610 'openssl/crypto/bn/asm/bn-586.S', 619 'openssl/crypto/bn/asm/bn-586.S',
611 'openssl/crypto/bn/asm/co-586.S', 620 'openssl/crypto/bn/asm/co-586.S',
612 'openssl/crypto/bn/asm/x86-gf2m.S', 621 'openssl/crypto/bn/asm/x86-gf2m.S',
613 'openssl/crypto/bn/asm/x86-mont.S', 622 'openssl/crypto/bn/asm/x86-mont.S',
623 'openssl/crypto/chacha/chacha_vec.c',
614 'openssl/crypto/des/asm/crypt586.S', 624 'openssl/crypto/des/asm/crypt586.S',
615 'openssl/crypto/des/asm/des-586.S', 625 'openssl/crypto/des/asm/des-586.S',
616 'openssl/crypto/md5/asm/md5-586.S', 626 'openssl/crypto/md5/asm/md5-586.S',
617 'openssl/crypto/modes/asm/ghash-x86.S', 627 'openssl/crypto/modes/asm/ghash-x86.S',
628 'openssl/crypto/poly1305/poly1305_vec.c',
618 'openssl/crypto/sha/asm/sha1-586.S', 629 'openssl/crypto/sha/asm/sha1-586.S',
619 'openssl/crypto/sha/asm/sha256-586.S', 630 'openssl/crypto/sha/asm/sha256-586.S',
620 'openssl/crypto/sha/asm/sha512-586.S', 631 'openssl/crypto/sha/asm/sha512-586.S',
621 'openssl/crypto/x86cpuid.S', 632 'openssl/crypto/x86cpuid.S',
622 ], 633 ],
623 'openssl_x86_defines': [ 634 'openssl_x86_defines': [
624 'OPENSSL_BN_ASM_GF2m', 635 'OPENSSL_BN_ASM_GF2m',
625 'OPENSSL_BN_ASM_MONT', 636 'OPENSSL_BN_ASM_MONT',
626 'OPENSSL_BN_ASM_PART_WORDS', 637 'OPENSSL_BN_ASM_PART_WORDS',
627 'AES_ASM', 638 'AES_ASM',
628 'GHASH_ASM', 639 'GHASH_ASM',
629 'SHA1_ASM', 640 'SHA1_ASM',
630 'SHA256_ASM', 641 'SHA256_ASM',
631 'SHA512_ASM', 642 'SHA512_ASM',
632 'MD5_ASM', 643 'MD5_ASM',
633 'DES_PTR', 644 'DES_PTR',
634 'DES_RISC1', 645 'DES_RISC1',
635 'DES_UNROLL', 646 'DES_UNROLL',
636 'OPENSSL_CPUID_OBJ', 647 'OPENSSL_CPUID_OBJ',
637 ], 648 ],
638 'openssl_x86_64_source_excludes': [ 649 'openssl_x86_64_source_excludes': [
639 'openssl/crypto/aes/aes_cbc.c', 650 'openssl/crypto/aes/aes_cbc.c',
640 'openssl/crypto/aes/aes_core.c', 651 'openssl/crypto/aes/aes_core.c',
641 'openssl/crypto/bn/bn_asm.c', 652 'openssl/crypto/bn/bn_asm.c',
653 'openssl/crypto/chacha/chacha_enc.c',
642 'openssl/crypto/mem_clr.c', 654 'openssl/crypto/mem_clr.c',
655 'openssl/crypto/poly1305/poly1305.c',
643 'openssl/crypto/rc4/rc4_enc.c', 656 'openssl/crypto/rc4/rc4_enc.c',
644 'openssl/crypto/rc4/rc4_skey.c', 657 'openssl/crypto/rc4/rc4_skey.c',
645 ], 658 ],
646 'openssl_x86_64_sources': [ 659 'openssl_x86_64_sources': [
647 'openssl/crypto/aes/asm/aes-x86_64.S', 660 'openssl/crypto/aes/asm/aes-x86_64.S',
648 'openssl/crypto/aes/asm/aesni-x86_64.S', 661 'openssl/crypto/aes/asm/aesni-x86_64.S',
649 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S', 662 'openssl/crypto/aes/asm/aesni-sha1-x86_64.S',
650 'openssl/crypto/aes/asm/bsaes-x86_64.S', 663 'openssl/crypto/aes/asm/bsaes-x86_64.S',
651 'openssl/crypto/aes/asm/vpaes-x86_64.S', 664 'openssl/crypto/aes/asm/vpaes-x86_64.S',
652 'openssl/crypto/bn/asm/modexp512-x86_64.S', 665 'openssl/crypto/bn/asm/modexp512-x86_64.S',
653 'openssl/crypto/bn/asm/x86_64-gcc.c', 666 'openssl/crypto/bn/asm/x86_64-gcc.c',
654 'openssl/crypto/bn/asm/x86_64-gf2m.S', 667 'openssl/crypto/bn/asm/x86_64-gf2m.S',
655 'openssl/crypto/bn/asm/x86_64-mont.S', 668 'openssl/crypto/bn/asm/x86_64-mont.S',
656 'openssl/crypto/bn/asm/x86_64-mont5.S', 669 'openssl/crypto/bn/asm/x86_64-mont5.S',
670 'openssl/crypto/chacha/chacha_vec.c',
657 'openssl/crypto/md5/asm/md5-x86_64.S', 671 'openssl/crypto/md5/asm/md5-x86_64.S',
658 'openssl/crypto/modes/asm/ghash-x86_64.S', 672 'openssl/crypto/modes/asm/ghash-x86_64.S',
659 'openssl/crypto/rc4/asm/rc4-md5-x86_64.S', 673 'openssl/crypto/rc4/asm/rc4-md5-x86_64.S',
660 'openssl/crypto/rc4/asm/rc4-x86_64.S', 674 'openssl/crypto/rc4/asm/rc4-x86_64.S',
661 'openssl/crypto/sha/asm/sha1-x86_64.S', 675 'openssl/crypto/sha/asm/sha1-x86_64.S',
662 'openssl/crypto/sha/asm/sha256-x86_64.S', 676 'openssl/crypto/sha/asm/sha256-x86_64.S',
663 'openssl/crypto/sha/asm/sha512-x86_64.S', 677 'openssl/crypto/sha/asm/sha512-x86_64.S',
678 'openssl/crypto/poly1305/poly1305_vec.c',
664 'openssl/crypto/x86_64cpuid.S', 679 'openssl/crypto/x86_64cpuid.S',
665 ], 680 ],
666 'openssl_x86_64_defines': [ 681 'openssl_x86_64_defines': [
667 'OPENSSL_BN_ASM_GF2m', 682 'OPENSSL_BN_ASM_GF2m',
668 'OPENSSL_BN_ASM_MONT', 683 'OPENSSL_BN_ASM_MONT',
669 'AES_ASM', 684 'AES_ASM',
670 'GHASH_ASM', 685 'GHASH_ASM',
671 'SHA1_ASM', 686 'SHA1_ASM',
672 'SHA256_ASM', 687 'SHA256_ASM',
673 'SHA512_ASM', 688 'SHA512_ASM',
674 'MD5_ASM', 689 'MD5_ASM',
675 'DES_PTR', 690 'DES_PTR',
676 'DES_RISC1', 691 'DES_RISC1',
677 'DES_UNROLL', 692 'DES_UNROLL',
678 'OPENSSL_CPUID_OBJ', 693 'OPENSSL_CPUID_OBJ',
679 ], 694 ],
680 } 695 }
681 } 696 }
OLDNEW
« no previous file with comments | « no previous file | openssl/Crypto-config.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698