blob: 68a7e7d90cdfda7406daa10367d5c3187ac74d10 [file] [log] [blame]
Pete Bentleyd46fafb2019-08-19 17:00:14 +01001# Copyright (C) 2019 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15# This file is created by generate_build_files.py. Do not edit manually.
16# To specify a custom path prefix, set BORINGSSL_ROOT before including this
17# file, or use list(TRANSFORM ... PREPEND) from CMake 3.12.
18
19set(crypto_sources
20 ${BORINGSSL_ROOT}err_data.c
21 ${BORINGSSL_ROOT}src/crypto/asn1/a_bitstr.c
22 ${BORINGSSL_ROOT}src/crypto/asn1/a_bool.c
23 ${BORINGSSL_ROOT}src/crypto/asn1/a_d2i_fp.c
24 ${BORINGSSL_ROOT}src/crypto/asn1/a_dup.c
25 ${BORINGSSL_ROOT}src/crypto/asn1/a_enum.c
26 ${BORINGSSL_ROOT}src/crypto/asn1/a_gentm.c
27 ${BORINGSSL_ROOT}src/crypto/asn1/a_i2d_fp.c
28 ${BORINGSSL_ROOT}src/crypto/asn1/a_int.c
29 ${BORINGSSL_ROOT}src/crypto/asn1/a_mbstr.c
30 ${BORINGSSL_ROOT}src/crypto/asn1/a_object.c
31 ${BORINGSSL_ROOT}src/crypto/asn1/a_octet.c
32 ${BORINGSSL_ROOT}src/crypto/asn1/a_print.c
33 ${BORINGSSL_ROOT}src/crypto/asn1/a_strnid.c
34 ${BORINGSSL_ROOT}src/crypto/asn1/a_time.c
35 ${BORINGSSL_ROOT}src/crypto/asn1/a_type.c
36 ${BORINGSSL_ROOT}src/crypto/asn1/a_utctm.c
37 ${BORINGSSL_ROOT}src/crypto/asn1/a_utf8.c
38 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_lib.c
39 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_par.c
40 ${BORINGSSL_ROOT}src/crypto/asn1/asn_pack.c
41 ${BORINGSSL_ROOT}src/crypto/asn1/f_enum.c
42 ${BORINGSSL_ROOT}src/crypto/asn1/f_int.c
43 ${BORINGSSL_ROOT}src/crypto/asn1/f_string.c
44 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_dec.c
45 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_enc.c
46 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_fre.c
47 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_new.c
48 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_typ.c
49 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_utl.c
50 ${BORINGSSL_ROOT}src/crypto/asn1/time_support.c
51 ${BORINGSSL_ROOT}src/crypto/base64/base64.c
52 ${BORINGSSL_ROOT}src/crypto/bio/bio.c
53 ${BORINGSSL_ROOT}src/crypto/bio/bio_mem.c
54 ${BORINGSSL_ROOT}src/crypto/bio/connect.c
55 ${BORINGSSL_ROOT}src/crypto/bio/fd.c
56 ${BORINGSSL_ROOT}src/crypto/bio/file.c
57 ${BORINGSSL_ROOT}src/crypto/bio/hexdump.c
58 ${BORINGSSL_ROOT}src/crypto/bio/pair.c
59 ${BORINGSSL_ROOT}src/crypto/bio/printf.c
60 ${BORINGSSL_ROOT}src/crypto/bio/socket.c
61 ${BORINGSSL_ROOT}src/crypto/bio/socket_helper.c
62 ${BORINGSSL_ROOT}src/crypto/bn_extra/bn_asn1.c
63 ${BORINGSSL_ROOT}src/crypto/bn_extra/convert.c
64 ${BORINGSSL_ROOT}src/crypto/buf/buf.c
65 ${BORINGSSL_ROOT}src/crypto/bytestring/asn1_compat.c
66 ${BORINGSSL_ROOT}src/crypto/bytestring/ber.c
67 ${BORINGSSL_ROOT}src/crypto/bytestring/cbb.c
68 ${BORINGSSL_ROOT}src/crypto/bytestring/cbs.c
69 ${BORINGSSL_ROOT}src/crypto/bytestring/unicode.c
70 ${BORINGSSL_ROOT}src/crypto/chacha/chacha.c
71 ${BORINGSSL_ROOT}src/crypto/cipher_extra/cipher_extra.c
72 ${BORINGSSL_ROOT}src/crypto/cipher_extra/derive_key.c
73 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_aesccm.c
74 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_aesctrhmac.c
75 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_aesgcmsiv.c
76 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_chacha20poly1305.c
77 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_null.c
78 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_rc2.c
79 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_rc4.c
80 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_tls.c
81 ${BORINGSSL_ROOT}src/crypto/cipher_extra/tls_cbc.c
82 ${BORINGSSL_ROOT}src/crypto/cmac/cmac.c
83 ${BORINGSSL_ROOT}src/crypto/conf/conf.c
84 ${BORINGSSL_ROOT}src/crypto/cpu-aarch64-fuchsia.c
85 ${BORINGSSL_ROOT}src/crypto/cpu-aarch64-linux.c
86 ${BORINGSSL_ROOT}src/crypto/cpu-arm-linux.c
87 ${BORINGSSL_ROOT}src/crypto/cpu-arm.c
88 ${BORINGSSL_ROOT}src/crypto/cpu-intel.c
89 ${BORINGSSL_ROOT}src/crypto/cpu-ppc64le.c
90 ${BORINGSSL_ROOT}src/crypto/crypto.c
91 ${BORINGSSL_ROOT}src/crypto/curve25519/spake25519.c
92 ${BORINGSSL_ROOT}src/crypto/dh/check.c
93 ${BORINGSSL_ROOT}src/crypto/dh/dh.c
94 ${BORINGSSL_ROOT}src/crypto/dh/dh_asn1.c
95 ${BORINGSSL_ROOT}src/crypto/dh/params.c
96 ${BORINGSSL_ROOT}src/crypto/digest_extra/digest_extra.c
97 ${BORINGSSL_ROOT}src/crypto/dsa/dsa.c
98 ${BORINGSSL_ROOT}src/crypto/dsa/dsa_asn1.c
99 ${BORINGSSL_ROOT}src/crypto/ec_extra/ec_asn1.c
Tobias Thiererb201fcd2019-10-15 21:48:16 +0100100 ${BORINGSSL_ROOT}src/crypto/ec_extra/ec_derive.c
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100101 ${BORINGSSL_ROOT}src/crypto/ecdh_extra/ecdh_extra.c
102 ${BORINGSSL_ROOT}src/crypto/ecdsa_extra/ecdsa_asn1.c
103 ${BORINGSSL_ROOT}src/crypto/engine/engine.c
104 ${BORINGSSL_ROOT}src/crypto/err/err.c
105 ${BORINGSSL_ROOT}src/crypto/evp/digestsign.c
106 ${BORINGSSL_ROOT}src/crypto/evp/evp.c
107 ${BORINGSSL_ROOT}src/crypto/evp/evp_asn1.c
108 ${BORINGSSL_ROOT}src/crypto/evp/evp_ctx.c
109 ${BORINGSSL_ROOT}src/crypto/evp/p_dsa_asn1.c
110 ${BORINGSSL_ROOT}src/crypto/evp/p_ec.c
111 ${BORINGSSL_ROOT}src/crypto/evp/p_ec_asn1.c
112 ${BORINGSSL_ROOT}src/crypto/evp/p_ed25519.c
113 ${BORINGSSL_ROOT}src/crypto/evp/p_ed25519_asn1.c
114 ${BORINGSSL_ROOT}src/crypto/evp/p_rsa.c
115 ${BORINGSSL_ROOT}src/crypto/evp/p_rsa_asn1.c
116 ${BORINGSSL_ROOT}src/crypto/evp/p_x25519.c
117 ${BORINGSSL_ROOT}src/crypto/evp/p_x25519_asn1.c
118 ${BORINGSSL_ROOT}src/crypto/evp/pbkdf.c
119 ${BORINGSSL_ROOT}src/crypto/evp/print.c
120 ${BORINGSSL_ROOT}src/crypto/evp/scrypt.c
121 ${BORINGSSL_ROOT}src/crypto/evp/sign.c
122 ${BORINGSSL_ROOT}src/crypto/ex_data.c
123 ${BORINGSSL_ROOT}src/crypto/fipsmodule/bcm.c
124 ${BORINGSSL_ROOT}src/crypto/fipsmodule/fips_shared_support.c
125 ${BORINGSSL_ROOT}src/crypto/fipsmodule/is_fips.c
126 ${BORINGSSL_ROOT}src/crypto/hkdf/hkdf.c
127 ${BORINGSSL_ROOT}src/crypto/hrss/hrss.c
128 ${BORINGSSL_ROOT}src/crypto/lhash/lhash.c
129 ${BORINGSSL_ROOT}src/crypto/mem.c
130 ${BORINGSSL_ROOT}src/crypto/obj/obj.c
131 ${BORINGSSL_ROOT}src/crypto/obj/obj_xref.c
132 ${BORINGSSL_ROOT}src/crypto/pem/pem_all.c
133 ${BORINGSSL_ROOT}src/crypto/pem/pem_info.c
134 ${BORINGSSL_ROOT}src/crypto/pem/pem_lib.c
135 ${BORINGSSL_ROOT}src/crypto/pem/pem_oth.c
136 ${BORINGSSL_ROOT}src/crypto/pem/pem_pk8.c
137 ${BORINGSSL_ROOT}src/crypto/pem/pem_pkey.c
138 ${BORINGSSL_ROOT}src/crypto/pem/pem_x509.c
139 ${BORINGSSL_ROOT}src/crypto/pem/pem_xaux.c
140 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7.c
141 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7_x509.c
142 ${BORINGSSL_ROOT}src/crypto/pkcs8/p5_pbev2.c
143 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8.c
144 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8_x509.c
145 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305.c
146 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_arm.c
147 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_vec.c
148 ${BORINGSSL_ROOT}src/crypto/pool/pool.c
149 ${BORINGSSL_ROOT}src/crypto/rand_extra/deterministic.c
150 ${BORINGSSL_ROOT}src/crypto/rand_extra/forkunsafe.c
151 ${BORINGSSL_ROOT}src/crypto/rand_extra/fuchsia.c
152 ${BORINGSSL_ROOT}src/crypto/rand_extra/rand_extra.c
153 ${BORINGSSL_ROOT}src/crypto/rand_extra/windows.c
154 ${BORINGSSL_ROOT}src/crypto/rc4/rc4.c
155 ${BORINGSSL_ROOT}src/crypto/refcount_c11.c
156 ${BORINGSSL_ROOT}src/crypto/refcount_lock.c
157 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_asn1.c
158 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_print.c
159 ${BORINGSSL_ROOT}src/crypto/siphash/siphash.c
160 ${BORINGSSL_ROOT}src/crypto/stack/stack.c
161 ${BORINGSSL_ROOT}src/crypto/thread.c
162 ${BORINGSSL_ROOT}src/crypto/thread_none.c
163 ${BORINGSSL_ROOT}src/crypto/thread_pthread.c
164 ${BORINGSSL_ROOT}src/crypto/thread_win.c
165 ${BORINGSSL_ROOT}src/crypto/x509/a_digest.c
166 ${BORINGSSL_ROOT}src/crypto/x509/a_sign.c
167 ${BORINGSSL_ROOT}src/crypto/x509/a_strex.c
168 ${BORINGSSL_ROOT}src/crypto/x509/a_verify.c
169 ${BORINGSSL_ROOT}src/crypto/x509/algorithm.c
170 ${BORINGSSL_ROOT}src/crypto/x509/asn1_gen.c
171 ${BORINGSSL_ROOT}src/crypto/x509/by_dir.c
172 ${BORINGSSL_ROOT}src/crypto/x509/by_file.c
173 ${BORINGSSL_ROOT}src/crypto/x509/i2d_pr.c
174 ${BORINGSSL_ROOT}src/crypto/x509/rsa_pss.c
175 ${BORINGSSL_ROOT}src/crypto/x509/t_crl.c
176 ${BORINGSSL_ROOT}src/crypto/x509/t_req.c
177 ${BORINGSSL_ROOT}src/crypto/x509/t_x509.c
178 ${BORINGSSL_ROOT}src/crypto/x509/t_x509a.c
179 ${BORINGSSL_ROOT}src/crypto/x509/x509.c
180 ${BORINGSSL_ROOT}src/crypto/x509/x509_att.c
181 ${BORINGSSL_ROOT}src/crypto/x509/x509_cmp.c
182 ${BORINGSSL_ROOT}src/crypto/x509/x509_d2.c
183 ${BORINGSSL_ROOT}src/crypto/x509/x509_def.c
184 ${BORINGSSL_ROOT}src/crypto/x509/x509_ext.c
185 ${BORINGSSL_ROOT}src/crypto/x509/x509_lu.c
186 ${BORINGSSL_ROOT}src/crypto/x509/x509_obj.c
187 ${BORINGSSL_ROOT}src/crypto/x509/x509_r2x.c
188 ${BORINGSSL_ROOT}src/crypto/x509/x509_req.c
189 ${BORINGSSL_ROOT}src/crypto/x509/x509_set.c
190 ${BORINGSSL_ROOT}src/crypto/x509/x509_trs.c
191 ${BORINGSSL_ROOT}src/crypto/x509/x509_txt.c
192 ${BORINGSSL_ROOT}src/crypto/x509/x509_v3.c
193 ${BORINGSSL_ROOT}src/crypto/x509/x509_vfy.c
194 ${BORINGSSL_ROOT}src/crypto/x509/x509_vpm.c
195 ${BORINGSSL_ROOT}src/crypto/x509/x509cset.c
196 ${BORINGSSL_ROOT}src/crypto/x509/x509name.c
197 ${BORINGSSL_ROOT}src/crypto/x509/x509rset.c
198 ${BORINGSSL_ROOT}src/crypto/x509/x509spki.c
199 ${BORINGSSL_ROOT}src/crypto/x509/x_algor.c
200 ${BORINGSSL_ROOT}src/crypto/x509/x_all.c
201 ${BORINGSSL_ROOT}src/crypto/x509/x_attrib.c
202 ${BORINGSSL_ROOT}src/crypto/x509/x_crl.c
203 ${BORINGSSL_ROOT}src/crypto/x509/x_exten.c
204 ${BORINGSSL_ROOT}src/crypto/x509/x_info.c
205 ${BORINGSSL_ROOT}src/crypto/x509/x_name.c
206 ${BORINGSSL_ROOT}src/crypto/x509/x_pkey.c
207 ${BORINGSSL_ROOT}src/crypto/x509/x_pubkey.c
208 ${BORINGSSL_ROOT}src/crypto/x509/x_req.c
209 ${BORINGSSL_ROOT}src/crypto/x509/x_sig.c
210 ${BORINGSSL_ROOT}src/crypto/x509/x_spki.c
211 ${BORINGSSL_ROOT}src/crypto/x509/x_val.c
212 ${BORINGSSL_ROOT}src/crypto/x509/x_x509.c
213 ${BORINGSSL_ROOT}src/crypto/x509/x_x509a.c
214 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_cache.c
215 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_data.c
216 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_lib.c
217 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_map.c
218 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_node.c
219 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_tree.c
220 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_akey.c
221 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_akeya.c
222 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_alt.c
223 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_bcons.c
224 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_bitst.c
225 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_conf.c
226 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_cpols.c
227 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_crld.c
228 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_enum.c
229 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_extku.c
230 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_genn.c
231 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ia5.c
232 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_info.c
233 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_int.c
234 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_lib.c
235 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ncons.c
236 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ocsp.c
237 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pci.c
238 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pcia.c
239 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pcons.c
240 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pku.c
241 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pmaps.c
242 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_prn.c
243 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_purp.c
244 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_skey.c
245 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_sxnet.c
246 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_utl.c
247 ${BORINGSSL_ROOT}src/third_party/fiat/curve25519.c
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100248)
249set(ssl_sources
250 ${BORINGSSL_ROOT}src/ssl/bio_ssl.cc
251 ${BORINGSSL_ROOT}src/ssl/d1_both.cc
252 ${BORINGSSL_ROOT}src/ssl/d1_lib.cc
253 ${BORINGSSL_ROOT}src/ssl/d1_pkt.cc
254 ${BORINGSSL_ROOT}src/ssl/d1_srtp.cc
255 ${BORINGSSL_ROOT}src/ssl/dtls_method.cc
256 ${BORINGSSL_ROOT}src/ssl/dtls_record.cc
257 ${BORINGSSL_ROOT}src/ssl/handoff.cc
258 ${BORINGSSL_ROOT}src/ssl/handshake.cc
259 ${BORINGSSL_ROOT}src/ssl/handshake_client.cc
260 ${BORINGSSL_ROOT}src/ssl/handshake_server.cc
261 ${BORINGSSL_ROOT}src/ssl/s3_both.cc
262 ${BORINGSSL_ROOT}src/ssl/s3_lib.cc
263 ${BORINGSSL_ROOT}src/ssl/s3_pkt.cc
264 ${BORINGSSL_ROOT}src/ssl/ssl_aead_ctx.cc
265 ${BORINGSSL_ROOT}src/ssl/ssl_asn1.cc
266 ${BORINGSSL_ROOT}src/ssl/ssl_buffer.cc
267 ${BORINGSSL_ROOT}src/ssl/ssl_cert.cc
268 ${BORINGSSL_ROOT}src/ssl/ssl_cipher.cc
269 ${BORINGSSL_ROOT}src/ssl/ssl_file.cc
270 ${BORINGSSL_ROOT}src/ssl/ssl_key_share.cc
271 ${BORINGSSL_ROOT}src/ssl/ssl_lib.cc
272 ${BORINGSSL_ROOT}src/ssl/ssl_privkey.cc
273 ${BORINGSSL_ROOT}src/ssl/ssl_session.cc
274 ${BORINGSSL_ROOT}src/ssl/ssl_stat.cc
275 ${BORINGSSL_ROOT}src/ssl/ssl_transcript.cc
276 ${BORINGSSL_ROOT}src/ssl/ssl_versions.cc
277 ${BORINGSSL_ROOT}src/ssl/ssl_x509.cc
278 ${BORINGSSL_ROOT}src/ssl/t1_enc.cc
279 ${BORINGSSL_ROOT}src/ssl/t1_lib.cc
280 ${BORINGSSL_ROOT}src/ssl/tls13_both.cc
281 ${BORINGSSL_ROOT}src/ssl/tls13_client.cc
282 ${BORINGSSL_ROOT}src/ssl/tls13_enc.cc
283 ${BORINGSSL_ROOT}src/ssl/tls13_server.cc
284 ${BORINGSSL_ROOT}src/ssl/tls_method.cc
285 ${BORINGSSL_ROOT}src/ssl/tls_record.cc
286)
287set(tool_sources
288 ${BORINGSSL_ROOT}src/tool/args.cc
289 ${BORINGSSL_ROOT}src/tool/ciphers.cc
290 ${BORINGSSL_ROOT}src/tool/client.cc
291 ${BORINGSSL_ROOT}src/tool/const.cc
292 ${BORINGSSL_ROOT}src/tool/digest.cc
293 ${BORINGSSL_ROOT}src/tool/file.cc
294 ${BORINGSSL_ROOT}src/tool/generate_ed25519.cc
295 ${BORINGSSL_ROOT}src/tool/genrsa.cc
296 ${BORINGSSL_ROOT}src/tool/pkcs12.cc
297 ${BORINGSSL_ROOT}src/tool/rand.cc
298 ${BORINGSSL_ROOT}src/tool/server.cc
299 ${BORINGSSL_ROOT}src/tool/sign.cc
300 ${BORINGSSL_ROOT}src/tool/speed.cc
301 ${BORINGSSL_ROOT}src/tool/tool.cc
302 ${BORINGSSL_ROOT}src/tool/transport_common.cc
303)
304set(test_support_sources
305 ${BORINGSSL_ROOT}src/crypto/test/file_test.cc
306 ${BORINGSSL_ROOT}src/crypto/test/malloc.cc
307 ${BORINGSSL_ROOT}src/crypto/test/test_util.cc
308 ${BORINGSSL_ROOT}src/crypto/test/wycheproof_util.cc
309)
310set(crypto_test_sources
311 ${BORINGSSL_ROOT}crypto_test_data.cc
312 ${BORINGSSL_ROOT}src/crypto/abi_self_test.cc
313 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_test.cc
314 ${BORINGSSL_ROOT}src/crypto/base64/base64_test.cc
315 ${BORINGSSL_ROOT}src/crypto/bio/bio_test.cc
316 ${BORINGSSL_ROOT}src/crypto/buf/buf_test.cc
317 ${BORINGSSL_ROOT}src/crypto/bytestring/bytestring_test.cc
318 ${BORINGSSL_ROOT}src/crypto/chacha/chacha_test.cc
319 ${BORINGSSL_ROOT}src/crypto/cipher_extra/aead_test.cc
320 ${BORINGSSL_ROOT}src/crypto/cipher_extra/cipher_test.cc
321 ${BORINGSSL_ROOT}src/crypto/cmac/cmac_test.cc
322 ${BORINGSSL_ROOT}src/crypto/compiler_test.cc
323 ${BORINGSSL_ROOT}src/crypto/constant_time_test.cc
324 ${BORINGSSL_ROOT}src/crypto/cpu-arm-linux_test.cc
325 ${BORINGSSL_ROOT}src/crypto/curve25519/ed25519_test.cc
326 ${BORINGSSL_ROOT}src/crypto/curve25519/spake25519_test.cc
327 ${BORINGSSL_ROOT}src/crypto/curve25519/x25519_test.cc
328 ${BORINGSSL_ROOT}src/crypto/dh/dh_test.cc
329 ${BORINGSSL_ROOT}src/crypto/digest_extra/digest_test.cc
330 ${BORINGSSL_ROOT}src/crypto/dsa/dsa_test.cc
331 ${BORINGSSL_ROOT}src/crypto/ecdh_extra/ecdh_test.cc
332 ${BORINGSSL_ROOT}src/crypto/err/err_test.cc
333 ${BORINGSSL_ROOT}src/crypto/evp/evp_extra_test.cc
334 ${BORINGSSL_ROOT}src/crypto/evp/evp_test.cc
335 ${BORINGSSL_ROOT}src/crypto/evp/pbkdf_test.cc
336 ${BORINGSSL_ROOT}src/crypto/evp/scrypt_test.cc
337 ${BORINGSSL_ROOT}src/crypto/fipsmodule/aes/aes_test.cc
338 ${BORINGSSL_ROOT}src/crypto/fipsmodule/bn/bn_test.cc
339 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ec/ec_test.cc
340 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ec/p256-x86_64_test.cc
341 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ecdsa/ecdsa_test.cc
342 ${BORINGSSL_ROOT}src/crypto/fipsmodule/md5/md5_test.cc
343 ${BORINGSSL_ROOT}src/crypto/fipsmodule/modes/gcm_test.cc
344 ${BORINGSSL_ROOT}src/crypto/fipsmodule/rand/ctrdrbg_test.cc
345 ${BORINGSSL_ROOT}src/crypto/fipsmodule/sha/sha_test.cc
346 ${BORINGSSL_ROOT}src/crypto/hkdf/hkdf_test.cc
347 ${BORINGSSL_ROOT}src/crypto/hmac_extra/hmac_test.cc
348 ${BORINGSSL_ROOT}src/crypto/hrss/hrss_test.cc
349 ${BORINGSSL_ROOT}src/crypto/impl_dispatch_test.cc
350 ${BORINGSSL_ROOT}src/crypto/lhash/lhash_test.cc
351 ${BORINGSSL_ROOT}src/crypto/obj/obj_test.cc
352 ${BORINGSSL_ROOT}src/crypto/pem/pem_test.cc
353 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7_test.cc
354 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs12_test.cc
355 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8_test.cc
356 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_test.cc
357 ${BORINGSSL_ROOT}src/crypto/pool/pool_test.cc
358 ${BORINGSSL_ROOT}src/crypto/rand_extra/rand_test.cc
359 ${BORINGSSL_ROOT}src/crypto/refcount_test.cc
360 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_test.cc
361 ${BORINGSSL_ROOT}src/crypto/self_test.cc
362 ${BORINGSSL_ROOT}src/crypto/siphash/siphash_test.cc
363 ${BORINGSSL_ROOT}src/crypto/stack/stack_test.cc
364 ${BORINGSSL_ROOT}src/crypto/test/abi_test.cc
365 ${BORINGSSL_ROOT}src/crypto/test/file_test_gtest.cc
366 ${BORINGSSL_ROOT}src/crypto/test/gtest_main.cc
367 ${BORINGSSL_ROOT}src/crypto/thread_test.cc
368 ${BORINGSSL_ROOT}src/crypto/x509/x509_test.cc
369 ${BORINGSSL_ROOT}src/crypto/x509/x509_time_test.cc
370 ${BORINGSSL_ROOT}src/crypto/x509v3/tab_test.cc
371 ${BORINGSSL_ROOT}src/crypto/x509v3/v3name_test.cc
372)
373set(ssl_test_sources
374 ${BORINGSSL_ROOT}src/crypto/test/abi_test.cc
375 ${BORINGSSL_ROOT}src/crypto/test/gtest_main.cc
376 ${BORINGSSL_ROOT}src/ssl/span_test.cc
377 ${BORINGSSL_ROOT}src/ssl/ssl_c_test.c
378 ${BORINGSSL_ROOT}src/ssl/ssl_test.cc
379)
380set(crypto_sources_ios_aarch64
381 ${BORINGSSL_ROOT}ios-aarch64/crypto/chacha/chacha-armv8.S
382 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/aesv8-armx64.S
383 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/armv8-mont.S
384 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
385 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S
386 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/sha1-armv8.S
387 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/sha256-armv8.S
388 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/sha512-armv8.S
389 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/vpaes-armv8.S
390 ${BORINGSSL_ROOT}ios-aarch64/crypto/test/trampoline-armv8.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100391)
392set(crypto_sources_ios_arm
393 ${BORINGSSL_ROOT}ios-arm/crypto/chacha/chacha-armv4.S
394 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/aes-armv4.S
395 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/aesv8-armx32.S
396 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/armv4-mont.S
397 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/bsaes-armv7.S
398 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/ghash-armv4.S
399 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/ghashv8-armx32.S
400 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/sha1-armv4-large.S
401 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/sha256-armv4.S
402 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/sha512-armv4.S
Pete Bentleyebd3e962019-09-26 10:51:12 +0100403 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/vpaes-armv7.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100404 ${BORINGSSL_ROOT}ios-arm/crypto/test/trampoline-armv4.S
405)
406set(crypto_sources_linux_aarch64
407 ${BORINGSSL_ROOT}linux-aarch64/crypto/chacha/chacha-armv8.S
408 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/aesv8-armx64.S
409 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/armv8-mont.S
410 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S
411 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S
412 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha1-armv8.S
413 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha256-armv8.S
414 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha512-armv8.S
415 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/vpaes-armv8.S
416 ${BORINGSSL_ROOT}linux-aarch64/crypto/test/trampoline-armv8.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100417)
418set(crypto_sources_linux_arm
419 ${BORINGSSL_ROOT}linux-arm/crypto/chacha/chacha-armv4.S
420 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/aes-armv4.S
421 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/aesv8-armx32.S
422 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/armv4-mont.S
423 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/bsaes-armv7.S
424 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghash-armv4.S
425 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghashv8-armx32.S
426 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha1-armv4-large.S
427 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha256-armv4.S
428 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha512-armv4.S
Pete Bentleyebd3e962019-09-26 10:51:12 +0100429 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/vpaes-armv7.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100430 ${BORINGSSL_ROOT}linux-arm/crypto/test/trampoline-armv4.S
431 ${BORINGSSL_ROOT}src/crypto/curve25519/asm/x25519-asm-arm.S
432 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_arm_asm.S
433)
434set(crypto_sources_linux_ppc64le
435 ${BORINGSSL_ROOT}linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S
436 ${BORINGSSL_ROOT}linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S
437)
438set(crypto_sources_linux_x86
439 ${BORINGSSL_ROOT}linux-x86/crypto/chacha/chacha-x86.S
440 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/aes-586.S
441 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/aesni-x86.S
442 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/bn-586.S
443 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/co-586.S
444 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S
445 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-x86.S
446 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/md5-586.S
447 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha1-586.S
448 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha256-586.S
449 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha512-586.S
450 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/vpaes-x86.S
451 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/x86-mont.S
452 ${BORINGSSL_ROOT}linux-x86/crypto/test/trampoline-x86.S
453)
454set(crypto_sources_linux_x86_64
455 ${BORINGSSL_ROOT}linux-x86_64/crypto/chacha/chacha-x86_64.S
456 ${BORINGSSL_ROOT}linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
457 ${BORINGSSL_ROOT}linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
458 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/aes-x86_64.S
459 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
460 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/aesni-x86_64.S
461 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
462 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-x86_64.S
463 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/md5-x86_64.S
464 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
465 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
466 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S
467 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/rsaz-avx2.S
468 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha1-x86_64.S
469 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha256-x86_64.S
470 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha512-x86_64.S
471 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S
472 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/x86_64-mont.S
473 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/x86_64-mont5.S
474 ${BORINGSSL_ROOT}linux-x86_64/crypto/test/trampoline-x86_64.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100475 ${BORINGSSL_ROOT}src/crypto/hrss/asm/poly_rq_mul.S
476)
477set(crypto_sources_mac_x86
478 ${BORINGSSL_ROOT}mac-x86/crypto/chacha/chacha-x86.S
479 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/aes-586.S
480 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/aesni-x86.S
481 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/bn-586.S
482 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/co-586.S
483 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S
484 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/ghash-x86.S
485 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/md5-586.S
486 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/sha1-586.S
487 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/sha256-586.S
488 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/sha512-586.S
489 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/vpaes-x86.S
490 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/x86-mont.S
491 ${BORINGSSL_ROOT}mac-x86/crypto/test/trampoline-x86.S
492)
493set(crypto_sources_mac_x86_64
494 ${BORINGSSL_ROOT}mac-x86_64/crypto/chacha/chacha-x86_64.S
495 ${BORINGSSL_ROOT}mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S
496 ${BORINGSSL_ROOT}mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S
497 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/aes-x86_64.S
498 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S
499 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/aesni-x86_64.S
500 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S
501 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/ghash-x86_64.S
502 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/md5-x86_64.S
503 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S
504 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S
505 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S
506 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/rsaz-avx2.S
507 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/sha1-x86_64.S
508 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
509 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/sha512-x86_64.S
510 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S
511 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/x86_64-mont.S
512 ${BORINGSSL_ROOT}mac-x86_64/crypto/fipsmodule/x86_64-mont5.S
513 ${BORINGSSL_ROOT}mac-x86_64/crypto/test/trampoline-x86_64.S
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100514)
515set(crypto_sources_win_x86
516 ${BORINGSSL_ROOT}win-x86/crypto/chacha/chacha-x86.asm
517 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/aes-586.asm
518 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/aesni-x86.asm
519 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/bn-586.asm
520 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/co-586.asm
521 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm
522 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/ghash-x86.asm
523 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/md5-586.asm
524 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha1-586.asm
525 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha256-586.asm
526 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha512-586.asm
527 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/vpaes-x86.asm
528 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/x86-mont.asm
529 ${BORINGSSL_ROOT}win-x86/crypto/test/trampoline-x86.asm
530)
531set(crypto_sources_win_x86_64
532 ${BORINGSSL_ROOT}win-x86_64/crypto/chacha/chacha-x86_64.asm
533 ${BORINGSSL_ROOT}win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm
534 ${BORINGSSL_ROOT}win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm
535 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/aes-x86_64.asm
536 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm
537 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/aesni-x86_64.asm
538 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm
539 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/ghash-x86_64.asm
540 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/md5-x86_64.asm
541 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm
542 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm
543 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm
544 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/rsaz-avx2.asm
545 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha1-x86_64.asm
546 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha256-x86_64.asm
547 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha512-x86_64.asm
548 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm
549 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/x86_64-mont.asm
550 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/x86_64-mont5.asm
551 ${BORINGSSL_ROOT}win-x86_64/crypto/test/trampoline-x86_64.asm
Pete Bentleyd46fafb2019-08-19 17:00:14 +0100552)