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 3# found in the LICENSE file. 4 5# This file is created by generate_build_files.py. Do not edit manually. 6 7crypto_sources = [ 8 "err_data.c", 9 "src/crypto/asn1/a_bitstr.c", 10 "src/crypto/asn1/a_bool.c", 11 "src/crypto/asn1/a_d2i_fp.c", 12 "src/crypto/asn1/a_dup.c", 13 "src/crypto/asn1/a_enum.c", 14 "src/crypto/asn1/a_gentm.c", 15 "src/crypto/asn1/a_i2d_fp.c", 16 "src/crypto/asn1/a_int.c", 17 "src/crypto/asn1/a_mbstr.c", 18 "src/crypto/asn1/a_object.c", 19 "src/crypto/asn1/a_octet.c", 20 "src/crypto/asn1/a_print.c", 21 "src/crypto/asn1/a_strnid.c", 22 "src/crypto/asn1/a_time.c", 23 "src/crypto/asn1/a_type.c", 24 "src/crypto/asn1/a_utctm.c", 25 "src/crypto/asn1/a_utf8.c", 26 "src/crypto/asn1/asn1_lib.c", 27 "src/crypto/asn1/asn1_locl.h", 28 "src/crypto/asn1/asn1_par.c", 29 "src/crypto/asn1/asn_pack.c", 30 "src/crypto/asn1/f_enum.c", 31 "src/crypto/asn1/f_int.c", 32 "src/crypto/asn1/f_string.c", 33 "src/crypto/asn1/tasn_dec.c", 34 "src/crypto/asn1/tasn_enc.c", 35 "src/crypto/asn1/tasn_fre.c", 36 "src/crypto/asn1/tasn_new.c", 37 "src/crypto/asn1/tasn_typ.c", 38 "src/crypto/asn1/tasn_utl.c", 39 "src/crypto/asn1/time_support.c", 40 "src/crypto/base64/base64.c", 41 "src/crypto/bio/bio.c", 42 "src/crypto/bio/bio_mem.c", 43 "src/crypto/bio/connect.c", 44 "src/crypto/bio/fd.c", 45 "src/crypto/bio/file.c", 46 "src/crypto/bio/hexdump.c", 47 "src/crypto/bio/internal.h", 48 "src/crypto/bio/pair.c", 49 "src/crypto/bio/printf.c", 50 "src/crypto/bio/socket.c", 51 "src/crypto/bio/socket_helper.c", 52 "src/crypto/blake2/blake2.c", 53 "src/crypto/bn_extra/bn_asn1.c", 54 "src/crypto/bn_extra/convert.c", 55 "src/crypto/buf/buf.c", 56 "src/crypto/bytestring/asn1_compat.c", 57 "src/crypto/bytestring/ber.c", 58 "src/crypto/bytestring/cbb.c", 59 "src/crypto/bytestring/cbs.c", 60 "src/crypto/bytestring/internal.h", 61 "src/crypto/bytestring/unicode.c", 62 "src/crypto/chacha/chacha.c", 63 "src/crypto/chacha/internal.h", 64 "src/crypto/cipher_extra/cipher_extra.c", 65 "src/crypto/cipher_extra/derive_key.c", 66 "src/crypto/cipher_extra/e_aesccm.c", 67 "src/crypto/cipher_extra/e_aesctrhmac.c", 68 "src/crypto/cipher_extra/e_aesgcmsiv.c", 69 "src/crypto/cipher_extra/e_chacha20poly1305.c", 70 "src/crypto/cipher_extra/e_null.c", 71 "src/crypto/cipher_extra/e_rc2.c", 72 "src/crypto/cipher_extra/e_rc4.c", 73 "src/crypto/cipher_extra/e_tls.c", 74 "src/crypto/cipher_extra/internal.h", 75 "src/crypto/cipher_extra/tls_cbc.c", 76 "src/crypto/cmac/cmac.c", 77 "src/crypto/conf/conf.c", 78 "src/crypto/conf/conf_def.h", 79 "src/crypto/conf/internal.h", 80 "src/crypto/cpu-aarch64-fuchsia.c", 81 "src/crypto/cpu-aarch64-linux.c", 82 "src/crypto/cpu-aarch64-win.c", 83 "src/crypto/cpu-arm-linux.c", 84 "src/crypto/cpu-arm-linux.h", 85 "src/crypto/cpu-arm.c", 86 "src/crypto/cpu-intel.c", 87 "src/crypto/cpu-ppc64le.c", 88 "src/crypto/crypto.c", 89 "src/crypto/curve25519/curve25519.c", 90 "src/crypto/curve25519/curve25519_tables.h", 91 "src/crypto/curve25519/internal.h", 92 "src/crypto/curve25519/spake25519.c", 93 "src/crypto/dh_extra/dh_asn1.c", 94 "src/crypto/dh_extra/params.c", 95 "src/crypto/digest_extra/digest_extra.c", 96 "src/crypto/dsa/dsa.c", 97 "src/crypto/dsa/dsa_asn1.c", 98 "src/crypto/dsa/internal.h", 99 "src/crypto/ec_extra/ec_asn1.c", 100 "src/crypto/ec_extra/ec_derive.c", 101 "src/crypto/ec_extra/hash_to_curve.c", 102 "src/crypto/ec_extra/internal.h", 103 "src/crypto/ecdh_extra/ecdh_extra.c", 104 "src/crypto/ecdsa_extra/ecdsa_asn1.c", 105 "src/crypto/engine/engine.c", 106 "src/crypto/err/err.c", 107 "src/crypto/err/internal.h", 108 "src/crypto/evp/digestsign.c", 109 "src/crypto/evp/evp.c", 110 "src/crypto/evp/evp_asn1.c", 111 "src/crypto/evp/evp_ctx.c", 112 "src/crypto/evp/internal.h", 113 "src/crypto/evp/p_dsa_asn1.c", 114 "src/crypto/evp/p_ec.c", 115 "src/crypto/evp/p_ec_asn1.c", 116 "src/crypto/evp/p_ed25519.c", 117 "src/crypto/evp/p_ed25519_asn1.c", 118 "src/crypto/evp/p_rsa.c", 119 "src/crypto/evp/p_rsa_asn1.c", 120 "src/crypto/evp/p_x25519.c", 121 "src/crypto/evp/p_x25519_asn1.c", 122 "src/crypto/evp/pbkdf.c", 123 "src/crypto/evp/print.c", 124 "src/crypto/evp/scrypt.c", 125 "src/crypto/evp/sign.c", 126 "src/crypto/ex_data.c", 127 "src/crypto/fipsmodule/aes/internal.h", 128 "src/crypto/fipsmodule/bcm.c", 129 "src/crypto/fipsmodule/bn/internal.h", 130 "src/crypto/fipsmodule/bn/rsaz_exp.h", 131 "src/crypto/fipsmodule/cipher/internal.h", 132 "src/crypto/fipsmodule/delocate.h", 133 "src/crypto/fipsmodule/des/internal.h", 134 "src/crypto/fipsmodule/digest/internal.h", 135 "src/crypto/fipsmodule/digest/md32_common.h", 136 "src/crypto/fipsmodule/ec/internal.h", 137 "src/crypto/fipsmodule/ec/p256-x86_64-table.h", 138 "src/crypto/fipsmodule/ec/p256-x86_64.h", 139 "src/crypto/fipsmodule/ec/p256_table.h", 140 "src/crypto/fipsmodule/fips_shared_support.c", 141 "src/crypto/fipsmodule/is_fips.c", 142 "src/crypto/fipsmodule/md5/internal.h", 143 "src/crypto/fipsmodule/modes/internal.h", 144 "src/crypto/fipsmodule/rand/fork_detect.h", 145 "src/crypto/fipsmodule/rand/getrandom_fillin.h", 146 "src/crypto/fipsmodule/rand/internal.h", 147 "src/crypto/fipsmodule/rsa/internal.h", 148 "src/crypto/fipsmodule/sha/internal.h", 149 "src/crypto/fipsmodule/tls/internal.h", 150 "src/crypto/hkdf/hkdf.c", 151 "src/crypto/hpke/hpke.c", 152 "src/crypto/hpke/internal.h", 153 "src/crypto/hrss/hrss.c", 154 "src/crypto/hrss/internal.h", 155 "src/crypto/internal.h", 156 "src/crypto/lhash/lhash.c", 157 "src/crypto/mem.c", 158 "src/crypto/obj/obj.c", 159 "src/crypto/obj/obj_dat.h", 160 "src/crypto/obj/obj_xref.c", 161 "src/crypto/pem/pem_all.c", 162 "src/crypto/pem/pem_info.c", 163 "src/crypto/pem/pem_lib.c", 164 "src/crypto/pem/pem_oth.c", 165 "src/crypto/pem/pem_pk8.c", 166 "src/crypto/pem/pem_pkey.c", 167 "src/crypto/pem/pem_x509.c", 168 "src/crypto/pem/pem_xaux.c", 169 "src/crypto/pkcs7/internal.h", 170 "src/crypto/pkcs7/pkcs7.c", 171 "src/crypto/pkcs7/pkcs7_x509.c", 172 "src/crypto/pkcs8/internal.h", 173 "src/crypto/pkcs8/p5_pbev2.c", 174 "src/crypto/pkcs8/pkcs8.c", 175 "src/crypto/pkcs8/pkcs8_x509.c", 176 "src/crypto/poly1305/internal.h", 177 "src/crypto/poly1305/poly1305.c", 178 "src/crypto/poly1305/poly1305_arm.c", 179 "src/crypto/poly1305/poly1305_vec.c", 180 "src/crypto/pool/internal.h", 181 "src/crypto/pool/pool.c", 182 "src/crypto/rand_extra/deterministic.c", 183 "src/crypto/rand_extra/forkunsafe.c", 184 "src/crypto/rand_extra/fuchsia.c", 185 "src/crypto/rand_extra/passive.c", 186 "src/crypto/rand_extra/rand_extra.c", 187 "src/crypto/rand_extra/windows.c", 188 "src/crypto/rc4/rc4.c", 189 "src/crypto/refcount_c11.c", 190 "src/crypto/refcount_lock.c", 191 "src/crypto/rsa_extra/rsa_asn1.c", 192 "src/crypto/rsa_extra/rsa_print.c", 193 "src/crypto/siphash/siphash.c", 194 "src/crypto/stack/stack.c", 195 "src/crypto/thread.c", 196 "src/crypto/thread_none.c", 197 "src/crypto/thread_pthread.c", 198 "src/crypto/thread_win.c", 199 "src/crypto/trust_token/internal.h", 200 "src/crypto/trust_token/pmbtoken.c", 201 "src/crypto/trust_token/trust_token.c", 202 "src/crypto/trust_token/voprf.c", 203 "src/crypto/x509/a_digest.c", 204 "src/crypto/x509/a_sign.c", 205 "src/crypto/x509/a_strex.c", 206 "src/crypto/x509/a_verify.c", 207 "src/crypto/x509/algorithm.c", 208 "src/crypto/x509/asn1_gen.c", 209 "src/crypto/x509/by_dir.c", 210 "src/crypto/x509/by_file.c", 211 "src/crypto/x509/charmap.h", 212 "src/crypto/x509/i2d_pr.c", 213 "src/crypto/x509/internal.h", 214 "src/crypto/x509/rsa_pss.c", 215 "src/crypto/x509/t_crl.c", 216 "src/crypto/x509/t_req.c", 217 "src/crypto/x509/t_x509.c", 218 "src/crypto/x509/t_x509a.c", 219 "src/crypto/x509/vpm_int.h", 220 "src/crypto/x509/x509.c", 221 "src/crypto/x509/x509_att.c", 222 "src/crypto/x509/x509_cmp.c", 223 "src/crypto/x509/x509_d2.c", 224 "src/crypto/x509/x509_def.c", 225 "src/crypto/x509/x509_ext.c", 226 "src/crypto/x509/x509_lu.c", 227 "src/crypto/x509/x509_obj.c", 228 "src/crypto/x509/x509_r2x.c", 229 "src/crypto/x509/x509_req.c", 230 "src/crypto/x509/x509_set.c", 231 "src/crypto/x509/x509_trs.c", 232 "src/crypto/x509/x509_txt.c", 233 "src/crypto/x509/x509_v3.c", 234 "src/crypto/x509/x509_vfy.c", 235 "src/crypto/x509/x509_vpm.c", 236 "src/crypto/x509/x509cset.c", 237 "src/crypto/x509/x509name.c", 238 "src/crypto/x509/x509rset.c", 239 "src/crypto/x509/x509spki.c", 240 "src/crypto/x509/x_algor.c", 241 "src/crypto/x509/x_all.c", 242 "src/crypto/x509/x_attrib.c", 243 "src/crypto/x509/x_crl.c", 244 "src/crypto/x509/x_exten.c", 245 "src/crypto/x509/x_info.c", 246 "src/crypto/x509/x_name.c", 247 "src/crypto/x509/x_pkey.c", 248 "src/crypto/x509/x_pubkey.c", 249 "src/crypto/x509/x_req.c", 250 "src/crypto/x509/x_sig.c", 251 "src/crypto/x509/x_spki.c", 252 "src/crypto/x509/x_val.c", 253 "src/crypto/x509/x_x509.c", 254 "src/crypto/x509/x_x509a.c", 255 "src/crypto/x509v3/ext_dat.h", 256 "src/crypto/x509v3/internal.h", 257 "src/crypto/x509v3/pcy_cache.c", 258 "src/crypto/x509v3/pcy_data.c", 259 "src/crypto/x509v3/pcy_int.h", 260 "src/crypto/x509v3/pcy_lib.c", 261 "src/crypto/x509v3/pcy_map.c", 262 "src/crypto/x509v3/pcy_node.c", 263 "src/crypto/x509v3/pcy_tree.c", 264 "src/crypto/x509v3/v3_akey.c", 265 "src/crypto/x509v3/v3_akeya.c", 266 "src/crypto/x509v3/v3_alt.c", 267 "src/crypto/x509v3/v3_bcons.c", 268 "src/crypto/x509v3/v3_bitst.c", 269 "src/crypto/x509v3/v3_conf.c", 270 "src/crypto/x509v3/v3_cpols.c", 271 "src/crypto/x509v3/v3_crld.c", 272 "src/crypto/x509v3/v3_enum.c", 273 "src/crypto/x509v3/v3_extku.c", 274 "src/crypto/x509v3/v3_genn.c", 275 "src/crypto/x509v3/v3_ia5.c", 276 "src/crypto/x509v3/v3_info.c", 277 "src/crypto/x509v3/v3_int.c", 278 "src/crypto/x509v3/v3_lib.c", 279 "src/crypto/x509v3/v3_ncons.c", 280 "src/crypto/x509v3/v3_ocsp.c", 281 "src/crypto/x509v3/v3_pci.c", 282 "src/crypto/x509v3/v3_pcia.c", 283 "src/crypto/x509v3/v3_pcons.c", 284 "src/crypto/x509v3/v3_pmaps.c", 285 "src/crypto/x509v3/v3_prn.c", 286 "src/crypto/x509v3/v3_purp.c", 287 "src/crypto/x509v3/v3_skey.c", 288 "src/crypto/x509v3/v3_utl.c", 289 "src/third_party/fiat/curve25519_32.h", 290 "src/third_party/fiat/curve25519_64.h", 291 "src/third_party/fiat/p256_32.h", 292 "src/third_party/fiat/p256_64.h", 293] 294 295crypto_headers = [ 296 "src/include/openssl/aead.h", 297 "src/include/openssl/aes.h", 298 "src/include/openssl/arm_arch.h", 299 "src/include/openssl/asn1.h", 300 "src/include/openssl/asn1_mac.h", 301 "src/include/openssl/asn1t.h", 302 "src/include/openssl/base.h", 303 "src/include/openssl/base64.h", 304 "src/include/openssl/bio.h", 305 "src/include/openssl/blake2.h", 306 "src/include/openssl/blowfish.h", 307 "src/include/openssl/bn.h", 308 "src/include/openssl/buf.h", 309 "src/include/openssl/buffer.h", 310 "src/include/openssl/bytestring.h", 311 "src/include/openssl/cast.h", 312 "src/include/openssl/chacha.h", 313 "src/include/openssl/cipher.h", 314 "src/include/openssl/cmac.h", 315 "src/include/openssl/conf.h", 316 "src/include/openssl/cpu.h", 317 "src/include/openssl/crypto.h", 318 "src/include/openssl/curve25519.h", 319 "src/include/openssl/des.h", 320 "src/include/openssl/dh.h", 321 "src/include/openssl/digest.h", 322 "src/include/openssl/dsa.h", 323 "src/include/openssl/e_os2.h", 324 "src/include/openssl/ec.h", 325 "src/include/openssl/ec_key.h", 326 "src/include/openssl/ecdh.h", 327 "src/include/openssl/ecdsa.h", 328 "src/include/openssl/engine.h", 329 "src/include/openssl/err.h", 330 "src/include/openssl/evp.h", 331 "src/include/openssl/ex_data.h", 332 "src/include/openssl/hkdf.h", 333 "src/include/openssl/hmac.h", 334 "src/include/openssl/hrss.h", 335 "src/include/openssl/is_boringssl.h", 336 "src/include/openssl/lhash.h", 337 "src/include/openssl/md4.h", 338 "src/include/openssl/md5.h", 339 "src/include/openssl/mem.h", 340 "src/include/openssl/nid.h", 341 "src/include/openssl/obj.h", 342 "src/include/openssl/obj_mac.h", 343 "src/include/openssl/objects.h", 344 "src/include/openssl/opensslconf.h", 345 "src/include/openssl/opensslv.h", 346 "src/include/openssl/ossl_typ.h", 347 "src/include/openssl/pem.h", 348 "src/include/openssl/pkcs12.h", 349 "src/include/openssl/pkcs7.h", 350 "src/include/openssl/pkcs8.h", 351 "src/include/openssl/poly1305.h", 352 "src/include/openssl/pool.h", 353 "src/include/openssl/rand.h", 354 "src/include/openssl/rc4.h", 355 "src/include/openssl/ripemd.h", 356 "src/include/openssl/rsa.h", 357 "src/include/openssl/safestack.h", 358 "src/include/openssl/sha.h", 359 "src/include/openssl/siphash.h", 360 "src/include/openssl/span.h", 361 "src/include/openssl/stack.h", 362 "src/include/openssl/thread.h", 363 "src/include/openssl/trust_token.h", 364 "src/include/openssl/type_check.h", 365 "src/include/openssl/x509.h", 366 "src/include/openssl/x509_vfy.h", 367 "src/include/openssl/x509v3.h", 368] 369 370ssl_sources = [ 371 "src/ssl/bio_ssl.cc", 372 "src/ssl/d1_both.cc", 373 "src/ssl/d1_lib.cc", 374 "src/ssl/d1_pkt.cc", 375 "src/ssl/d1_srtp.cc", 376 "src/ssl/dtls_method.cc", 377 "src/ssl/dtls_record.cc", 378 "src/ssl/handoff.cc", 379 "src/ssl/handshake.cc", 380 "src/ssl/handshake_client.cc", 381 "src/ssl/handshake_server.cc", 382 "src/ssl/internal.h", 383 "src/ssl/s3_both.cc", 384 "src/ssl/s3_lib.cc", 385 "src/ssl/s3_pkt.cc", 386 "src/ssl/ssl_aead_ctx.cc", 387 "src/ssl/ssl_asn1.cc", 388 "src/ssl/ssl_buffer.cc", 389 "src/ssl/ssl_cert.cc", 390 "src/ssl/ssl_cipher.cc", 391 "src/ssl/ssl_file.cc", 392 "src/ssl/ssl_key_share.cc", 393 "src/ssl/ssl_lib.cc", 394 "src/ssl/ssl_privkey.cc", 395 "src/ssl/ssl_session.cc", 396 "src/ssl/ssl_stat.cc", 397 "src/ssl/ssl_transcript.cc", 398 "src/ssl/ssl_versions.cc", 399 "src/ssl/ssl_x509.cc", 400 "src/ssl/t1_enc.cc", 401 "src/ssl/t1_lib.cc", 402 "src/ssl/tls13_both.cc", 403 "src/ssl/tls13_client.cc", 404 "src/ssl/tls13_enc.cc", 405 "src/ssl/tls13_server.cc", 406 "src/ssl/tls_method.cc", 407 "src/ssl/tls_record.cc", 408] 409 410ssl_headers = [ 411 "src/include/openssl/dtls1.h", 412 "src/include/openssl/srtp.h", 413 "src/include/openssl/ssl.h", 414 "src/include/openssl/ssl3.h", 415 "src/include/openssl/tls1.h", 416] 417 418tool_sources = [ 419 "src/tool/args.cc", 420 "src/tool/ciphers.cc", 421 "src/tool/client.cc", 422 "src/tool/const.cc", 423 "src/tool/digest.cc", 424 "src/tool/fd.cc", 425 "src/tool/file.cc", 426 "src/tool/generate_ed25519.cc", 427 "src/tool/genrsa.cc", 428 "src/tool/internal.h", 429 "src/tool/pkcs12.cc", 430 "src/tool/rand.cc", 431 "src/tool/server.cc", 432 "src/tool/sign.cc", 433 "src/tool/speed.cc", 434 "src/tool/tool.cc", 435 "src/tool/transport_common.cc", 436 "src/tool/transport_common.h", 437] 438 439crypto_sources_ios_aarch64 = [ 440 "ios-aarch64/crypto/chacha/chacha-armv8.S", 441 "ios-aarch64/crypto/fipsmodule/aesv8-armx64.S", 442 "ios-aarch64/crypto/fipsmodule/armv8-mont.S", 443 "ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 444 "ios-aarch64/crypto/fipsmodule/ghashv8-armx64.S", 445 "ios-aarch64/crypto/fipsmodule/sha1-armv8.S", 446 "ios-aarch64/crypto/fipsmodule/sha256-armv8.S", 447 "ios-aarch64/crypto/fipsmodule/sha512-armv8.S", 448 "ios-aarch64/crypto/fipsmodule/vpaes-armv8.S", 449 "ios-aarch64/crypto/test/trampoline-armv8.S", 450] 451 452crypto_sources_ios_arm = [ 453 "ios-arm/crypto/chacha/chacha-armv4.S", 454 "ios-arm/crypto/fipsmodule/aesv8-armx32.S", 455 "ios-arm/crypto/fipsmodule/armv4-mont.S", 456 "ios-arm/crypto/fipsmodule/bsaes-armv7.S", 457 "ios-arm/crypto/fipsmodule/ghash-armv4.S", 458 "ios-arm/crypto/fipsmodule/ghashv8-armx32.S", 459 "ios-arm/crypto/fipsmodule/sha1-armv4-large.S", 460 "ios-arm/crypto/fipsmodule/sha256-armv4.S", 461 "ios-arm/crypto/fipsmodule/sha512-armv4.S", 462 "ios-arm/crypto/fipsmodule/vpaes-armv7.S", 463 "ios-arm/crypto/test/trampoline-armv4.S", 464] 465 466crypto_sources_linux_aarch64 = [ 467 "linux-aarch64/crypto/chacha/chacha-armv8.S", 468 "linux-aarch64/crypto/fipsmodule/aesv8-armx64.S", 469 "linux-aarch64/crypto/fipsmodule/armv8-mont.S", 470 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 471 "linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S", 472 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S", 473 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S", 474 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S", 475 "linux-aarch64/crypto/fipsmodule/vpaes-armv8.S", 476 "linux-aarch64/crypto/test/trampoline-armv8.S", 477] 478 479crypto_sources_linux_arm = [ 480 "linux-arm/crypto/chacha/chacha-armv4.S", 481 "linux-arm/crypto/fipsmodule/aesv8-armx32.S", 482 "linux-arm/crypto/fipsmodule/armv4-mont.S", 483 "linux-arm/crypto/fipsmodule/bsaes-armv7.S", 484 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 485 "linux-arm/crypto/fipsmodule/ghashv8-armx32.S", 486 "linux-arm/crypto/fipsmodule/sha1-armv4-large.S", 487 "linux-arm/crypto/fipsmodule/sha256-armv4.S", 488 "linux-arm/crypto/fipsmodule/sha512-armv4.S", 489 "linux-arm/crypto/fipsmodule/vpaes-armv7.S", 490 "linux-arm/crypto/test/trampoline-armv4.S", 491 "src/crypto/curve25519/asm/x25519-asm-arm.S", 492 "src/crypto/poly1305/poly1305_arm_asm.S", 493] 494 495crypto_sources_linux_ppc64le = [ 496 "linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S", 497 "linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S", 498 "linux-ppc64le/crypto/test/trampoline-ppc.S", 499] 500 501crypto_sources_linux_x86 = [ 502 "linux-x86/crypto/chacha/chacha-x86.S", 503 "linux-x86/crypto/fipsmodule/aesni-x86.S", 504 "linux-x86/crypto/fipsmodule/bn-586.S", 505 "linux-x86/crypto/fipsmodule/co-586.S", 506 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 507 "linux-x86/crypto/fipsmodule/ghash-x86.S", 508 "linux-x86/crypto/fipsmodule/md5-586.S", 509 "linux-x86/crypto/fipsmodule/sha1-586.S", 510 "linux-x86/crypto/fipsmodule/sha256-586.S", 511 "linux-x86/crypto/fipsmodule/sha512-586.S", 512 "linux-x86/crypto/fipsmodule/vpaes-x86.S", 513 "linux-x86/crypto/fipsmodule/x86-mont.S", 514 "linux-x86/crypto/test/trampoline-x86.S", 515] 516 517crypto_sources_linux_x86_64 = [ 518 "linux-x86_64/crypto/chacha/chacha-x86_64.S", 519 "linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", 520 "linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", 521 "linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", 522 "linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", 523 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 524 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", 525 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S", 526 "linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", 527 "linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", 528 "linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S", 529 "linux-x86_64/crypto/fipsmodule/rsaz-avx2.S", 530 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", 531 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", 532 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", 533 "linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", 534 "linux-x86_64/crypto/fipsmodule/x86_64-mont.S", 535 "linux-x86_64/crypto/fipsmodule/x86_64-mont5.S", 536 "linux-x86_64/crypto/test/trampoline-x86_64.S", 537 "src/crypto/hrss/asm/poly_rq_mul.S", 538] 539 540crypto_sources_mac_x86 = [ 541 "mac-x86/crypto/chacha/chacha-x86.S", 542 "mac-x86/crypto/fipsmodule/aesni-x86.S", 543 "mac-x86/crypto/fipsmodule/bn-586.S", 544 "mac-x86/crypto/fipsmodule/co-586.S", 545 "mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 546 "mac-x86/crypto/fipsmodule/ghash-x86.S", 547 "mac-x86/crypto/fipsmodule/md5-586.S", 548 "mac-x86/crypto/fipsmodule/sha1-586.S", 549 "mac-x86/crypto/fipsmodule/sha256-586.S", 550 "mac-x86/crypto/fipsmodule/sha512-586.S", 551 "mac-x86/crypto/fipsmodule/vpaes-x86.S", 552 "mac-x86/crypto/fipsmodule/x86-mont.S", 553 "mac-x86/crypto/test/trampoline-x86.S", 554] 555 556crypto_sources_mac_x86_64 = [ 557 "mac-x86_64/crypto/chacha/chacha-x86_64.S", 558 "mac-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S", 559 "mac-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S", 560 "mac-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S", 561 "mac-x86_64/crypto/fipsmodule/aesni-x86_64.S", 562 "mac-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 563 "mac-x86_64/crypto/fipsmodule/ghash-x86_64.S", 564 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S", 565 "mac-x86_64/crypto/fipsmodule/p256-x86_64-asm.S", 566 "mac-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S", 567 "mac-x86_64/crypto/fipsmodule/rdrand-x86_64.S", 568 "mac-x86_64/crypto/fipsmodule/rsaz-avx2.S", 569 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S", 570 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S", 571 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S", 572 "mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S", 573 "mac-x86_64/crypto/fipsmodule/x86_64-mont.S", 574 "mac-x86_64/crypto/fipsmodule/x86_64-mont5.S", 575 "mac-x86_64/crypto/test/trampoline-x86_64.S", 576] 577 578crypto_sources_win_aarch64 = [ 579 "win-aarch64/crypto/chacha/chacha-armv8.S", 580 "win-aarch64/crypto/fipsmodule/aesv8-armx64.S", 581 "win-aarch64/crypto/fipsmodule/armv8-mont.S", 582 "win-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 583 "win-aarch64/crypto/fipsmodule/ghashv8-armx64.S", 584 "win-aarch64/crypto/fipsmodule/sha1-armv8.S", 585 "win-aarch64/crypto/fipsmodule/sha256-armv8.S", 586 "win-aarch64/crypto/fipsmodule/sha512-armv8.S", 587 "win-aarch64/crypto/fipsmodule/vpaes-armv8.S", 588 "win-aarch64/crypto/test/trampoline-armv8.S", 589] 590 591crypto_sources_win_x86 = [ 592 "win-x86/crypto/chacha/chacha-x86.asm", 593 "win-x86/crypto/fipsmodule/aesni-x86.asm", 594 "win-x86/crypto/fipsmodule/bn-586.asm", 595 "win-x86/crypto/fipsmodule/co-586.asm", 596 "win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm", 597 "win-x86/crypto/fipsmodule/ghash-x86.asm", 598 "win-x86/crypto/fipsmodule/md5-586.asm", 599 "win-x86/crypto/fipsmodule/sha1-586.asm", 600 "win-x86/crypto/fipsmodule/sha256-586.asm", 601 "win-x86/crypto/fipsmodule/sha512-586.asm", 602 "win-x86/crypto/fipsmodule/vpaes-x86.asm", 603 "win-x86/crypto/fipsmodule/x86-mont.asm", 604 "win-x86/crypto/test/trampoline-x86.asm", 605] 606 607crypto_sources_win_x86_64 = [ 608 "win-x86_64/crypto/chacha/chacha-x86_64.asm", 609 "win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm", 610 "win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm", 611 "win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm", 612 "win-x86_64/crypto/fipsmodule/aesni-x86_64.asm", 613 "win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm", 614 "win-x86_64/crypto/fipsmodule/ghash-x86_64.asm", 615 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm", 616 "win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm", 617 "win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm", 618 "win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm", 619 "win-x86_64/crypto/fipsmodule/rsaz-avx2.asm", 620 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm", 621 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm", 622 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm", 623 "win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm", 624 "win-x86_64/crypto/fipsmodule/x86_64-mont.asm", 625 "win-x86_64/crypto/fipsmodule/x86_64-mont5.asm", 626 "win-x86_64/crypto/test/trampoline-x86_64.asm", 627] 628 629fuzzers = [ 630 "arm_cpuinfo", 631 "bn_div", 632 "bn_mod_exp", 633 "cert", 634 "client", 635 "dtls_client", 636 "dtls_server", 637 "pkcs12", 638 "pkcs8", 639 "privkey", 640 "read_pem", 641 "server", 642 "session", 643 "spki", 644 "ssl_ctx_api", 645] 646