| 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", | |
| 10 "src/crypto/aes/internal.h", | |
| 11 "src/crypto/aes/key_wrap.c", | |
| 12 "src/crypto/aes/mode_wrappers.c", | |
| 13 "src/crypto/asn1/a_bitstr.c", | 9 "src/crypto/asn1/a_bitstr.c", |
| 14 "src/crypto/asn1/a_bool.c", | 10 "src/crypto/asn1/a_bool.c", |
| 15 "src/crypto/asn1/a_d2i_fp.c", | 11 "src/crypto/asn1/a_d2i_fp.c", |
| 16 "src/crypto/asn1/a_dup.c", | 12 "src/crypto/asn1/a_dup.c", |
| 17 "src/crypto/asn1/a_enum.c", | 13 "src/crypto/asn1/a_enum.c", |
| 18 "src/crypto/asn1/a_gentm.c", | 14 "src/crypto/asn1/a_gentm.c", |
| 19 "src/crypto/asn1/a_i2d_fp.c", | 15 "src/crypto/asn1/a_i2d_fp.c", |
| 20 "src/crypto/asn1/a_int.c", | 16 "src/crypto/asn1/a_int.c", |
| 21 "src/crypto/asn1/a_mbstr.c", | 17 "src/crypto/asn1/a_mbstr.c", |
| 22 "src/crypto/asn1/a_object.c", | 18 "src/crypto/asn1/a_object.c", |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "src/crypto/obj/obj_dat.h", | 173 "src/crypto/obj/obj_dat.h", |
| 178 "src/crypto/obj/obj_xref.c", | 174 "src/crypto/obj/obj_xref.c", |
| 179 "src/crypto/pem/pem_all.c", | 175 "src/crypto/pem/pem_all.c", |
| 180 "src/crypto/pem/pem_info.c", | 176 "src/crypto/pem/pem_info.c", |
| 181 "src/crypto/pem/pem_lib.c", | 177 "src/crypto/pem/pem_lib.c", |
| 182 "src/crypto/pem/pem_oth.c", | 178 "src/crypto/pem/pem_oth.c", |
| 183 "src/crypto/pem/pem_pk8.c", | 179 "src/crypto/pem/pem_pk8.c", |
| 184 "src/crypto/pem/pem_pkey.c", | 180 "src/crypto/pem/pem_pkey.c", |
| 185 "src/crypto/pem/pem_x509.c", | 181 "src/crypto/pem/pem_x509.c", |
| 186 "src/crypto/pem/pem_xaux.c", | 182 "src/crypto/pem/pem_xaux.c", |
| 183 "src/crypto/pkcs7/internal.h", |
| 184 "src/crypto/pkcs7/pkcs7.c", |
| 185 "src/crypto/pkcs7/pkcs7_x509.c", |
| 187 "src/crypto/pkcs8/internal.h", | 186 "src/crypto/pkcs8/internal.h", |
| 188 "src/crypto/pkcs8/p5_pbev2.c", | 187 "src/crypto/pkcs8/p5_pbev2.c", |
| 189 "src/crypto/pkcs8/pkcs8.c", | 188 "src/crypto/pkcs8/pkcs8.c", |
| 190 "src/crypto/pkcs8/pkcs8_x509.c", | 189 "src/crypto/pkcs8/pkcs8_x509.c", |
| 191 "src/crypto/poly1305/internal.h", | 190 "src/crypto/poly1305/internal.h", |
| 192 "src/crypto/poly1305/poly1305.c", | 191 "src/crypto/poly1305/poly1305.c", |
| 193 "src/crypto/poly1305/poly1305_arm.c", | 192 "src/crypto/poly1305/poly1305_arm.c", |
| 194 "src/crypto/poly1305/poly1305_vec.c", | 193 "src/crypto/poly1305/poly1305_vec.c", |
| 195 "src/crypto/pool/internal.h", | 194 "src/crypto/pool/internal.h", |
| 196 "src/crypto/pool/pool.c", | 195 "src/crypto/pool/pool.c", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 220 "src/crypto/x509/a_sign.c", | 219 "src/crypto/x509/a_sign.c", |
| 221 "src/crypto/x509/a_strex.c", | 220 "src/crypto/x509/a_strex.c", |
| 222 "src/crypto/x509/a_verify.c", | 221 "src/crypto/x509/a_verify.c", |
| 223 "src/crypto/x509/algorithm.c", | 222 "src/crypto/x509/algorithm.c", |
| 224 "src/crypto/x509/asn1_gen.c", | 223 "src/crypto/x509/asn1_gen.c", |
| 225 "src/crypto/x509/by_dir.c", | 224 "src/crypto/x509/by_dir.c", |
| 226 "src/crypto/x509/by_file.c", | 225 "src/crypto/x509/by_file.c", |
| 227 "src/crypto/x509/charmap.h", | 226 "src/crypto/x509/charmap.h", |
| 228 "src/crypto/x509/i2d_pr.c", | 227 "src/crypto/x509/i2d_pr.c", |
| 229 "src/crypto/x509/internal.h", | 228 "src/crypto/x509/internal.h", |
| 230 "src/crypto/x509/pkcs7.c", | |
| 231 "src/crypto/x509/rsa_pss.c", | 229 "src/crypto/x509/rsa_pss.c", |
| 232 "src/crypto/x509/t_crl.c", | 230 "src/crypto/x509/t_crl.c", |
| 233 "src/crypto/x509/t_req.c", | 231 "src/crypto/x509/t_req.c", |
| 234 "src/crypto/x509/t_x509.c", | 232 "src/crypto/x509/t_x509.c", |
| 235 "src/crypto/x509/t_x509a.c", | 233 "src/crypto/x509/t_x509a.c", |
| 236 "src/crypto/x509/vpm_int.h", | 234 "src/crypto/x509/vpm_int.h", |
| 237 "src/crypto/x509/x509.c", | 235 "src/crypto/x509/x509.c", |
| 238 "src/crypto/x509/x509_att.c", | 236 "src/crypto/x509/x509_att.c", |
| 239 "src/crypto/x509/x509_cmp.c", | 237 "src/crypto/x509/x509_cmp.c", |
| 240 "src/crypto/x509/x509_d2.c", | 238 "src/crypto/x509/x509_d2.c", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 "src/ssl/t1_lib.c", | 410 "src/ssl/t1_lib.c", |
| 413 "src/ssl/tls13_both.c", | 411 "src/ssl/tls13_both.c", |
| 414 "src/ssl/tls13_client.c", | 412 "src/ssl/tls13_client.c", |
| 415 "src/ssl/tls13_enc.c", | 413 "src/ssl/tls13_enc.c", |
| 416 "src/ssl/tls13_server.c", | 414 "src/ssl/tls13_server.c", |
| 417 "src/ssl/tls_method.c", | 415 "src/ssl/tls_method.c", |
| 418 "src/ssl/tls_record.c", | 416 "src/ssl/tls_record.c", |
| 419 ] | 417 ] |
| 420 | 418 |
| 421 crypto_sources_linux_aarch64 = [ | 419 crypto_sources_linux_aarch64 = [ |
| 422 "linux-aarch64/crypto/aes/aesv8-armx64.S", | |
| 423 "linux-aarch64/crypto/bn/armv8-mont.S", | 420 "linux-aarch64/crypto/bn/armv8-mont.S", |
| 424 "linux-aarch64/crypto/chacha/chacha-armv8.S", | 421 "linux-aarch64/crypto/chacha/chacha-armv8.S", |
| 422 "linux-aarch64/crypto/fipsmodule/aesv8-armx64.S", |
| 425 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S", | 423 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S", |
| 426 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S", | 424 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S", |
| 427 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S", | 425 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S", |
| 428 "linux-aarch64/crypto/modes/ghashv8-armx64.S", | 426 "linux-aarch64/crypto/modes/ghashv8-armx64.S", |
| 429 ] | 427 ] |
| 430 | 428 |
| 431 crypto_sources_linux_arm = [ | 429 crypto_sources_linux_arm = [ |
| 432 "linux-arm/crypto/aes/aes-armv4.S", | |
| 433 "linux-arm/crypto/aes/aesv8-armx32.S", | |
| 434 "linux-arm/crypto/aes/bsaes-armv7.S", | |
| 435 "linux-arm/crypto/bn/armv4-mont.S", | 430 "linux-arm/crypto/bn/armv4-mont.S", |
| 436 "linux-arm/crypto/chacha/chacha-armv4.S", | 431 "linux-arm/crypto/chacha/chacha-armv4.S", |
| 432 "linux-arm/crypto/fipsmodule/aes-armv4.S", |
| 433 "linux-arm/crypto/fipsmodule/aesv8-armx32.S", |
| 434 "linux-arm/crypto/fipsmodule/bsaes-armv7.S", |
| 437 "linux-arm/crypto/fipsmodule/sha1-armv4-large.S", | 435 "linux-arm/crypto/fipsmodule/sha1-armv4-large.S", |
| 438 "linux-arm/crypto/fipsmodule/sha256-armv4.S", | 436 "linux-arm/crypto/fipsmodule/sha256-armv4.S", |
| 439 "linux-arm/crypto/fipsmodule/sha512-armv4.S", | 437 "linux-arm/crypto/fipsmodule/sha512-armv4.S", |
| 440 "linux-arm/crypto/modes/ghash-armv4.S", | 438 "linux-arm/crypto/modes/ghash-armv4.S", |
| 441 "linux-arm/crypto/modes/ghashv8-armx32.S", | 439 "linux-arm/crypto/modes/ghashv8-armx32.S", |
| 442 "src/crypto/curve25519/asm/x25519-asm-arm.S", | 440 "src/crypto/curve25519/asm/x25519-asm-arm.S", |
| 443 "src/crypto/poly1305/poly1305_arm_asm.S", | 441 "src/crypto/poly1305/poly1305_arm_asm.S", |
| 444 ] | 442 ] |
| 445 | 443 |
| 446 crypto_sources_linux_ppc64le = [ | 444 crypto_sources_linux_ppc64le = [ |
| 447 "linux-ppc64le/crypto/aes/aesp8-ppc.S", | 445 "linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S", |
| 448 "linux-ppc64le/crypto/modes/ghashp8-ppc.S", | 446 "linux-ppc64le/crypto/modes/ghashp8-ppc.S", |
| 449 ] | 447 ] |
| 450 | 448 |
| 451 crypto_sources_linux_x86 = [ | 449 crypto_sources_linux_x86 = [ |
| 452 "linux-x86/crypto/aes/aes-586.S", | |
| 453 "linux-x86/crypto/aes/aesni-x86.S", | |
| 454 "linux-x86/crypto/aes/vpaes-x86.S", | |
| 455 "linux-x86/crypto/bn/bn-586.S", | 450 "linux-x86/crypto/bn/bn-586.S", |
| 456 "linux-x86/crypto/bn/co-586.S", | 451 "linux-x86/crypto/bn/co-586.S", |
| 457 "linux-x86/crypto/bn/x86-mont.S", | 452 "linux-x86/crypto/bn/x86-mont.S", |
| 458 "linux-x86/crypto/chacha/chacha-x86.S", | 453 "linux-x86/crypto/chacha/chacha-x86.S", |
| 454 "linux-x86/crypto/fipsmodule/aes-586.S", |
| 455 "linux-x86/crypto/fipsmodule/aesni-x86.S", |
| 459 "linux-x86/crypto/fipsmodule/md5-586.S", | 456 "linux-x86/crypto/fipsmodule/md5-586.S", |
| 460 "linux-x86/crypto/fipsmodule/sha1-586.S", | 457 "linux-x86/crypto/fipsmodule/sha1-586.S", |
| 461 "linux-x86/crypto/fipsmodule/sha256-586.S", | 458 "linux-x86/crypto/fipsmodule/sha256-586.S", |
| 462 "linux-x86/crypto/fipsmodule/sha512-586.S", | 459 "linux-x86/crypto/fipsmodule/sha512-586.S", |
| 460 "linux-x86/crypto/fipsmodule/vpaes-x86.S", |
| 463 "linux-x86/crypto/modes/ghash-x86.S", | 461 "linux-x86/crypto/modes/ghash-x86.S", |
| 464 ] | 462 ] |
| 465 | 463 |
| 466 crypto_sources_linux_x86_64 = [ | 464 crypto_sources_linux_x86_64 = [ |
| 467 "linux-x86_64/crypto/aes/aes-x86_64.S", | |
| 468 "linux-x86_64/crypto/aes/aesni-x86_64.S", | |
| 469 "linux-x86_64/crypto/aes/bsaes-x86_64.S", | |
| 470 "linux-x86_64/crypto/aes/vpaes-x86_64.S", | |
| 471 "linux-x86_64/crypto/bn/rsaz-avx2.S", | 465 "linux-x86_64/crypto/bn/rsaz-avx2.S", |
| 472 "linux-x86_64/crypto/bn/x86_64-mont.S", | 466 "linux-x86_64/crypto/bn/x86_64-mont.S", |
| 473 "linux-x86_64/crypto/bn/x86_64-mont5.S", | 467 "linux-x86_64/crypto/bn/x86_64-mont5.S", |
| 474 "linux-x86_64/crypto/chacha/chacha-x86_64.S", | 468 "linux-x86_64/crypto/chacha/chacha-x86_64.S", |
| 475 "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 469 "linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", |
| 476 "linux-x86_64/crypto/ec/p256-x86_64-asm.S", | 470 "linux-x86_64/crypto/ec/p256-x86_64-asm.S", |
| 471 "linux-x86_64/crypto/fipsmodule/aes-x86_64.S", |
| 472 "linux-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 473 "linux-x86_64/crypto/fipsmodule/bsaes-x86_64.S", |
| 477 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S", | 474 "linux-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 478 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", | 475 "linux-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 479 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", | 476 "linux-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 480 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", | 477 "linux-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 478 "linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 481 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 479 "linux-x86_64/crypto/modes/aesni-gcm-x86_64.S", |
| 482 "linux-x86_64/crypto/modes/ghash-x86_64.S", | 480 "linux-x86_64/crypto/modes/ghash-x86_64.S", |
| 483 "linux-x86_64/crypto/rand/rdrand-x86_64.S", | 481 "linux-x86_64/crypto/rand/rdrand-x86_64.S", |
| 484 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 482 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", |
| 485 ] | 483 ] |
| 486 | 484 |
| 487 crypto_sources_mac_x86 = [ | 485 crypto_sources_mac_x86 = [ |
| 488 "mac-x86/crypto/aes/aes-586.S", | |
| 489 "mac-x86/crypto/aes/aesni-x86.S", | |
| 490 "mac-x86/crypto/aes/vpaes-x86.S", | |
| 491 "mac-x86/crypto/bn/bn-586.S", | 486 "mac-x86/crypto/bn/bn-586.S", |
| 492 "mac-x86/crypto/bn/co-586.S", | 487 "mac-x86/crypto/bn/co-586.S", |
| 493 "mac-x86/crypto/bn/x86-mont.S", | 488 "mac-x86/crypto/bn/x86-mont.S", |
| 494 "mac-x86/crypto/chacha/chacha-x86.S", | 489 "mac-x86/crypto/chacha/chacha-x86.S", |
| 490 "mac-x86/crypto/fipsmodule/aes-586.S", |
| 491 "mac-x86/crypto/fipsmodule/aesni-x86.S", |
| 495 "mac-x86/crypto/fipsmodule/md5-586.S", | 492 "mac-x86/crypto/fipsmodule/md5-586.S", |
| 496 "mac-x86/crypto/fipsmodule/sha1-586.S", | 493 "mac-x86/crypto/fipsmodule/sha1-586.S", |
| 497 "mac-x86/crypto/fipsmodule/sha256-586.S", | 494 "mac-x86/crypto/fipsmodule/sha256-586.S", |
| 498 "mac-x86/crypto/fipsmodule/sha512-586.S", | 495 "mac-x86/crypto/fipsmodule/sha512-586.S", |
| 496 "mac-x86/crypto/fipsmodule/vpaes-x86.S", |
| 499 "mac-x86/crypto/modes/ghash-x86.S", | 497 "mac-x86/crypto/modes/ghash-x86.S", |
| 500 ] | 498 ] |
| 501 | 499 |
| 502 crypto_sources_mac_x86_64 = [ | 500 crypto_sources_mac_x86_64 = [ |
| 503 "mac-x86_64/crypto/aes/aes-x86_64.S", | |
| 504 "mac-x86_64/crypto/aes/aesni-x86_64.S", | |
| 505 "mac-x86_64/crypto/aes/bsaes-x86_64.S", | |
| 506 "mac-x86_64/crypto/aes/vpaes-x86_64.S", | |
| 507 "mac-x86_64/crypto/bn/rsaz-avx2.S", | 501 "mac-x86_64/crypto/bn/rsaz-avx2.S", |
| 508 "mac-x86_64/crypto/bn/x86_64-mont.S", | 502 "mac-x86_64/crypto/bn/x86_64-mont.S", |
| 509 "mac-x86_64/crypto/bn/x86_64-mont5.S", | 503 "mac-x86_64/crypto/bn/x86_64-mont5.S", |
| 510 "mac-x86_64/crypto/chacha/chacha-x86_64.S", | 504 "mac-x86_64/crypto/chacha/chacha-x86_64.S", |
| 511 "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", | 505 "mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S", |
| 512 "mac-x86_64/crypto/ec/p256-x86_64-asm.S", | 506 "mac-x86_64/crypto/ec/p256-x86_64-asm.S", |
| 507 "mac-x86_64/crypto/fipsmodule/aes-x86_64.S", |
| 508 "mac-x86_64/crypto/fipsmodule/aesni-x86_64.S", |
| 509 "mac-x86_64/crypto/fipsmodule/bsaes-x86_64.S", |
| 513 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S", | 510 "mac-x86_64/crypto/fipsmodule/md5-x86_64.S", |
| 514 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S", | 511 "mac-x86_64/crypto/fipsmodule/sha1-x86_64.S", |
| 515 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S", | 512 "mac-x86_64/crypto/fipsmodule/sha256-x86_64.S", |
| 516 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S", | 513 "mac-x86_64/crypto/fipsmodule/sha512-x86_64.S", |
| 514 "mac-x86_64/crypto/fipsmodule/vpaes-x86_64.S", |
| 517 "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", | 515 "mac-x86_64/crypto/modes/aesni-gcm-x86_64.S", |
| 518 "mac-x86_64/crypto/modes/ghash-x86_64.S", | 516 "mac-x86_64/crypto/modes/ghash-x86_64.S", |
| 519 "mac-x86_64/crypto/rand/rdrand-x86_64.S", | 517 "mac-x86_64/crypto/rand/rdrand-x86_64.S", |
| 520 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", | 518 "src/crypto/curve25519/asm/x25519-asm-x86_64.S", |
| 521 ] | 519 ] |
| 522 | 520 |
| 523 crypto_sources_win_x86 = [ | 521 crypto_sources_win_x86 = [ |
| 524 "win-x86/crypto/aes/aes-586.asm", | |
| 525 "win-x86/crypto/aes/aesni-x86.asm", | |
| 526 "win-x86/crypto/aes/vpaes-x86.asm", | |
| 527 "win-x86/crypto/bn/bn-586.asm", | 522 "win-x86/crypto/bn/bn-586.asm", |
| 528 "win-x86/crypto/bn/co-586.asm", | 523 "win-x86/crypto/bn/co-586.asm", |
| 529 "win-x86/crypto/bn/x86-mont.asm", | 524 "win-x86/crypto/bn/x86-mont.asm", |
| 530 "win-x86/crypto/chacha/chacha-x86.asm", | 525 "win-x86/crypto/chacha/chacha-x86.asm", |
| 526 "win-x86/crypto/fipsmodule/aes-586.asm", |
| 527 "win-x86/crypto/fipsmodule/aesni-x86.asm", |
| 531 "win-x86/crypto/fipsmodule/md5-586.asm", | 528 "win-x86/crypto/fipsmodule/md5-586.asm", |
| 532 "win-x86/crypto/fipsmodule/sha1-586.asm", | 529 "win-x86/crypto/fipsmodule/sha1-586.asm", |
| 533 "win-x86/crypto/fipsmodule/sha256-586.asm", | 530 "win-x86/crypto/fipsmodule/sha256-586.asm", |
| 534 "win-x86/crypto/fipsmodule/sha512-586.asm", | 531 "win-x86/crypto/fipsmodule/sha512-586.asm", |
| 532 "win-x86/crypto/fipsmodule/vpaes-x86.asm", |
| 535 "win-x86/crypto/modes/ghash-x86.asm", | 533 "win-x86/crypto/modes/ghash-x86.asm", |
| 536 ] | 534 ] |
| 537 | 535 |
| 538 crypto_sources_win_x86_64 = [ | 536 crypto_sources_win_x86_64 = [ |
| 539 "win-x86_64/crypto/aes/aes-x86_64.asm", | |
| 540 "win-x86_64/crypto/aes/aesni-x86_64.asm", | |
| 541 "win-x86_64/crypto/aes/bsaes-x86_64.asm", | |
| 542 "win-x86_64/crypto/aes/vpaes-x86_64.asm", | |
| 543 "win-x86_64/crypto/bn/rsaz-avx2.asm", | 537 "win-x86_64/crypto/bn/rsaz-avx2.asm", |
| 544 "win-x86_64/crypto/bn/x86_64-mont.asm", | 538 "win-x86_64/crypto/bn/x86_64-mont.asm", |
| 545 "win-x86_64/crypto/bn/x86_64-mont5.asm", | 539 "win-x86_64/crypto/bn/x86_64-mont5.asm", |
| 546 "win-x86_64/crypto/chacha/chacha-x86_64.asm", | 540 "win-x86_64/crypto/chacha/chacha-x86_64.asm", |
| 547 "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", | 541 "win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm", |
| 548 "win-x86_64/crypto/ec/p256-x86_64-asm.asm", | 542 "win-x86_64/crypto/ec/p256-x86_64-asm.asm", |
| 543 "win-x86_64/crypto/fipsmodule/aes-x86_64.asm", |
| 544 "win-x86_64/crypto/fipsmodule/aesni-x86_64.asm", |
| 545 "win-x86_64/crypto/fipsmodule/bsaes-x86_64.asm", |
| 549 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm", | 546 "win-x86_64/crypto/fipsmodule/md5-x86_64.asm", |
| 550 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm", | 547 "win-x86_64/crypto/fipsmodule/sha1-x86_64.asm", |
| 551 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm", | 548 "win-x86_64/crypto/fipsmodule/sha256-x86_64.asm", |
| 552 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm", | 549 "win-x86_64/crypto/fipsmodule/sha512-x86_64.asm", |
| 550 "win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm", |
| 553 "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", | 551 "win-x86_64/crypto/modes/aesni-gcm-x86_64.asm", |
| 554 "win-x86_64/crypto/modes/ghash-x86_64.asm", | 552 "win-x86_64/crypto/modes/ghash-x86_64.asm", |
| 555 "win-x86_64/crypto/rand/rdrand-x86_64.asm", | 553 "win-x86_64/crypto/rand/rdrand-x86_64.asm", |
| 556 ] | 554 ] |
| 557 | 555 |
| 558 fuzzers = [ | 556 fuzzers = [ |
| 559 "cert", | 557 "cert", |
| 560 "client", | 558 "client", |
| 561 "pkcs8", | 559 "pkcs8", |
| 562 "privkey", | 560 "privkey", |
| 563 "read_pem", | 561 "read_pem", |
| 564 "server", | 562 "server", |
| 565 "session", | 563 "session", |
| 566 "spki", | 564 "spki", |
| 567 "ssl_ctx_api", | 565 "ssl_ctx_api", |
| 568 ] | 566 ] |
| OLD | NEW |