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

Side by Side Diff: third_party/boringssl/BUILD.generated.gni

Issue 2869243005: Roll src/third_party/boringssl/src ddfcc6a60..1e5cb820d (Closed)
Patch Set: Created 3 years, 7 months 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 | « DEPS ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file is created by generate_build_files.py. Do not edit manually. 5 # This file is created by generate_build_files.py. Do not edit manually.
6 6
7 crypto_sources = [ 7 crypto_sources = [
8 "err_data.c", 8 "err_data.c",
9 "src/crypto/asn1/a_bitstr.c", 9 "src/crypto/asn1/a_bitstr.c",
10 "src/crypto/asn1/a_bool.c", 10 "src/crypto/asn1/a_bool.c",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "src/crypto/bio/socket_helper.c", 52 "src/crypto/bio/socket_helper.c",
53 "src/crypto/bn_extra/bn_asn1.c", 53 "src/crypto/bn_extra/bn_asn1.c",
54 "src/crypto/bn_extra/convert.c", 54 "src/crypto/bn_extra/convert.c",
55 "src/crypto/buf/buf.c", 55 "src/crypto/buf/buf.c",
56 "src/crypto/bytestring/asn1_compat.c", 56 "src/crypto/bytestring/asn1_compat.c",
57 "src/crypto/bytestring/ber.c", 57 "src/crypto/bytestring/ber.c",
58 "src/crypto/bytestring/cbb.c", 58 "src/crypto/bytestring/cbb.c",
59 "src/crypto/bytestring/cbs.c", 59 "src/crypto/bytestring/cbs.c",
60 "src/crypto/bytestring/internal.h", 60 "src/crypto/bytestring/internal.h",
61 "src/crypto/chacha/chacha.c", 61 "src/crypto/chacha/chacha.c",
62 "src/crypto/cipher/aead.c", 62 "src/crypto/cipher_extra/cipher_extra.c",
63 "src/crypto/cipher/cipher.c", 63 "src/crypto/cipher_extra/derive_key.c",
64 "src/crypto/cipher/derive_key.c", 64 "src/crypto/cipher_extra/e_aesctrhmac.c",
65 "src/crypto/cipher/e_aes.c", 65 "src/crypto/cipher_extra/e_aesgcmsiv.c",
66 "src/crypto/cipher/e_aesctrhmac.c", 66 "src/crypto/cipher_extra/e_chacha20poly1305.c",
67 "src/crypto/cipher/e_aesgcmsiv.c", 67 "src/crypto/cipher_extra/e_null.c",
68 "src/crypto/cipher/e_chacha20poly1305.c", 68 "src/crypto/cipher_extra/e_rc2.c",
69 "src/crypto/cipher/e_des.c", 69 "src/crypto/cipher_extra/e_rc4.c",
70 "src/crypto/cipher/e_null.c", 70 "src/crypto/cipher_extra/e_ssl3.c",
71 "src/crypto/cipher/e_rc2.c", 71 "src/crypto/cipher_extra/e_tls.c",
72 "src/crypto/cipher/e_rc4.c", 72 "src/crypto/cipher_extra/internal.h",
73 "src/crypto/cipher/e_ssl3.c", 73 "src/crypto/cipher_extra/tls_cbc.c",
74 "src/crypto/cipher/e_tls.c",
75 "src/crypto/cipher/internal.h",
76 "src/crypto/cipher/tls_cbc.c",
77 "src/crypto/cmac/cmac.c", 74 "src/crypto/cmac/cmac.c",
78 "src/crypto/conf/conf.c", 75 "src/crypto/conf/conf.c",
79 "src/crypto/conf/conf_def.h", 76 "src/crypto/conf/conf_def.h",
80 "src/crypto/conf/internal.h", 77 "src/crypto/conf/internal.h",
81 "src/crypto/cpu-aarch64-linux.c", 78 "src/crypto/cpu-aarch64-linux.c",
82 "src/crypto/cpu-arm-linux.c", 79 "src/crypto/cpu-arm-linux.c",
83 "src/crypto/cpu-arm.c", 80 "src/crypto/cpu-arm.c",
84 "src/crypto/cpu-intel.c", 81 "src/crypto/cpu-intel.c",
85 "src/crypto/cpu-ppc64le.c", 82 "src/crypto/cpu-ppc64le.c",
86 "src/crypto/crypto.c", 83 "src/crypto/crypto.c",
87 "src/crypto/curve25519/curve25519.c", 84 "src/crypto/curve25519/curve25519.c",
88 "src/crypto/curve25519/internal.h", 85 "src/crypto/curve25519/internal.h",
89 "src/crypto/curve25519/spake25519.c", 86 "src/crypto/curve25519/spake25519.c",
90 "src/crypto/curve25519/x25519-x86_64.c", 87 "src/crypto/curve25519/x25519-x86_64.c",
91 "src/crypto/dh/check.c", 88 "src/crypto/dh/check.c",
92 "src/crypto/dh/dh.c", 89 "src/crypto/dh/dh.c",
93 "src/crypto/dh/dh_asn1.c", 90 "src/crypto/dh/dh_asn1.c",
94 "src/crypto/dh/params.c", 91 "src/crypto/dh/params.c",
95 "src/crypto/digest_extra/digest_extra.c", 92 "src/crypto/digest_extra/digest_extra.c",
96 "src/crypto/digest_extra/internal.h", 93 "src/crypto/digest_extra/internal.h",
97 "src/crypto/dsa/dsa.c", 94 "src/crypto/dsa/dsa.c",
98 "src/crypto/dsa/dsa_asn1.c", 95 "src/crypto/dsa/dsa_asn1.c",
99 "src/crypto/ec/ec.c", 96 "src/crypto/ec_extra/ec_asn1.c",
100 "src/crypto/ec/ec_asn1.c",
101 "src/crypto/ec/ec_key.c",
102 "src/crypto/ec/ec_montgomery.c",
103 "src/crypto/ec/internal.h",
104 "src/crypto/ec/oct.c",
105 "src/crypto/ec/p224-64.c",
106 "src/crypto/ec/p256-64.c",
107 "src/crypto/ec/p256-x86_64-table.h",
108 "src/crypto/ec/p256-x86_64.c",
109 "src/crypto/ec/p256-x86_64.h",
110 "src/crypto/ec/simple.c",
111 "src/crypto/ec/util-64.c",
112 "src/crypto/ec/wnaf.c",
113 "src/crypto/ecdh/ecdh.c", 97 "src/crypto/ecdh/ecdh.c",
114 "src/crypto/ecdsa/ecdsa.c", 98 "src/crypto/ecdsa_extra/ecdsa_asn1.c",
115 "src/crypto/ecdsa/ecdsa_asn1.c",
116 "src/crypto/engine/engine.c", 99 "src/crypto/engine/engine.c",
117 "src/crypto/err/err.c", 100 "src/crypto/err/err.c",
118 "src/crypto/evp/digestsign.c", 101 "src/crypto/evp/digestsign.c",
119 "src/crypto/evp/evp.c", 102 "src/crypto/evp/evp.c",
120 "src/crypto/evp/evp_asn1.c", 103 "src/crypto/evp/evp_asn1.c",
121 "src/crypto/evp/evp_ctx.c", 104 "src/crypto/evp/evp_ctx.c",
122 "src/crypto/evp/internal.h", 105 "src/crypto/evp/internal.h",
123 "src/crypto/evp/p_dsa_asn1.c", 106 "src/crypto/evp/p_dsa_asn1.c",
124 "src/crypto/evp/p_ec.c", 107 "src/crypto/evp/p_ec.c",
125 "src/crypto/evp/p_ec_asn1.c", 108 "src/crypto/evp/p_ec_asn1.c",
126 "src/crypto/evp/p_ed25519.c", 109 "src/crypto/evp/p_ed25519.c",
127 "src/crypto/evp/p_ed25519_asn1.c", 110 "src/crypto/evp/p_ed25519_asn1.c",
128 "src/crypto/evp/p_rsa.c", 111 "src/crypto/evp/p_rsa.c",
129 "src/crypto/evp/p_rsa_asn1.c", 112 "src/crypto/evp/p_rsa_asn1.c",
130 "src/crypto/evp/pbkdf.c", 113 "src/crypto/evp/pbkdf.c",
131 "src/crypto/evp/print.c", 114 "src/crypto/evp/print.c",
132 "src/crypto/evp/sign.c", 115 "src/crypto/evp/sign.c",
133 "src/crypto/ex_data.c", 116 "src/crypto/ex_data.c",
117 "src/crypto/fipsmodule/aes/internal.h",
134 "src/crypto/fipsmodule/bcm.c", 118 "src/crypto/fipsmodule/bcm.c",
135 "src/crypto/fipsmodule/bn/internal.h", 119 "src/crypto/fipsmodule/bn/internal.h",
136 "src/crypto/fipsmodule/bn/rsaz_exp.h", 120 "src/crypto/fipsmodule/bn/rsaz_exp.h",
121 "src/crypto/fipsmodule/cipher/internal.h",
137 "src/crypto/fipsmodule/delocate.h", 122 "src/crypto/fipsmodule/delocate.h",
138 "src/crypto/fipsmodule/des/internal.h", 123 "src/crypto/fipsmodule/des/internal.h",
139 "src/crypto/fipsmodule/digest/internal.h", 124 "src/crypto/fipsmodule/digest/internal.h",
140 "src/crypto/fipsmodule/digest/md32_common.h", 125 "src/crypto/fipsmodule/digest/md32_common.h",
126 "src/crypto/fipsmodule/ec/internal.h",
127 "src/crypto/fipsmodule/ec/p256-x86_64-table.h",
128 "src/crypto/fipsmodule/ec/p256-x86_64.h",
141 "src/crypto/fipsmodule/is_fips.c", 129 "src/crypto/fipsmodule/is_fips.c",
142 "src/crypto/fipsmodule/modes/internal.h", 130 "src/crypto/fipsmodule/modes/internal.h",
143 "src/crypto/fipsmodule/rand/internal.h", 131 "src/crypto/fipsmodule/rand/internal.h",
132 "src/crypto/fipsmodule/rsa/internal.h",
144 "src/crypto/hkdf/hkdf.c", 133 "src/crypto/hkdf/hkdf.c",
145 "src/crypto/internal.h", 134 "src/crypto/internal.h",
146 "src/crypto/lhash/lhash.c", 135 "src/crypto/lhash/lhash.c",
147 "src/crypto/mem.c", 136 "src/crypto/mem.c",
148 "src/crypto/obj/obj.c", 137 "src/crypto/obj/obj.c",
149 "src/crypto/obj/obj_dat.h", 138 "src/crypto/obj/obj_dat.h",
150 "src/crypto/obj/obj_xref.c", 139 "src/crypto/obj/obj_xref.c",
151 "src/crypto/pem/pem_all.c", 140 "src/crypto/pem/pem_all.c",
152 "src/crypto/pem/pem_info.c", 141 "src/crypto/pem/pem_info.c",
153 "src/crypto/pem/pem_lib.c", 142 "src/crypto/pem/pem_lib.c",
(...skipping 16 matching lines...) Expand all
170 "src/crypto/pool/internal.h", 159 "src/crypto/pool/internal.h",
171 "src/crypto/pool/pool.c", 160 "src/crypto/pool/pool.c",
172 "src/crypto/rand_extra/deterministic.c", 161 "src/crypto/rand_extra/deterministic.c",
173 "src/crypto/rand_extra/forkunsafe.c", 162 "src/crypto/rand_extra/forkunsafe.c",
174 "src/crypto/rand_extra/fuchsia.c", 163 "src/crypto/rand_extra/fuchsia.c",
175 "src/crypto/rand_extra/rand_extra.c", 164 "src/crypto/rand_extra/rand_extra.c",
176 "src/crypto/rand_extra/windows.c", 165 "src/crypto/rand_extra/windows.c",
177 "src/crypto/rc4/rc4.c", 166 "src/crypto/rc4/rc4.c",
178 "src/crypto/refcount_c11.c", 167 "src/crypto/refcount_c11.c",
179 "src/crypto/refcount_lock.c", 168 "src/crypto/refcount_lock.c",
180 "src/crypto/rsa/blinding.c", 169 "src/crypto/rsa_extra/rsa_asn1.c",
181 "src/crypto/rsa/internal.h",
182 "src/crypto/rsa/padding.c",
183 "src/crypto/rsa/rsa.c",
184 "src/crypto/rsa/rsa_asn1.c",
185 "src/crypto/rsa/rsa_impl.c",
186 "src/crypto/stack/stack.c", 170 "src/crypto/stack/stack.c",
187 "src/crypto/thread.c", 171 "src/crypto/thread.c",
188 "src/crypto/thread_none.c", 172 "src/crypto/thread_none.c",
189 "src/crypto/thread_pthread.c", 173 "src/crypto/thread_pthread.c",
190 "src/crypto/thread_win.c", 174 "src/crypto/thread_win.c",
191 "src/crypto/x509/a_digest.c", 175 "src/crypto/x509/a_digest.c",
192 "src/crypto/x509/a_sign.c", 176 "src/crypto/x509/a_sign.c",
193 "src/crypto/x509/a_strex.c", 177 "src/crypto/x509/a_strex.c",
194 "src/crypto/x509/a_verify.c", 178 "src/crypto/x509/a_verify.c",
195 "src/crypto/x509/algorithm.c", 179 "src/crypto/x509/algorithm.c",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 "linux-x86/crypto/fipsmodule/md5-586.S", 413 "linux-x86/crypto/fipsmodule/md5-586.S",
430 "linux-x86/crypto/fipsmodule/sha1-586.S", 414 "linux-x86/crypto/fipsmodule/sha1-586.S",
431 "linux-x86/crypto/fipsmodule/sha256-586.S", 415 "linux-x86/crypto/fipsmodule/sha256-586.S",
432 "linux-x86/crypto/fipsmodule/sha512-586.S", 416 "linux-x86/crypto/fipsmodule/sha512-586.S",
433 "linux-x86/crypto/fipsmodule/vpaes-x86.S", 417 "linux-x86/crypto/fipsmodule/vpaes-x86.S",
434 "linux-x86/crypto/fipsmodule/x86-mont.S", 418 "linux-x86/crypto/fipsmodule/x86-mont.S",
435 ] 419 ]
436 420
437 crypto_sources_linux_x86_64 = [ 421 crypto_sources_linux_x86_64 = [
438 "linux-x86_64/crypto/chacha/chacha-x86_64.S", 422 "linux-x86_64/crypto/chacha/chacha-x86_64.S",
439 "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", 423 "linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S",
440 "linux-x86_64/crypto/ec/p256-x86_64-asm.S", 424 "linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S",
441 "linux-x86_64/crypto/fipsmodule/aes-x86_64.S", 425 "linux-x86_64/crypto/fipsmodule/aes-x86_64.S",
442 "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", 426 "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S",
443 "linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", 427 "linux-x86_64/crypto/fipsmodule/aesni-x86_64.S",
444 "linux-x86_64/crypto/fipsmodule/bsaes-x86_64.S", 428 "linux-x86_64/crypto/fipsmodule/bsaes-x86_64.S",
445 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", 429 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S",
446 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S", 430 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S",
431 "linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S",
447 "linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", 432 "linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S",
448 "linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", 433 "linux-x86_64/crypto/fipsmodule/rsaz-avx2.S",
449 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", 434 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S",
450 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", 435 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S",
451 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", 436 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S",
452 "linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", 437 "linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S",
453 "linux-x86_64/crypto/fipsmodule/x86_64-mont.S", 438 "linux-x86_64/crypto/fipsmodule/x86_64-mont.S",
454 "linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", 439 "linux-x86_64/crypto/fipsmodule/x86_64-mont5.S",
455 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", 440 "src/crypto/curve25519/asm/x25519-asm-x86_64.S",
456 ] 441 ]
457 442
458 crypto_sources_mac_x86 = [ 443 crypto_sources_mac_x86 = [
459 "mac-x86/crypto/chacha/chacha-x86.S", 444 "mac-x86/crypto/chacha/chacha-x86.S",
460 "mac-x86/crypto/fipsmodule/aes-586.S", 445 "mac-x86/crypto/fipsmodule/aes-586.S",
461 "mac-x86/crypto/fipsmodule/aesni-x86.S", 446 "mac-x86/crypto/fipsmodule/aesni-x86.S",
462 "mac-x86/crypto/fipsmodule/bn-586.S", 447 "mac-x86/crypto/fipsmodule/bn-586.S",
463 "mac-x86/crypto/fipsmodule/co-586.S", 448 "mac-x86/crypto/fipsmodule/co-586.S",
464 "mac-x86/crypto/fipsmodule/ghash-x86.S", 449 "mac-x86/crypto/fipsmodule/ghash-x86.S",
465 "mac-x86/crypto/fipsmodule/md5-586.S", 450 "mac-x86/crypto/fipsmodule/md5-586.S",
466 "mac-x86/crypto/fipsmodule/sha1-586.S", 451 "mac-x86/crypto/fipsmodule/sha1-586.S",
467 "mac-x86/crypto/fipsmodule/sha256-586.S", 452 "mac-x86/crypto/fipsmodule/sha256-586.S",
468 "mac-x86/crypto/fipsmodule/sha512-586.S", 453 "mac-x86/crypto/fipsmodule/sha512-586.S",
469 "mac-x86/crypto/fipsmodule/vpaes-x86.S", 454 "mac-x86/crypto/fipsmodule/vpaes-x86.S",
470 "mac-x86/crypto/fipsmodule/x86-mont.S", 455 "mac-x86/crypto/fipsmodule/x86-mont.S",
471 ] 456 ]
472 457
473 crypto_sources_mac_x86_64 = [ 458 crypto_sources_mac_x86_64 = [
474 "mac-x86_64/crypto/chacha/chacha-x86_64.S", 459 "mac-x86_64/crypto/chacha/chacha-x86_64.S",
475 "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", 460 "mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S",
476 "mac-x86_64/crypto/ec/p256-x86_64-asm.S", 461 "mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S",
477 "mac-x86_64/crypto/fipsmodule/aes-x86_64.S", 462 "mac-x86_64/crypto/fipsmodule/aes-x86_64.S",
478 "mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", 463 "mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S",
479 "mac-x86_64/crypto/fipsmodule/aesni-x86_64.S", 464 "mac-x86_64/crypto/fipsmodule/aesni-x86_64.S",
480 "mac-x86_64/crypto/fipsmodule/bsaes-x86_64.S", 465 "mac-x86_64/crypto/fipsmodule/bsaes-x86_64.S",
481 "mac-x86_64/crypto/fipsmodule/ghash-x86_64.S", 466 "mac-x86_64/crypto/fipsmodule/ghash-x86_64.S",
482 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S", 467 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S",
468 "mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S",
483 "mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S", 469 "mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S",
484 "mac-x86_64/crypto/fipsmodule/rsaz-avx2.S", 470 "mac-x86_64/crypto/fipsmodule/rsaz-avx2.S",
485 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S", 471 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S",
486 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S", 472 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S",
487 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S", 473 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S",
488 "mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S", 474 "mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S",
489 "mac-x86_64/crypto/fipsmodule/x86_64-mont.S", 475 "mac-x86_64/crypto/fipsmodule/x86_64-mont.S",
490 "mac-x86_64/crypto/fipsmodule/x86_64-mont5.S", 476 "mac-x86_64/crypto/fipsmodule/x86_64-mont5.S",
491 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", 477 "src/crypto/curve25519/asm/x25519-asm-x86_64.S",
492 ] 478 ]
493 479
494 crypto_sources_win_x86 = [ 480 crypto_sources_win_x86 = [
495 "win-x86/crypto/chacha/chacha-x86.asm", 481 "win-x86/crypto/chacha/chacha-x86.asm",
496 "win-x86/crypto/fipsmodule/aes-586.asm", 482 "win-x86/crypto/fipsmodule/aes-586.asm",
497 "win-x86/crypto/fipsmodule/aesni-x86.asm", 483 "win-x86/crypto/fipsmodule/aesni-x86.asm",
498 "win-x86/crypto/fipsmodule/bn-586.asm", 484 "win-x86/crypto/fipsmodule/bn-586.asm",
499 "win-x86/crypto/fipsmodule/co-586.asm", 485 "win-x86/crypto/fipsmodule/co-586.asm",
500 "win-x86/crypto/fipsmodule/ghash-x86.asm", 486 "win-x86/crypto/fipsmodule/ghash-x86.asm",
501 "win-x86/crypto/fipsmodule/md5-586.asm", 487 "win-x86/crypto/fipsmodule/md5-586.asm",
502 "win-x86/crypto/fipsmodule/sha1-586.asm", 488 "win-x86/crypto/fipsmodule/sha1-586.asm",
503 "win-x86/crypto/fipsmodule/sha256-586.asm", 489 "win-x86/crypto/fipsmodule/sha256-586.asm",
504 "win-x86/crypto/fipsmodule/sha512-586.asm", 490 "win-x86/crypto/fipsmodule/sha512-586.asm",
505 "win-x86/crypto/fipsmodule/vpaes-x86.asm", 491 "win-x86/crypto/fipsmodule/vpaes-x86.asm",
506 "win-x86/crypto/fipsmodule/x86-mont.asm", 492 "win-x86/crypto/fipsmodule/x86-mont.asm",
507 ] 493 ]
508 494
509 crypto_sources_win_x86_64 = [ 495 crypto_sources_win_x86_64 = [
510 "win-x86_64/crypto/chacha/chacha-x86_64.asm", 496 "win-x86_64/crypto/chacha/chacha-x86_64.asm",
511 "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", 497 "win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm",
512 "win-x86_64/crypto/ec/p256-x86_64-asm.asm", 498 "win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm",
513 "win-x86_64/crypto/fipsmodule/aes-x86_64.asm", 499 "win-x86_64/crypto/fipsmodule/aes-x86_64.asm",
514 "win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm", 500 "win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm",
515 "win-x86_64/crypto/fipsmodule/aesni-x86_64.asm", 501 "win-x86_64/crypto/fipsmodule/aesni-x86_64.asm",
516 "win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm", 502 "win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm",
517 "win-x86_64/crypto/fipsmodule/ghash-x86_64.asm", 503 "win-x86_64/crypto/fipsmodule/ghash-x86_64.asm",
518 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm", 504 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm",
505 "win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm",
519 "win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm", 506 "win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm",
520 "win-x86_64/crypto/fipsmodule/rsaz-avx2.asm", 507 "win-x86_64/crypto/fipsmodule/rsaz-avx2.asm",
521 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm", 508 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm",
522 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm", 509 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm",
523 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm", 510 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm",
524 "win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm", 511 "win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm",
525 "win-x86_64/crypto/fipsmodule/x86_64-mont.asm", 512 "win-x86_64/crypto/fipsmodule/x86_64-mont.asm",
526 "win-x86_64/crypto/fipsmodule/x86_64-mont5.asm", 513 "win-x86_64/crypto/fipsmodule/x86_64-mont5.asm",
527 ] 514 ]
528 515
529 fuzzers = [ 516 fuzzers = [
530 "cert", 517 "cert",
531 "client", 518 "client",
532 "pkcs8", 519 "pkcs8",
533 "privkey", 520 "privkey",
534 "read_pem", 521 "read_pem",
535 "server", 522 "server",
536 "session", 523 "session",
537 "spki", 524 "spki",
538 "ssl_ctx_api", 525 "ssl_ctx_api",
539 ] 526 ]
OLDNEW
« no previous file with comments | « DEPS ('k') | third_party/boringssl/BUILD.generated_tests.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698