aboutsummaryrefslogtreecommitdiff
path: root/Android-darwin.gen.bp
blob: 23501c52d149f75ee8a17de520e2363e50ade443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
// Autogenerated by android/regen.sh

cc_defaults {
    name: "openssl_crypto_darwin_defaults",
    target: {
        darwin: {
            cflags: [
                "-DOPENSSL_PIC",
                "-DOPENSSL_CPUID_OBJ",
                "-DOPENSSL_IA32_SSE2",
                "-DOPENSSL_BN_ASM_MONT",
                "-DOPENSSL_BN_ASM_MONT5",
                "-DOPENSSL_BN_ASM_GF2m",
                "-DSHA1_ASM",
                "-DSHA256_ASM",
                "-DSHA512_ASM",
                "-DKECCAK1600_ASM",
                "-DRC4_ASM",
                "-DMD5_ASM",
                "-DAESNI_ASM",
                "-DVPAES_ASM",
                "-DGHASH_ASM",
                "-DECP_NISTZ256_ASM",
                "-DX25519_ASM",
                "-DPOLY1305_ASM",
            ],
            srcs: [
                "crypto/aes/aes_cbc.c",
                "crypto/aes/aes_cfb.c",
                "crypto/aes/aes_core.c",
                "crypto/aes/aes_ecb.c",
                "crypto/aes/aes_ige.c",
                "crypto/aes/aes_misc.c",
                "crypto/aes/aes_ofb.c",
                "crypto/aes/aes_wrap.c",
                "android/gen-darwin/crypto/aes/aesni-mb-x86_64.s",
                "android/gen-darwin/crypto/aes/aesni-sha1-x86_64.s",
                "android/gen-darwin/crypto/aes/aesni-sha256-x86_64.s",
                "android/gen-darwin/crypto/aes/aesni-x86_64.s",
                "android/gen-darwin/crypto/aes/vpaes-x86_64.s",
                "crypto/aria/aria.c",
                "crypto/asn1/a_bitstr.c",
                "crypto/asn1/a_d2i_fp.c",
                "crypto/asn1/a_digest.c",
                "crypto/asn1/a_dup.c",
                "crypto/asn1/a_gentm.c",
                "crypto/asn1/a_i2d_fp.c",
                "crypto/asn1/a_int.c",
                "crypto/asn1/a_mbstr.c",
                "crypto/asn1/a_object.c",
                "crypto/asn1/a_octet.c",
                "crypto/asn1/a_print.c",
                "crypto/asn1/a_sign.c",
                "crypto/asn1/a_strex.c",
                "crypto/asn1/a_strnid.c",
                "crypto/asn1/a_time.c",
                "crypto/asn1/a_type.c",
                "crypto/asn1/a_utctm.c",
                "crypto/asn1/a_utf8.c",
                "crypto/asn1/a_verify.c",
                "crypto/asn1/ameth_lib.c",
                "crypto/asn1/asn1_err.c",
                "crypto/asn1/asn1_gen.c",
                "crypto/asn1/asn1_item_list.c",
                "crypto/asn1/asn1_lib.c",
                "crypto/asn1/asn1_par.c",
                "crypto/asn1/asn_mime.c",
                "crypto/asn1/asn_moid.c",
                "crypto/asn1/asn_mstbl.c",
                "crypto/asn1/asn_pack.c",
                "crypto/asn1/bio_asn1.c",
                "crypto/asn1/bio_ndef.c",
                "crypto/asn1/d2i_pr.c",
                "crypto/asn1/d2i_pu.c",
                "crypto/asn1/evp_asn1.c",
                "crypto/asn1/f_int.c",
                "crypto/asn1/f_string.c",
                "crypto/asn1/i2d_pr.c",
                "crypto/asn1/i2d_pu.c",
                "crypto/asn1/n_pkey.c",
                "crypto/asn1/nsseq.c",
                "crypto/asn1/p5_pbe.c",
                "crypto/asn1/p5_pbev2.c",
                "crypto/asn1/p5_scrypt.c",
                "crypto/asn1/p8_pkey.c",
                "crypto/asn1/t_bitst.c",
                "crypto/asn1/t_pkey.c",
                "crypto/asn1/t_spki.c",
                "crypto/asn1/tasn_dec.c",
                "crypto/asn1/tasn_enc.c",
                "crypto/asn1/tasn_fre.c",
                "crypto/asn1/tasn_new.c",
                "crypto/asn1/tasn_prn.c",
                "crypto/asn1/tasn_scn.c",
                "crypto/asn1/tasn_typ.c",
                "crypto/asn1/tasn_utl.c",
                "crypto/asn1/x_algor.c",
                "crypto/asn1/x_bignum.c",
                "crypto/asn1/x_info.c",
                "crypto/asn1/x_int64.c",
                "crypto/asn1/x_long.c",
                "crypto/asn1/x_pkey.c",
                "crypto/asn1/x_sig.c",
                "crypto/asn1/x_spki.c",
                "crypto/asn1/x_val.c",
                "crypto/async/arch/async_null.c",
                "crypto/async/arch/async_posix.c",
                "crypto/async/arch/async_win.c",
                "crypto/async/async.c",
                "crypto/async/async_err.c",
                "crypto/async/async_wait.c",
                "crypto/bf/bf_cfb64.c",
                "crypto/bf/bf_ecb.c",
                "crypto/bf/bf_enc.c",
                "crypto/bf/bf_ofb64.c",
                "crypto/bf/bf_skey.c",
                "crypto/bio/b_addr.c",
                "crypto/bio/b_dump.c",
                "crypto/bio/b_print.c",
                "crypto/bio/b_sock.c",
                "crypto/bio/b_sock2.c",
                "crypto/bio/bf_buff.c",
                "crypto/bio/bf_lbuf.c",
                "crypto/bio/bf_nbio.c",
                "crypto/bio/bf_null.c",
                "crypto/bio/bio_cb.c",
                "crypto/bio/bio_err.c",
                "crypto/bio/bio_lib.c",
                "crypto/bio/bio_meth.c",
                "crypto/bio/bss_acpt.c",
                "crypto/bio/bss_bio.c",
                "crypto/bio/bss_conn.c",
                "crypto/bio/bss_dgram.c",
                "crypto/bio/bss_fd.c",
                "crypto/bio/bss_file.c",
                "crypto/bio/bss_log.c",
                "crypto/bio/bss_mem.c",
                "crypto/bio/bss_null.c",
                "crypto/bio/bss_sock.c",
                "crypto/blake2/blake2b.c",
                "crypto/blake2/blake2s.c",
                "crypto/blake2/m_blake2b.c",
                "crypto/blake2/m_blake2s.c",
                "crypto/bn/asm/x86_64-gcc.c",
                "crypto/bn/bn_add.c",
                "crypto/bn/bn_blind.c",
                "crypto/bn/bn_const.c",
                "crypto/bn/bn_ctx.c",
                "crypto/bn/bn_depr.c",
                "crypto/bn/bn_dh.c",
                "crypto/bn/bn_div.c",
                "crypto/bn/bn_err.c",
                "crypto/bn/bn_exp.c",
                "crypto/bn/bn_exp2.c",
                "crypto/bn/bn_gcd.c",
                "crypto/bn/bn_gf2m.c",
                "crypto/bn/bn_intern.c",
                "crypto/bn/bn_kron.c",
                "crypto/bn/bn_lib.c",
                "crypto/bn/bn_mod.c",
                "crypto/bn/bn_mont.c",
                "crypto/bn/bn_mpi.c",
                "crypto/bn/bn_mul.c",
                "crypto/bn/bn_nist.c",
                "crypto/bn/bn_prime.c",
                "crypto/bn/bn_print.c",
                "crypto/bn/bn_rand.c",
                "crypto/bn/bn_recp.c",
                "crypto/bn/bn_shift.c",
                "crypto/bn/bn_sqr.c",
                "crypto/bn/bn_sqrt.c",
                "crypto/bn/bn_srp.c",
                "crypto/bn/bn_word.c",
                "crypto/bn/bn_x931p.c",
                "android/gen-darwin/crypto/bn/rsaz-avx2.s",
                "android/gen-darwin/crypto/bn/rsaz-x86_64.s",
                "crypto/bn/rsaz_exp.c",
                "android/gen-darwin/crypto/bn/x86_64-gf2m.s",
                "android/gen-darwin/crypto/bn/x86_64-mont.s",
                "android/gen-darwin/crypto/bn/x86_64-mont5.s",
                "crypto/buffer/buf_err.c",
                "crypto/buffer/buffer.c",
                "android/gen-darwin/crypto/camellia/cmll-x86_64.s",
                "crypto/camellia/cmll_cfb.c",
                "crypto/camellia/cmll_ctr.c",
                "crypto/camellia/cmll_ecb.c",
                "crypto/camellia/cmll_misc.c",
                "crypto/camellia/cmll_ofb.c",
                "crypto/cast/c_cfb64.c",
                "crypto/cast/c_ecb.c",
                "crypto/cast/c_enc.c",
                "crypto/cast/c_ofb64.c",
                "crypto/cast/c_skey.c",
                "android/gen-darwin/crypto/chacha/chacha-x86_64.s",
                "crypto/cmac/cm_ameth.c",
                "crypto/cmac/cm_pmeth.c",
                "crypto/cmac/cmac.c",
                "crypto/cms/cms_asn1.c",
                "crypto/cms/cms_att.c",
                "crypto/cms/cms_cd.c",
                "crypto/cms/cms_dd.c",
                "crypto/cms/cms_enc.c",
                "crypto/cms/cms_env.c",
                "crypto/cms/cms_err.c",
                "crypto/cms/cms_ess.c",
                "crypto/cms/cms_io.c",
                "crypto/cms/cms_kari.c",
                "crypto/cms/cms_lib.c",
                "crypto/cms/cms_pwri.c",
                "crypto/cms/cms_sd.c",
                "crypto/cms/cms_smime.c",
                "crypto/comp/c_zlib.c",
                "crypto/comp/comp_err.c",
                "crypto/comp/comp_lib.c",
                "crypto/conf/conf_api.c",
                "crypto/conf/conf_def.c",
                "crypto/conf/conf_err.c",
                "crypto/conf/conf_lib.c",
                "crypto/conf/conf_mall.c",
                "crypto/conf/conf_mod.c",
                "crypto/conf/conf_sap.c",
                "crypto/conf/conf_ssl.c",
                "crypto/cpt_err.c",
                "crypto/cryptlib.c",
                "crypto/ctype.c",
                "crypto/cversion.c",
                "crypto/des/cbc_cksm.c",
                "crypto/des/cbc_enc.c",
                "crypto/des/cfb64ede.c",
                "crypto/des/cfb64enc.c",
                "crypto/des/cfb_enc.c",
                "crypto/des/des_enc.c",
                "crypto/des/ecb3_enc.c",
                "crypto/des/ecb_enc.c",
                "crypto/des/fcrypt.c",
                "crypto/des/fcrypt_b.c",
                "crypto/des/ofb64ede.c",
                "crypto/des/ofb64enc.c",
                "crypto/des/ofb_enc.c",
                "crypto/des/pcbc_enc.c",
                "crypto/des/qud_cksm.c",
                "crypto/des/rand_key.c",
                "crypto/des/set_key.c",
                "crypto/des/str2key.c",
                "crypto/des/xcbc_enc.c",
                "crypto/dh/dh_ameth.c",
                "crypto/dh/dh_asn1.c",
                "crypto/dh/dh_check.c",
                "crypto/dh/dh_depr.c",
                "crypto/dh/dh_err.c",
                "crypto/dh/dh_gen.c",
                "crypto/dh/dh_kdf.c",
                "crypto/dh/dh_key.c",
                "crypto/dh/dh_lib.c",
                "crypto/dh/dh_meth.c",
                "crypto/dh/dh_pmeth.c",
                "crypto/dh/dh_prn.c",
                "crypto/dh/dh_rfc5114.c",
                "crypto/dh/dh_rfc7919.c",
                "crypto/dsa/dsa_ameth.c",
                "crypto/dsa/dsa_asn1.c",
                "crypto/dsa/dsa_depr.c",
                "crypto/dsa/dsa_err.c",
                "crypto/dsa/dsa_gen.c",
                "crypto/dsa/dsa_key.c",
                "crypto/dsa/dsa_lib.c",
                "crypto/dsa/dsa_meth.c",
                "crypto/dsa/dsa_ossl.c",
                "crypto/dsa/dsa_pmeth.c",
                "crypto/dsa/dsa_prn.c",
                "crypto/dsa/dsa_sign.c",
                "crypto/dsa/dsa_vrf.c",
                "crypto/dso/dso_dl.c",
                "crypto/dso/dso_dlfcn.c",
                "crypto/dso/dso_err.c",
                "crypto/dso/dso_lib.c",
                "crypto/dso/dso_openssl.c",
                "crypto/dso/dso_vms.c",
                "crypto/dso/dso_win32.c",
                "crypto/ebcdic.c",
                "crypto/ec/curve25519.c",
                "crypto/ec/curve448/arch_32/f_impl.c",
                "crypto/ec/curve448/curve448.c",
                "crypto/ec/curve448/curve448_tables.c",
                "crypto/ec/curve448/eddsa.c",
                "crypto/ec/curve448/f_generic.c",
                "crypto/ec/curve448/scalar.c",
                "crypto/ec/ec2_oct.c",
                "crypto/ec/ec2_smpl.c",
                "crypto/ec/ec_ameth.c",
                "crypto/ec/ec_asn1.c",
                "crypto/ec/ec_check.c",
                "crypto/ec/ec_curve.c",
                "crypto/ec/ec_cvt.c",
                "crypto/ec/ec_err.c",
                "crypto/ec/ec_key.c",
                "crypto/ec/ec_kmeth.c",
                "crypto/ec/ec_lib.c",
                "crypto/ec/ec_mult.c",
                "crypto/ec/ec_oct.c",
                "crypto/ec/ec_pmeth.c",
                "crypto/ec/ec_print.c",
                "crypto/ec/ecdh_kdf.c",
                "crypto/ec/ecdh_ossl.c",
                "crypto/ec/ecdsa_ossl.c",
                "crypto/ec/ecdsa_sign.c",
                "crypto/ec/ecdsa_vrf.c",
                "crypto/ec/eck_prn.c",
                "crypto/ec/ecp_mont.c",
                "crypto/ec/ecp_nist.c",
                "crypto/ec/ecp_nistp224.c",
                "crypto/ec/ecp_nistp256.c",
                "crypto/ec/ecp_nistp521.c",
                "crypto/ec/ecp_nistputil.c",
                "android/gen-darwin/crypto/ec/ecp_nistz256-x86_64.s",
                "crypto/ec/ecp_nistz256.c",
                "crypto/ec/ecp_oct.c",
                "crypto/ec/ecp_smpl.c",
                "crypto/ec/ecx_meth.c",
                "android/gen-darwin/crypto/ec/x25519-x86_64.s",
                "crypto/err/err.c",
                "crypto/err/err_all.c",
                "crypto/err/err_prn.c",
                "crypto/evp/bio_b64.c",
                "crypto/evp/bio_enc.c",
                "crypto/evp/bio_md.c",
                "crypto/evp/bio_ok.c",
                "crypto/evp/c_allc.c",
                "crypto/evp/c_alld.c",
                "crypto/evp/cmeth_lib.c",
                "crypto/evp/digest.c",
                "crypto/evp/e_aes.c",
                "crypto/evp/e_aes_cbc_hmac_sha1.c",
                "crypto/evp/e_aes_cbc_hmac_sha256.c",
                "crypto/evp/e_aria.c",
                "crypto/evp/e_bf.c",
                "crypto/evp/e_camellia.c",
                "crypto/evp/e_cast.c",
                "crypto/evp/e_chacha20_poly1305.c",
                "crypto/evp/e_des.c",
                "crypto/evp/e_des3.c",
                "crypto/evp/e_idea.c",
                "crypto/evp/e_null.c",
                "crypto/evp/e_old.c",
                "crypto/evp/e_rc2.c",
                "crypto/evp/e_rc4.c",
                "crypto/evp/e_rc4_hmac_md5.c",
                "crypto/evp/e_rc5.c",
                "crypto/evp/e_seed.c",
                "crypto/evp/e_sm4.c",
                "crypto/evp/e_xcbc_d.c",
                "crypto/evp/encode.c",
                "crypto/evp/evp_cnf.c",
                "crypto/evp/evp_enc.c",
                "crypto/evp/evp_err.c",
                "crypto/evp/evp_key.c",
                "crypto/evp/evp_lib.c",
                "crypto/evp/evp_pbe.c",
                "crypto/evp/evp_pkey.c",
                "crypto/evp/m_md2.c",
                "crypto/evp/m_md4.c",
                "crypto/evp/m_md5.c",
                "crypto/evp/m_md5_sha1.c",
                "crypto/evp/m_mdc2.c",
                "crypto/evp/m_null.c",
                "crypto/evp/m_ripemd.c",
                "crypto/evp/m_sha1.c",
                "crypto/evp/m_sha3.c",
                "crypto/evp/m_sigver.c",
                "crypto/evp/m_wp.c",
                "crypto/evp/names.c",
                "crypto/evp/p5_crpt.c",
                "crypto/evp/p5_crpt2.c",
                "crypto/evp/p_dec.c",
                "crypto/evp/p_enc.c",
                "crypto/evp/p_lib.c",
                "crypto/evp/p_open.c",
                "crypto/evp/p_seal.c",
                "crypto/evp/p_sign.c",
                "crypto/evp/p_verify.c",
                "crypto/evp/pbe_scrypt.c",
                "crypto/evp/pmeth_fn.c",
                "crypto/evp/pmeth_gn.c",
                "crypto/evp/pmeth_lib.c",
                "crypto/ex_data.c",
                "crypto/getenv.c",
                "crypto/hmac/hm_ameth.c",
                "crypto/hmac/hm_pmeth.c",
                "crypto/hmac/hmac.c",
                "crypto/idea/i_cbc.c",
                "crypto/idea/i_cfb64.c",
                "crypto/idea/i_ecb.c",
                "crypto/idea/i_ofb64.c",
                "crypto/idea/i_skey.c",
                "crypto/init.c",
                "crypto/kdf/hkdf.c",
                "crypto/kdf/kdf_err.c",
                "crypto/kdf/scrypt.c",
                "crypto/kdf/tls1_prf.c",
                "crypto/lhash/lh_stats.c",
                "crypto/lhash/lhash.c",
                "crypto/md4/md4_dgst.c",
                "crypto/md4/md4_one.c",
                "android/gen-darwin/crypto/md5/md5-x86_64.s",
                "crypto/md5/md5_dgst.c",
                "crypto/md5/md5_one.c",
                "crypto/mdc2/mdc2_one.c",
                "crypto/mdc2/mdc2dgst.c",
                "crypto/mem.c",
                "crypto/mem_dbg.c",
                "crypto/mem_sec.c",
                "android/gen-darwin/crypto/modes/aesni-gcm-x86_64.s",
                "crypto/modes/cbc128.c",
                "crypto/modes/ccm128.c",
                "crypto/modes/cfb128.c",
                "crypto/modes/ctr128.c",
                "crypto/modes/cts128.c",
                "crypto/modes/gcm128.c",
                "android/gen-darwin/crypto/modes/ghash-x86_64.s",
                "crypto/modes/ocb128.c",
                "crypto/modes/ofb128.c",
                "crypto/modes/wrap128.c",
                "crypto/modes/xts128.c",
                "crypto/o_dir.c",
                "crypto/o_fips.c",
                "crypto/o_fopen.c",
                "crypto/o_init.c",
                "crypto/o_str.c",
                "crypto/o_time.c",
                "crypto/objects/o_names.c",
                "crypto/objects/obj_dat.c",
                "crypto/objects/obj_err.c",
                "crypto/objects/obj_lib.c",
                "crypto/objects/obj_xref.c",
                "crypto/ocsp/ocsp_asn.c",
                "crypto/ocsp/ocsp_cl.c",
                "crypto/ocsp/ocsp_err.c",
                "crypto/ocsp/ocsp_ext.c",
                "crypto/ocsp/ocsp_ht.c",
                "crypto/ocsp/ocsp_lib.c",
                "crypto/ocsp/ocsp_prn.c",
                "crypto/ocsp/ocsp_srv.c",
                "crypto/ocsp/ocsp_vfy.c",
                "crypto/ocsp/v3_ocsp.c",
                "crypto/pem/pem_all.c",
                "crypto/pem/pem_err.c",
                "crypto/pem/pem_info.c",
                "crypto/pem/pem_lib.c",
                "crypto/pem/pem_oth.c",
                "crypto/pem/pem_pk8.c",
                "crypto/pem/pem_pkey.c",
                "crypto/pem/pem_sign.c",
                "crypto/pem/pem_x509.c",
                "crypto/pem/pem_xaux.c",
                "crypto/pem/pvkfmt.c",
                "crypto/pkcs12/p12_add.c",
                "crypto/pkcs12/p12_asn.c",
                "crypto/pkcs12/p12_attr.c",
                "crypto/pkcs12/p12_crpt.c",
                "crypto/pkcs12/p12_crt.c",
                "crypto/pkcs12/p12_decr.c",
                "crypto/pkcs12/p12_init.c",
                "crypto/pkcs12/p12_key.c",
                "crypto/pkcs12/p12_kiss.c",
                "crypto/pkcs12/p12_mutl.c",
                "crypto/pkcs12/p12_npas.c",
                "crypto/pkcs12/p12_p8d.c",
                "crypto/pkcs12/p12_p8e.c",
                "crypto/pkcs12/p12_sbag.c",
                "crypto/pkcs12/p12_utl.c",
                "crypto/pkcs12/pk12err.c",
                "crypto/pkcs7/bio_pk7.c",
                "crypto/pkcs7/pk7_asn1.c",
                "crypto/pkcs7/pk7_attr.c",
                "crypto/pkcs7/pk7_doit.c",
                "crypto/pkcs7/pk7_lib.c",
                "crypto/pkcs7/pk7_mime.c",
                "crypto/pkcs7/pk7_smime.c",
                "crypto/pkcs7/pkcs7err.c",
                "android/gen-darwin/crypto/poly1305/poly1305-x86_64.s",
                "crypto/poly1305/poly1305.c",
                "crypto/poly1305/poly1305_ameth.c",
                "crypto/poly1305/poly1305_pmeth.c",
                "crypto/rand/drbg_ctr.c",
                "crypto/rand/drbg_lib.c",
                "crypto/rand/rand_egd.c",
                "crypto/rand/rand_err.c",
                "crypto/rand/rand_lib.c",
                "crypto/rand/rand_unix.c",
                "crypto/rand/rand_vms.c",
                "crypto/rand/rand_win.c",
                "crypto/rand/randfile.c",
                "crypto/rc2/rc2_cbc.c",
                "crypto/rc2/rc2_ecb.c",
                "crypto/rc2/rc2_skey.c",
                "crypto/rc2/rc2cfb64.c",
                "crypto/rc2/rc2ofb64.c",
                "android/gen-darwin/crypto/rc4/rc4-md5-x86_64.s",
                "android/gen-darwin/crypto/rc4/rc4-x86_64.s",
                "crypto/ripemd/rmd_dgst.c",
                "crypto/ripemd/rmd_one.c",
                "crypto/rsa/rsa_ameth.c",
                "crypto/rsa/rsa_asn1.c",
                "crypto/rsa/rsa_chk.c",
                "crypto/rsa/rsa_crpt.c",
                "crypto/rsa/rsa_depr.c",
                "crypto/rsa/rsa_err.c",
                "crypto/rsa/rsa_gen.c",
                "crypto/rsa/rsa_lib.c",
                "crypto/rsa/rsa_meth.c",
                "crypto/rsa/rsa_mp.c",
                "crypto/rsa/rsa_none.c",
                "crypto/rsa/rsa_oaep.c",
                "crypto/rsa/rsa_ossl.c",
                "crypto/rsa/rsa_pk1.c",
                "crypto/rsa/rsa_pmeth.c",
                "crypto/rsa/rsa_prn.c",
                "crypto/rsa/rsa_pss.c",
                "crypto/rsa/rsa_saos.c",
                "crypto/rsa/rsa_sign.c",
                "crypto/rsa/rsa_ssl.c",
                "crypto/rsa/rsa_x931.c",
                "crypto/rsa/rsa_x931g.c",
                "crypto/seed/seed.c",
                "crypto/seed/seed_cbc.c",
                "crypto/seed/seed_cfb.c",
                "crypto/seed/seed_ecb.c",
                "crypto/seed/seed_ofb.c",
                "android/gen-darwin/crypto/sha/keccak1600-x86_64.s",
                "android/gen-darwin/crypto/sha/sha1-mb-x86_64.s",
                "android/gen-darwin/crypto/sha/sha1-x86_64.s",
                "crypto/sha/sha1_one.c",
                "crypto/sha/sha1dgst.c",
                "android/gen-darwin/crypto/sha/sha256-mb-x86_64.s",
                "android/gen-darwin/crypto/sha/sha256-x86_64.s",
                "crypto/sha/sha256.c",
                "android/gen-darwin/crypto/sha/sha512-x86_64.s",
                "crypto/sha/sha512.c",
                "crypto/siphash/siphash.c",
                "crypto/siphash/siphash_ameth.c",
                "crypto/siphash/siphash_pmeth.c",
                "crypto/sm2/sm2_crypt.c",
                "crypto/sm2/sm2_err.c",
                "crypto/sm2/sm2_pmeth.c",
                "crypto/sm2/sm2_sign.c",
                "crypto/sm3/m_sm3.c",
                "crypto/sm3/sm3.c",
                "crypto/sm4/sm4.c",
                "crypto/srp/srp_lib.c",
                "crypto/srp/srp_vfy.c",
                "crypto/stack/stack.c",
                "crypto/store/loader_file.c",
                "crypto/store/store_err.c",
                "crypto/store/store_init.c",
                "crypto/store/store_lib.c",
                "crypto/store/store_register.c",
                "crypto/store/store_strings.c",
                "crypto/threads_none.c",
                "crypto/threads_pthread.c",
                "crypto/threads_win.c",
                "crypto/ts/ts_asn1.c",
                "crypto/ts/ts_conf.c",
                "crypto/ts/ts_err.c",
                "crypto/ts/ts_lib.c",
                "crypto/ts/ts_req_print.c",
                "crypto/ts/ts_req_utils.c",
                "crypto/ts/ts_rsp_print.c",
                "crypto/ts/ts_rsp_sign.c",
                "crypto/ts/ts_rsp_utils.c",
                "crypto/ts/ts_rsp_verify.c",
                "crypto/ts/ts_verify_ctx.c",
                "crypto/txt_db/txt_db.c",
                "crypto/ui/ui_err.c",
                "crypto/ui/ui_lib.c",
                "crypto/ui/ui_null.c",
                "crypto/ui/ui_openssl.c",
                "crypto/ui/ui_util.c",
                "crypto/uid.c",
                "android/gen-darwin/crypto/whrlpool/wp-x86_64.s",
                "crypto/whrlpool/wp_dgst.c",
                "crypto/x509/by_dir.c",
                "crypto/x509/by_file.c",
                "crypto/x509/t_crl.c",
                "crypto/x509/t_req.c",
                "crypto/x509/t_x509.c",
                "crypto/x509/x509_att.c",
                "crypto/x509/x509_cmp.c",
                "crypto/x509/x509_d2.c",
                "crypto/x509/x509_def.c",
                "crypto/x509/x509_err.c",
                "crypto/x509/x509_ext.c",
                "crypto/x509/x509_lu.c",
                "crypto/x509/x509_meth.c",
                "crypto/x509/x509_obj.c",
                "crypto/x509/x509_r2x.c",
                "crypto/x509/x509_req.c",
                "crypto/x509/x509_set.c",
                "crypto/x509/x509_trs.c",
                "crypto/x509/x509_txt.c",
                "crypto/x509/x509_v3.c",
                "crypto/x509/x509_vfy.c",
                "crypto/x509/x509_vpm.c",
                "crypto/x509/x509cset.c",
                "crypto/x509/x509name.c",
                "crypto/x509/x509rset.c",
                "crypto/x509/x509spki.c",
                "crypto/x509/x509type.c",
                "crypto/x509/x_all.c",
                "crypto/x509/x_attrib.c",
                "crypto/x509/x_crl.c",
                "crypto/x509/x_exten.c",
                "crypto/x509/x_name.c",
                "crypto/x509/x_pubkey.c",
                "crypto/x509/x_req.c",
                "crypto/x509/x_x509.c",
                "crypto/x509/x_x509a.c",
                "crypto/x509v3/pcy_cache.c",
                "crypto/x509v3/pcy_data.c",
                "crypto/x509v3/pcy_lib.c",
                "crypto/x509v3/pcy_map.c",
                "crypto/x509v3/pcy_node.c",
                "crypto/x509v3/pcy_tree.c",
                "crypto/x509v3/v3_addr.c",
                "crypto/x509v3/v3_admis.c",
                "crypto/x509v3/v3_akey.c",
                "crypto/x509v3/v3_akeya.c",
                "crypto/x509v3/v3_alt.c",
                "crypto/x509v3/v3_asid.c",
                "crypto/x509v3/v3_bcons.c",
                "crypto/x509v3/v3_bitst.c",
                "crypto/x509v3/v3_conf.c",
                "crypto/x509v3/v3_cpols.c",
                "crypto/x509v3/v3_crld.c",
                "crypto/x509v3/v3_enum.c",
                "crypto/x509v3/v3_extku.c",
                "crypto/x509v3/v3_genn.c",
                "crypto/x509v3/v3_ia5.c",
                "crypto/x509v3/v3_info.c",
                "crypto/x509v3/v3_int.c",
                "crypto/x509v3/v3_lib.c",
                "crypto/x509v3/v3_ncons.c",
                "crypto/x509v3/v3_pci.c",
                "crypto/x509v3/v3_pcia.c",
                "crypto/x509v3/v3_pcons.c",
                "crypto/x509v3/v3_pku.c",
                "crypto/x509v3/v3_pmaps.c",
                "crypto/x509v3/v3_prn.c",
                "crypto/x509v3/v3_purp.c",
                "crypto/x509v3/v3_skey.c",
                "crypto/x509v3/v3_sxnet.c",
                "crypto/x509v3/v3_tlsf.c",
                "crypto/x509v3/v3_utl.c",
                "crypto/x509v3/v3err.c",
                "android/gen-darwin/crypto/x86_64cpuid.s",
            ],
        },
    },
}

cc_defaults {
    name: "openssl_ssl_darwin_defaults",
    target: {
        darwin: {
            cflags: [
                "-DOPENSSL_PIC",
                "-DOPENSSL_CPUID_OBJ",
                "-DOPENSSL_IA32_SSE2",
                "-DOPENSSL_BN_ASM_MONT",
                "-DOPENSSL_BN_ASM_MONT5",
                "-DOPENSSL_BN_ASM_GF2m",
                "-DSHA1_ASM",
                "-DSHA256_ASM",
                "-DSHA512_ASM",
                "-DKECCAK1600_ASM",
                "-DRC4_ASM",
                "-DMD5_ASM",
                "-DAESNI_ASM",
                "-DVPAES_ASM",
                "-DGHASH_ASM",
                "-DECP_NISTZ256_ASM",
                "-DX25519_ASM",
                "-DPOLY1305_ASM",
            ],
            srcs: [
                "ssl/bio_ssl.c",
                "ssl/d1_lib.c",
                "ssl/d1_msg.c",
                "ssl/d1_srtp.c",
                "ssl/methods.c",
                "ssl/packet.c",
                "ssl/pqueue.c",
                "ssl/record/dtls1_bitmap.c",
                "ssl/record/rec_layer_d1.c",
                "ssl/record/rec_layer_s3.c",
                "ssl/record/ssl3_buffer.c",
                "ssl/record/ssl3_record.c",
                "ssl/record/ssl3_record_tls13.c",
                "ssl/s3_cbc.c",
                "ssl/s3_enc.c",
                "ssl/s3_lib.c",
                "ssl/s3_msg.c",
                "ssl/ssl_asn1.c",
                "ssl/ssl_cert.c",
                "ssl/ssl_ciph.c",
                "ssl/ssl_conf.c",
                "ssl/ssl_err.c",
                "ssl/ssl_init.c",
                "ssl/ssl_lib.c",
                "ssl/ssl_mcnf.c",
                "ssl/ssl_rsa.c",
                "ssl/ssl_sess.c",
                "ssl/ssl_stat.c",
                "ssl/ssl_txt.c",
                "ssl/ssl_utst.c",
                "ssl/statem/extensions.c",
                "ssl/statem/extensions_clnt.c",
                "ssl/statem/extensions_cust.c",
                "ssl/statem/extensions_srvr.c",
                "ssl/statem/statem.c",
                "ssl/statem/statem_clnt.c",
                "ssl/statem/statem_dtls.c",
                "ssl/statem/statem_lib.c",
                "ssl/statem/statem_srvr.c",
                "ssl/t1_enc.c",
                "ssl/t1_lib.c",
                "ssl/t1_trce.c",
                "ssl/tls13_enc.c",
                "ssl/tls_srp.c",
            ],
        },
    },
}

cc_defaults {
    name: "openssl_apps_darwin_defaults",
    target: {
        darwin: {
            cflags: [
                "-DOPENSSL_PIC",
                "-DOPENSSL_CPUID_OBJ",
                "-DOPENSSL_IA32_SSE2",
                "-DOPENSSL_BN_ASM_MONT",
                "-DOPENSSL_BN_ASM_MONT5",
                "-DOPENSSL_BN_ASM_GF2m",
                "-DSHA1_ASM",
                "-DSHA256_ASM",
                "-DSHA512_ASM",
                "-DKECCAK1600_ASM",
                "-DRC4_ASM",
                "-DMD5_ASM",
                "-DAESNI_ASM",
                "-DVPAES_ASM",
                "-DGHASH_ASM",
                "-DECP_NISTZ256_ASM",
                "-DX25519_ASM",
                "-DPOLY1305_ASM",
            ],
            srcs: [
                "apps/app_rand.c",
                "apps/apps.c",
                "apps/bf_prefix.c",
                "apps/opt.c",
                "apps/s_cb.c",
                "apps/s_socket.c",
            ],
        },
    },
}

cc_defaults {
    name: "openssl_app_darwin_defaults",
    target: {
        darwin: {
            srcs: [
                "apps/asn1pars.c",
                "apps/ca.c",
                "apps/ciphers.c",
                "apps/cms.c",
                "apps/crl.c",
                "apps/crl2p7.c",
                "apps/dgst.c",
                "apps/dhparam.c",
                "apps/dsa.c",
                "apps/dsaparam.c",
                "apps/ec.c",
                "apps/ecparam.c",
                "apps/enc.c",
                "apps/errstr.c",
                "apps/gendsa.c",
                "apps/genpkey.c",
                "apps/genrsa.c",
                "apps/nseq.c",
                "apps/ocsp.c",
                "apps/openssl.c",
                "apps/passwd.c",
                "apps/pkcs12.c",
                "apps/pkcs7.c",
                "apps/pkcs8.c",
                "apps/pkey.c",
                "apps/pkeyparam.c",
                "apps/pkeyutl.c",
                "apps/prime.c",
                "apps/rand.c",
                "apps/rehash.c",
                "apps/req.c",
                "apps/rsa.c",
                "apps/rsautl.c",
                "apps/s_client.c",
                "apps/s_server.c",
                "apps/s_time.c",
                "apps/sess_id.c",
                "apps/smime.c",
                "apps/speed.c",
                "apps/spkac.c",
                "apps/srp.c",
                "apps/storeutl.c",
                "apps/ts.c",
                "apps/verify.c",
                "apps/version.c",
                "apps/x509.c",
            ],
        },
    },
}