| OLD | NEW |
| 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/aes/aes.c", | 9 "src/crypto/aes/aes.c", |
| 10 "src/crypto/aes/internal.h", | 10 "src/crypto/aes/internal.h", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 "src/crypto/bytestring/asn1_compat.c", | 80 "src/crypto/bytestring/asn1_compat.c", |
| 81 "src/crypto/bytestring/ber.c", | 81 "src/crypto/bytestring/ber.c", |
| 82 "src/crypto/bytestring/cbb.c", | 82 "src/crypto/bytestring/cbb.c", |
| 83 "src/crypto/bytestring/cbs.c", | 83 "src/crypto/bytestring/cbs.c", |
| 84 "src/crypto/bytestring/internal.h", | 84 "src/crypto/bytestring/internal.h", |
| 85 "src/crypto/chacha/chacha.c", | 85 "src/crypto/chacha/chacha.c", |
| 86 "src/crypto/cipher/aead.c", | 86 "src/crypto/cipher/aead.c", |
| 87 "src/crypto/cipher/cipher.c", | 87 "src/crypto/cipher/cipher.c", |
| 88 "src/crypto/cipher/derive_key.c", | 88 "src/crypto/cipher/derive_key.c", |
| 89 "src/crypto/cipher/e_aes.c", | 89 "src/crypto/cipher/e_aes.c", |
| 90 "src/crypto/cipher/e_aesctrhmac.c", |
| 91 "src/crypto/cipher/e_aesgcmsiv.c", |
| 90 "src/crypto/cipher/e_chacha20poly1305.c", | 92 "src/crypto/cipher/e_chacha20poly1305.c", |
| 91 "src/crypto/cipher/e_des.c", | 93 "src/crypto/cipher/e_des.c", |
| 92 "src/crypto/cipher/e_null.c", | 94 "src/crypto/cipher/e_null.c", |
| 93 "src/crypto/cipher/e_rc2.c", | 95 "src/crypto/cipher/e_rc2.c", |
| 94 "src/crypto/cipher/e_rc4.c", | 96 "src/crypto/cipher/e_rc4.c", |
| 95 "src/crypto/cipher/e_ssl3.c", | 97 "src/crypto/cipher/e_ssl3.c", |
| 96 "src/crypto/cipher/e_tls.c", | 98 "src/crypto/cipher/e_tls.c", |
| 97 "src/crypto/cipher/internal.h", | 99 "src/crypto/cipher/internal.h", |
| 98 "src/crypto/cipher/tls_cbc.c", | 100 "src/crypto/cipher/tls_cbc.c", |
| 99 "src/crypto/cmac/cmac.c", | 101 "src/crypto/cmac/cmac.c", |
| 100 "src/crypto/conf/conf.c", | 102 "src/crypto/conf/conf.c", |
| 101 "src/crypto/conf/conf_def.h", | 103 "src/crypto/conf/conf_def.h", |
| 102 "src/crypto/conf/internal.h", | 104 "src/crypto/conf/internal.h", |
| 103 "src/crypto/cpu-aarch64-linux.c", | 105 "src/crypto/cpu-aarch64-linux.c", |
| 104 "src/crypto/cpu-arm-linux.c", | 106 "src/crypto/cpu-arm-linux.c", |
| 105 "src/crypto/cpu-arm.c", | 107 "src/crypto/cpu-arm.c", |
| 106 "src/crypto/cpu-intel.c", | 108 "src/crypto/cpu-intel.c", |
| 107 "src/crypto/cpu-ppc64le.c", | 109 "src/crypto/cpu-ppc64le.c", |
| 108 "src/crypto/crypto.c", | 110 "src/crypto/crypto.c", |
| 109 "src/crypto/curve25519/curve25519.c", | 111 "src/crypto/curve25519/curve25519.c", |
| 110 "src/crypto/curve25519/internal.h", | 112 "src/crypto/curve25519/internal.h", |
| 111 "src/crypto/curve25519/spake25519.c", | 113 "src/crypto/curve25519/spake25519.c", |
| 112 "src/crypto/curve25519/x25519-x86_64.c", | 114 "src/crypto/curve25519/x25519-x86_64.c", |
| 113 "src/crypto/des/des.c", | 115 "src/crypto/des/des.c", |
| 114 "src/crypto/des/internal.h", | 116 "src/crypto/des/internal.h", |
| 115 "src/crypto/dh/check.c", | 117 "src/crypto/dh/check.c", |
| 116 "src/crypto/dh/dh.c", | 118 "src/crypto/dh/dh.c", |
| 117 "src/crypto/dh/dh_asn1.c", | 119 "src/crypto/dh/dh_asn1.c", |
| 118 "src/crypto/dh/params.c", | 120 "src/crypto/dh/params.c", |
| 119 "src/crypto/digest/digest.c", | 121 "src/crypto/digest_extra/digest_extra.c", |
| 120 "src/crypto/digest/digests.c", | 122 "src/crypto/digest_extra/internal.h", |
| 121 "src/crypto/digest/internal.h", | |
| 122 "src/crypto/digest/md32_common.h", | |
| 123 "src/crypto/dsa/dsa.c", | 123 "src/crypto/dsa/dsa.c", |
| 124 "src/crypto/dsa/dsa_asn1.c", | 124 "src/crypto/dsa/dsa_asn1.c", |
| 125 "src/crypto/ec/ec.c", | 125 "src/crypto/ec/ec.c", |
| 126 "src/crypto/ec/ec_asn1.c", | 126 "src/crypto/ec/ec_asn1.c", |
| 127 "src/crypto/ec/ec_key.c", | 127 "src/crypto/ec/ec_key.c", |
| 128 "src/crypto/ec/ec_montgomery.c", | 128 "src/crypto/ec/ec_montgomery.c", |
| 129 "src/crypto/ec/internal.h", | 129 "src/crypto/ec/internal.h", |
| 130 "src/crypto/ec/oct.c", | 130 "src/crypto/ec/oct.c", |
| 131 "src/crypto/ec/p224-64.c", | 131 "src/crypto/ec/p224-64.c", |
| 132 "src/crypto/ec/p256-64.c", | 132 "src/crypto/ec/p256-64.c", |
| 133 "src/crypto/ec/p256-x86_64-table.h", | 133 "src/crypto/ec/p256-x86_64-table.h", |
| 134 "src/crypto/ec/p256-x86_64.c", | 134 "src/crypto/ec/p256-x86_64.c", |
| 135 "src/crypto/ec/p256-x86_64.h", | 135 "src/crypto/ec/p256-x86_64.h", |
| 136 "src/crypto/ec/simple.c", | 136 "src/crypto/ec/simple.c", |
| 137 "src/crypto/ec/util-64.c", | 137 "src/crypto/ec/util-64.c", |
| 138 "src/crypto/ec/wnaf.c", | 138 "src/crypto/ec/wnaf.c", |
| 139 "src/crypto/ecdh/ecdh.c", | 139 "src/crypto/ecdh/ecdh.c", |
| 140 "src/crypto/ecdsa/ecdsa.c", | 140 "src/crypto/ecdsa/ecdsa.c", |
| 141 "src/crypto/ecdsa/ecdsa_asn1.c", | 141 "src/crypto/ecdsa/ecdsa_asn1.c", |
| 142 "src/crypto/engine/engine.c", | 142 "src/crypto/engine/engine.c", |
| 143 "src/crypto/err/err.c", | 143 "src/crypto/err/err.c", |
| 144 "src/crypto/evp/digestsign.c", | 144 "src/crypto/evp/digestsign.c", |
| 145 "src/crypto/evp/evp.c", | 145 "src/crypto/evp/evp.c", |
| 146 "src/crypto/evp/evp_asn1.c", | 146 "src/crypto/evp/evp_asn1.c", |
| 147 "src/crypto/evp/evp_ctx.c", | 147 "src/crypto/evp/evp_ctx.c", |
| 148 "src/crypto/evp/internal.h", | 148 "src/crypto/evp/internal.h", |
| 149 "src/crypto/evp/p_dsa_asn1.c", | 149 "src/crypto/evp/p_dsa_asn1.c", |
| 150 "src/crypto/evp/p_ec.c", | 150 "src/crypto/evp/p_ec.c", |
| 151 "src/crypto/evp/p_ec_asn1.c", | 151 "src/crypto/evp/p_ec_asn1.c", |
| 152 "src/crypto/evp/p_ed25519.c", |
| 153 "src/crypto/evp/p_ed25519_asn1.c", |
| 152 "src/crypto/evp/p_rsa.c", | 154 "src/crypto/evp/p_rsa.c", |
| 153 "src/crypto/evp/p_rsa_asn1.c", | 155 "src/crypto/evp/p_rsa_asn1.c", |
| 154 "src/crypto/evp/pbkdf.c", | 156 "src/crypto/evp/pbkdf.c", |
| 155 "src/crypto/evp/print.c", | 157 "src/crypto/evp/print.c", |
| 156 "src/crypto/evp/sign.c", | 158 "src/crypto/evp/sign.c", |
| 157 "src/crypto/ex_data.c", | 159 "src/crypto/ex_data.c", |
| 160 "src/crypto/fipsmodule/bcm.c", |
| 161 "src/crypto/fipsmodule/delocate.h", |
| 162 "src/crypto/fipsmodule/digest/internal.h", |
| 163 "src/crypto/fipsmodule/digest/md32_common.h", |
| 164 "src/crypto/fipsmodule/is_fips.c", |
| 158 "src/crypto/hkdf/hkdf.c", | 165 "src/crypto/hkdf/hkdf.c", |
| 159 "src/crypto/hmac/hmac.c", | |
| 160 "src/crypto/internal.h", | 166 "src/crypto/internal.h", |
| 161 "src/crypto/lhash/lhash.c", | 167 "src/crypto/lhash/lhash.c", |
| 162 "src/crypto/md4/md4.c", | |
| 163 "src/crypto/md5/md5.c", | |
| 164 "src/crypto/mem.c", | 168 "src/crypto/mem.c", |
| 165 "src/crypto/modes/cbc.c", | 169 "src/crypto/modes/cbc.c", |
| 166 "src/crypto/modes/cfb.c", | 170 "src/crypto/modes/cfb.c", |
| 167 "src/crypto/modes/ctr.c", | 171 "src/crypto/modes/ctr.c", |
| 168 "src/crypto/modes/gcm.c", | 172 "src/crypto/modes/gcm.c", |
| 169 "src/crypto/modes/internal.h", | 173 "src/crypto/modes/internal.h", |
| 170 "src/crypto/modes/ofb.c", | 174 "src/crypto/modes/ofb.c", |
| 171 "src/crypto/modes/polyval.c", | 175 "src/crypto/modes/polyval.c", |
| 172 "src/crypto/obj/obj.c", | 176 "src/crypto/obj/obj.c", |
| 173 "src/crypto/obj/obj_dat.h", | 177 "src/crypto/obj/obj_dat.h", |
| 174 "src/crypto/obj/obj_xref.c", | 178 "src/crypto/obj/obj_xref.c", |
| 175 "src/crypto/pem/pem_all.c", | 179 "src/crypto/pem/pem_all.c", |
| 176 "src/crypto/pem/pem_info.c", | 180 "src/crypto/pem/pem_info.c", |
| 177 "src/crypto/pem/pem_lib.c", | 181 "src/crypto/pem/pem_lib.c", |
| 178 "src/crypto/pem/pem_oth.c", | 182 "src/crypto/pem/pem_oth.c", |
| 179 "src/crypto/pem/pem_pk8.c", | 183 "src/crypto/pem/pem_pk8.c", |
| 180 "src/crypto/pem/pem_pkey.c", | 184 "src/crypto/pem/pem_pkey.c", |
| 181 "src/crypto/pem/pem_x509.c", | 185 "src/crypto/pem/pem_x509.c", |
| 182 "src/crypto/pem/pem_xaux.c", | 186 "src/crypto/pem/pem_xaux.c", |
| 183 "src/crypto/pkcs8/internal.h", | 187 "src/crypto/pkcs8/internal.h", |
| 184 "src/crypto/pkcs8/p5_pbev2.c", | 188 "src/crypto/pkcs8/p5_pbev2.c", |
| 185 "src/crypto/pkcs8/pkcs8.c", | 189 "src/crypto/pkcs8/pkcs8.c", |
| 186 "src/crypto/pkcs8/pkcs8_x509.c", | 190 "src/crypto/pkcs8/pkcs8_x509.c", |
| 187 "src/crypto/poly1305/internal.h", | 191 "src/crypto/poly1305/internal.h", |
| 188 "src/crypto/poly1305/poly1305.c", | 192 "src/crypto/poly1305/poly1305.c", |
| 189 "src/crypto/poly1305/poly1305_arm.c", | 193 "src/crypto/poly1305/poly1305_arm.c", |
| 190 "src/crypto/poly1305/poly1305_vec.c", | 194 "src/crypto/poly1305/poly1305_vec.c", |
| 191 "src/crypto/pool/internal.h", | 195 "src/crypto/pool/internal.h", |
| 192 "src/crypto/pool/pool.c", | 196 "src/crypto/pool/pool.c", |
| 197 "src/crypto/rand/ctrdrbg.c", |
| 193 "src/crypto/rand/deterministic.c", | 198 "src/crypto/rand/deterministic.c", |
| 199 "src/crypto/rand/forkunsafe.c", |
| 194 "src/crypto/rand/fuchsia.c", | 200 "src/crypto/rand/fuchsia.c", |
| 195 "src/crypto/rand/internal.h", | 201 "src/crypto/rand/internal.h", |
| 196 "src/crypto/rand/rand.c", | 202 "src/crypto/rand/rand.c", |
| 197 "src/crypto/rand/urandom.c", | 203 "src/crypto/rand/urandom.c", |
| 198 "src/crypto/rand/windows.c", | 204 "src/crypto/rand/windows.c", |
| 199 "src/crypto/rc4/rc4.c", | 205 "src/crypto/rc4/rc4.c", |
| 200 "src/crypto/refcount_c11.c", | 206 "src/crypto/refcount_c11.c", |
| 201 "src/crypto/refcount_lock.c", | 207 "src/crypto/refcount_lock.c", |
| 202 "src/crypto/rsa/blinding.c", | 208 "src/crypto/rsa/blinding.c", |
| 203 "src/crypto/rsa/internal.h", | 209 "src/crypto/rsa/internal.h", |
| 204 "src/crypto/rsa/padding.c", | 210 "src/crypto/rsa/padding.c", |
| 205 "src/crypto/rsa/rsa.c", | 211 "src/crypto/rsa/rsa.c", |
| 206 "src/crypto/rsa/rsa_asn1.c", | 212 "src/crypto/rsa/rsa_asn1.c", |
| 207 "src/crypto/rsa/rsa_impl.c", | 213 "src/crypto/rsa/rsa_impl.c", |
| 208 "src/crypto/sha/sha1-altivec.c", | |
| 209 "src/crypto/sha/sha1.c", | |
| 210 "src/crypto/sha/sha256.c", | |
| 211 "src/crypto/sha/sha512.c", | |
| 212 "src/crypto/stack/stack.c", | 214 "src/crypto/stack/stack.c", |
| 213 "src/crypto/thread.c", | 215 "src/crypto/thread.c", |
| 214 "src/crypto/thread_none.c", | 216 "src/crypto/thread_none.c", |
| 215 "src/crypto/thread_pthread.c", | 217 "src/crypto/thread_pthread.c", |
| 216 "src/crypto/thread_win.c", | 218 "src/crypto/thread_win.c", |
| 217 "src/crypto/x509/a_digest.c", | 219 "src/crypto/x509/a_digest.c", |
| 218 "src/crypto/x509/a_sign.c", | 220 "src/crypto/x509/a_sign.c", |
| 219 "src/crypto/x509/a_strex.c", | 221 "src/crypto/x509/a_strex.c", |
| 220 "src/crypto/x509/a_verify.c", | 222 "src/crypto/x509/a_verify.c", |
| 221 "src/crypto/x509/algorithm.c", | 223 "src/crypto/x509/algorithm.c", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "src/include/openssl/ec.h", | 333 "src/include/openssl/ec.h", |
| 332 "src/include/openssl/ec_key.h", | 334 "src/include/openssl/ec_key.h", |
| 333 "src/include/openssl/ecdh.h", | 335 "src/include/openssl/ecdh.h", |
| 334 "src/include/openssl/ecdsa.h", | 336 "src/include/openssl/ecdsa.h", |
| 335 "src/include/openssl/engine.h", | 337 "src/include/openssl/engine.h", |
| 336 "src/include/openssl/err.h", | 338 "src/include/openssl/err.h", |
| 337 "src/include/openssl/evp.h", | 339 "src/include/openssl/evp.h", |
| 338 "src/include/openssl/ex_data.h", | 340 "src/include/openssl/ex_data.h", |
| 339 "src/include/openssl/hkdf.h", | 341 "src/include/openssl/hkdf.h", |
| 340 "src/include/openssl/hmac.h", | 342 "src/include/openssl/hmac.h", |
| 343 "src/include/openssl/is_boringssl.h", |
| 341 "src/include/openssl/lhash.h", | 344 "src/include/openssl/lhash.h", |
| 342 "src/include/openssl/lhash_macros.h", | 345 "src/include/openssl/lhash_macros.h", |
| 343 "src/include/openssl/md4.h", | 346 "src/include/openssl/md4.h", |
| 344 "src/include/openssl/md5.h", | 347 "src/include/openssl/md5.h", |
| 345 "src/include/openssl/mem.h", | 348 "src/include/openssl/mem.h", |
| 346 "src/include/openssl/nid.h", | 349 "src/include/openssl/nid.h", |
| 347 "src/include/openssl/obj.h", | 350 "src/include/openssl/obj.h", |
| 348 "src/include/openssl/obj_mac.h", | 351 "src/include/openssl/obj_mac.h", |
| 349 "src/include/openssl/objects.h", | 352 "src/include/openssl/objects.h", |
| 350 "src/include/openssl/opensslconf.h", | 353 "src/include/openssl/opensslconf.h", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "src/ssl/tls13_enc.c", | 415 "src/ssl/tls13_enc.c", |
| 413 "src/ssl/tls13_server.c", | 416 "src/ssl/tls13_server.c", |
| 414 "src/ssl/tls_method.c", | 417 "src/ssl/tls_method.c", |
| 415 "src/ssl/tls_record.c", | 418 "src/ssl/tls_record.c", |
| 416 ] | 419 ] |
| 417 | 420 |
| 418 crypto_sources_linux_aarch64 = [ | 421 crypto_sources_linux_aarch64 = [ |
| 419 "linux-aarch64/crypto/aes/aesv8-armx64.S", | 422 "linux-aarch64/crypto/aes/aesv8-armx64.S", |
| 420 "linux-aarch64/crypto/bn/armv8-mont.S", | 423 "linux-aarch64/crypto/bn/armv8-mont.S", |
| 421 "linux-aarch64/crypto/chacha/chacha-armv8.S", | 424 "linux-aarch64/crypto/chacha/chacha-armv8.S", |
| 425 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S", |
| 426 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S", |
| 427 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S", |
| 422 "linux-aarch64/crypto/modes/ghashv8-armx64.S", | 428 "linux-aarch64/crypto/modes/ghashv8-armx64.S", |
| 423 "linux-aarch64/crypto/sha/sha1-armv8.S", | |
| 424 "linux-aarch64/crypto/sha/sha256-armv8.S", | |
| 425 "linux-aarch64/crypto/sha/sha512-armv8.S", | |
| 426 ] | 429 ] |
| 427 | 430 |
| 428 crypto_sources_linux_arm = [ | 431 crypto_sources_linux_arm = [ |
| 429 "linux-arm/crypto/aes/aes-armv4.S", | 432 "linux-arm/crypto/aes/aes-armv4.S", |
| 430 "linux-arm/crypto/aes/aesv8-armx32.S", | 433 "linux-arm/crypto/aes/aesv8-armx32.S", |
| 431 "linux-arm/crypto/aes/bsaes-armv7.S", | 434 "linux-arm/crypto/aes/bsaes-armv7.S", |
| 432 "linux-arm/crypto/bn/armv4-mont.S", | 435 "linux-arm/crypto/bn/armv4-mont.S", |
| 433 "linux-arm/crypto/chacha/chacha-armv4.S", | 436 "linux-arm/crypto/chacha/chacha-armv4.S", |
| 437 "linux-arm/crypto/fipsmodule/sha1-armv4-large.S", |
| 438 "linux-arm/crypto/fipsmodule/sha256-armv4.S", |
| 439 "linux-arm/crypto/fipsmodule/sha512-armv4.S", |
| 434 "linux-arm/crypto/modes/ghash-armv4.S", | 440 "linux-arm/crypto/modes/ghash-armv4.S", |
| 435 "linux-arm/crypto/modes/ghashv8-armx32.S", | 441 "linux-arm/crypto/modes/ghashv8-armx32.S", |
| 436 "linux-arm/crypto/sha/sha1-armv4-large.S", | |
| 437 "linux-arm/crypto/sha/sha256-armv4.S", | |
| 438 "linux-arm/crypto/sha/sha512-armv4.S", | |
| 439 "src/crypto/curve25519/asm/x25519-asm-arm.S", | 442 "src/crypto/curve25519/asm/x25519-asm-arm.S", |
| 440 "src/crypto/poly1305/poly1305_arm_asm.S", | 443 "src/crypto/poly1305/poly1305_arm_asm.S", |
| 441 ] | 444 ] |
| 442 | 445 |
| 443 crypto_sources_linux_ppc64le = [ | 446 crypto_sources_linux_ppc64le = [ |
| 444 "linux-ppc64le/crypto/aes/aesp8-ppc.S", | 447 "linux-ppc64le/crypto/aes/aesp8-ppc.S", |
| 445 "linux-ppc64le/crypto/modes/ghashp8-ppc.S", | 448 "linux-ppc64le/crypto/modes/ghashp8-ppc.S", |
| 446 ] | 449 ] |
| 447 | 450 |
| 448 crypto_sources_linux_x86 = [ | 451 crypto_sources_linux_x86 = [ |
| 449 "linux-x86/crypto/aes/aes-586.S", | 452 "linux-x86/crypto/aes/aes-586.S", |
| 450 "linux-x86/crypto/aes/aesni-x86.S", | 453 "linux-x86/crypto/aes/aesni-x86.S", |
| 451 "linux-x86/crypto/aes/vpaes-x86.S", | 454 "linux-x86/crypto/aes/vpaes-x86.S", |
| 452 "linux-x86/crypto/bn/bn-586.S", | 455 "linux-x86/crypto/bn/bn-586.S", |
| 453 "linux-x86/crypto/bn/co-586.S", | 456 "linux-x86/crypto/bn/co-586.S", |
| 454 "linux-x86/crypto/bn/x86-mont.S", | 457 "linux-x86/crypto/bn/x86-mont.S", |
| 455 "linux-x86/crypto/chacha/chacha-x86.S", | 458 "linux-x86/crypto/chacha/chacha-x86.S", |
| 456 "linux-x86/crypto/md5/md5-586.S", | 459 "linux-x86/crypto/fipsmodule/md5-586.S", |
| 460 "linux-x86/crypto/fipsmodule/sha1-586.S", |
| 461 "linux-x86/crypto/fipsmodule/sha256-586.S", |
| 462 "linux-x86/crypto/fipsmodule/sha512-586.S", |
| 457 "linux-x86/crypto/modes/ghash-x86.S", | 463 "linux-x86/crypto/modes/ghash-x86.S", |
| 458 "linux-x86/crypto/sha/sha1-586.S", | |
| 459 "linux-x86/crypto/sha/sha256-586.S", | |
| 460 "linux-x86/crypto/sha/sha512-586.S", | |
| 461 ] | 464 ] |
| 462 | 465 |
| 463 crypto_sources_linux_x86_64 = [ | 466 crypto_sources_linux_x86_64 = [ |
| 464 "linux-x86_64/crypto/aes/aes-x86_64.S", | 467 "linux-x86_64/crypto/aes/aes-x86_64.S", |
| 465 "linux-x86_64/crypto/aes/aesni-x86_64.S", | 468 "linux-x86_64/crypto/aes/aesni-x86_64.S", |
| 466 "linux-x86_64/crypto/aes/bsaes-x86_64.S", | 469 "linux-x86_64/crypto/aes/bsaes-x86_64.S", |
| 467 "linux-x86_64/crypto/aes/vpaes-x86_64.S", | 470 "linux-x86_64/crypto/aes/vpaes-x86_64.S", |
| 468 "linux-x86_64/crypto/bn/rsaz-avx2.S", | 471 "linux-x86_64/crypto/bn/rsaz-avx2.S", |
| 469 "linux-x86_64/crypto/bn/x86_64-mont.S", | 472 "linux-x86_64/crypto/bn/x86_64-mont.S", |
| 470 "linux-x86_64/crypto/bn/x86_64-mont5.S", | 473 "linux-x86_64/crypto/bn/x86_64-mont5.S", |
| 471 "linux-x86_64/crypto/chacha/chacha-x86_64.S", | 474 "linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 472 "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 475 "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", |
| 473 "linux-x86_64/crypto/ec/p256-x86_64-asm.S", | 476 "linux-x86_64/crypto/ec/p256-x86_64-asm.S", |
| 474 "linux-x86_64/crypto/md5/md5-x86_64.S", | 477 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 478 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 479 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 480 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 475 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 481 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", |
| 476 "linux-x86_64/crypto/modes/ghash-x86_64.S", | 482 "linux-x86_64/crypto/modes/ghash-x86_64.S", |
| 477 "linux-x86_64/crypto/rand/rdrand-x86_64.S", | 483 "linux-x86_64/crypto/rand/rdrand-x86_64.S", |
| 478 "linux-x86_64/crypto/sha/sha1-x86_64.S", | |
| 479 "linux-x86_64/crypto/sha/sha256-x86_64.S", | |
| 480 "linux-x86_64/crypto/sha/sha512-x86_64.S", | |
| 481 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 484 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", |
| 482 ] | 485 ] |
| 483 | 486 |
| 484 crypto_sources_mac_x86 = [ | 487 crypto_sources_mac_x86 = [ |
| 485 "mac-x86/crypto/aes/aes-586.S", | 488 "mac-x86/crypto/aes/aes-586.S", |
| 486 "mac-x86/crypto/aes/aesni-x86.S", | 489 "mac-x86/crypto/aes/aesni-x86.S", |
| 487 "mac-x86/crypto/aes/vpaes-x86.S", | 490 "mac-x86/crypto/aes/vpaes-x86.S", |
| 488 "mac-x86/crypto/bn/bn-586.S", | 491 "mac-x86/crypto/bn/bn-586.S", |
| 489 "mac-x86/crypto/bn/co-586.S", | 492 "mac-x86/crypto/bn/co-586.S", |
| 490 "mac-x86/crypto/bn/x86-mont.S", | 493 "mac-x86/crypto/bn/x86-mont.S", |
| 491 "mac-x86/crypto/chacha/chacha-x86.S", | 494 "mac-x86/crypto/chacha/chacha-x86.S", |
| 492 "mac-x86/crypto/md5/md5-586.S", | 495 "mac-x86/crypto/fipsmodule/md5-586.S", |
| 496 "mac-x86/crypto/fipsmodule/sha1-586.S", |
| 497 "mac-x86/crypto/fipsmodule/sha256-586.S", |
| 498 "mac-x86/crypto/fipsmodule/sha512-586.S", |
| 493 "mac-x86/crypto/modes/ghash-x86.S", | 499 "mac-x86/crypto/modes/ghash-x86.S", |
| 494 "mac-x86/crypto/sha/sha1-586.S", | |
| 495 "mac-x86/crypto/sha/sha256-586.S", | |
| 496 "mac-x86/crypto/sha/sha512-586.S", | |
| 497 ] | 500 ] |
| 498 | 501 |
| 499 crypto_sources_mac_x86_64 = [ | 502 crypto_sources_mac_x86_64 = [ |
| 500 "mac-x86_64/crypto/aes/aes-x86_64.S", | 503 "mac-x86_64/crypto/aes/aes-x86_64.S", |
| 501 "mac-x86_64/crypto/aes/aesni-x86_64.S", | 504 "mac-x86_64/crypto/aes/aesni-x86_64.S", |
| 502 "mac-x86_64/crypto/aes/bsaes-x86_64.S", | 505 "mac-x86_64/crypto/aes/bsaes-x86_64.S", |
| 503 "mac-x86_64/crypto/aes/vpaes-x86_64.S", | 506 "mac-x86_64/crypto/aes/vpaes-x86_64.S", |
| 504 "mac-x86_64/crypto/bn/rsaz-avx2.S", | 507 "mac-x86_64/crypto/bn/rsaz-avx2.S", |
| 505 "mac-x86_64/crypto/bn/x86_64-mont.S", | 508 "mac-x86_64/crypto/bn/x86_64-mont.S", |
| 506 "mac-x86_64/crypto/bn/x86_64-mont5.S", | 509 "mac-x86_64/crypto/bn/x86_64-mont5.S", |
| 507 "mac-x86_64/crypto/chacha/chacha-x86_64.S", | 510 "mac-x86_64/crypto/chacha/chacha-x86_64.S", |
| 508 "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 511 "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", |
| 509 "mac-x86_64/crypto/ec/p256-x86_64-asm.S", | 512 "mac-x86_64/crypto/ec/p256-x86_64-asm.S", |
| 510 "mac-x86_64/crypto/md5/md5-x86_64.S", | 513 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 514 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 515 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 516 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 511 "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 517 "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", |
| 512 "mac-x86_64/crypto/modes/ghash-x86_64.S", | 518 "mac-x86_64/crypto/modes/ghash-x86_64.S", |
| 513 "mac-x86_64/crypto/rand/rdrand-x86_64.S", | 519 "mac-x86_64/crypto/rand/rdrand-x86_64.S", |
| 514 "mac-x86_64/crypto/sha/sha1-x86_64.S", | |
| 515 "mac-x86_64/crypto/sha/sha256-x86_64.S", | |
| 516 "mac-x86_64/crypto/sha/sha512-x86_64.S", | |
| 517 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 520 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", |
| 518 ] | 521 ] |
| 519 | 522 |
| 520 crypto_sources_win_x86 = [ | 523 crypto_sources_win_x86 = [ |
| 521 "win-x86/crypto/aes/aes-586.asm", | 524 "win-x86/crypto/aes/aes-586.asm", |
| 522 "win-x86/crypto/aes/aesni-x86.asm", | 525 "win-x86/crypto/aes/aesni-x86.asm", |
| 523 "win-x86/crypto/aes/vpaes-x86.asm", | 526 "win-x86/crypto/aes/vpaes-x86.asm", |
| 524 "win-x86/crypto/bn/bn-586.asm", | 527 "win-x86/crypto/bn/bn-586.asm", |
| 525 "win-x86/crypto/bn/co-586.asm", | 528 "win-x86/crypto/bn/co-586.asm", |
| 526 "win-x86/crypto/bn/x86-mont.asm", | 529 "win-x86/crypto/bn/x86-mont.asm", |
| 527 "win-x86/crypto/chacha/chacha-x86.asm", | 530 "win-x86/crypto/chacha/chacha-x86.asm", |
| 528 "win-x86/crypto/md5/md5-586.asm", | 531 "win-x86/crypto/fipsmodule/md5-586.asm", |
| 532 "win-x86/crypto/fipsmodule/sha1-586.asm", |
| 533 "win-x86/crypto/fipsmodule/sha256-586.asm", |
| 534 "win-x86/crypto/fipsmodule/sha512-586.asm", |
| 529 "win-x86/crypto/modes/ghash-x86.asm", | 535 "win-x86/crypto/modes/ghash-x86.asm", |
| 530 "win-x86/crypto/sha/sha1-586.asm", | |
| 531 "win-x86/crypto/sha/sha256-586.asm", | |
| 532 "win-x86/crypto/sha/sha512-586.asm", | |
| 533 ] | 536 ] |
| 534 | 537 |
| 535 crypto_sources_win_x86_64 = [ | 538 crypto_sources_win_x86_64 = [ |
| 536 "win-x86_64/crypto/aes/aes-x86_64.asm", | 539 "win-x86_64/crypto/aes/aes-x86_64.asm", |
| 537 "win-x86_64/crypto/aes/aesni-x86_64.asm", | 540 "win-x86_64/crypto/aes/aesni-x86_64.asm", |
| 538 "win-x86_64/crypto/aes/bsaes-x86_64.asm", | 541 "win-x86_64/crypto/aes/bsaes-x86_64.asm", |
| 539 "win-x86_64/crypto/aes/vpaes-x86_64.asm", | 542 "win-x86_64/crypto/aes/vpaes-x86_64.asm", |
| 540 "win-x86_64/crypto/bn/rsaz-avx2.asm", | 543 "win-x86_64/crypto/bn/rsaz-avx2.asm", |
| 541 "win-x86_64/crypto/bn/x86_64-mont.asm", | 544 "win-x86_64/crypto/bn/x86_64-mont.asm", |
| 542 "win-x86_64/crypto/bn/x86_64-mont5.asm", | 545 "win-x86_64/crypto/bn/x86_64-mont5.asm", |
| 543 "win-x86_64/crypto/chacha/chacha-x86_64.asm", | 546 "win-x86_64/crypto/chacha/chacha-x86_64.asm", |
| 544 "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", | 547 "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", |
| 545 "win-x86_64/crypto/ec/p256-x86_64-asm.asm", | 548 "win-x86_64/crypto/ec/p256-x86_64-asm.asm", |
| 546 "win-x86_64/crypto/md5/md5-x86_64.asm", | 549 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm", |
| 550 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm", |
| 551 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm", |
| 552 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm", |
| 547 "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", | 553 "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", |
| 548 "win-x86_64/crypto/modes/ghash-x86_64.asm", | 554 "win-x86_64/crypto/modes/ghash-x86_64.asm", |
| 549 "win-x86_64/crypto/rand/rdrand-x86_64.asm", | 555 "win-x86_64/crypto/rand/rdrand-x86_64.asm", |
| 550 "win-x86_64/crypto/sha/sha1-x86_64.asm", | |
| 551 "win-x86_64/crypto/sha/sha256-x86_64.asm", | |
| 552 "win-x86_64/crypto/sha/sha512-x86_64.asm", | |
| 553 ] | 556 ] |
| 554 | 557 |
| 555 fuzzers = [ | 558 fuzzers = [ |
| 556 "cert", | 559 "cert", |
| 557 "client", | 560 "client", |
| 558 "pkcs8", | 561 "pkcs8", |
| 559 "privkey", | 562 "privkey", |
| 560 "read_pem", | 563 "read_pem", |
| 561 "server", | 564 "server", |
| 562 "session", | 565 "session", |
| 563 "spki", | 566 "spki", |
| 564 "ssl_ctx_api", | 567 "ssl_ctx_api", |
| 565 ] | 568 ] |
| OLD | NEW |