aboutsummaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/aix64-gcc
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@ohtsu.org>2018-03-29 16:46:11 +0900
committerShigeki Ohtsu <ohtsu@ohtsu.org>2018-04-10 06:45:44 +0900
commit7812ec735ba50493c417a4860aa491fcee67d149 (patch)
treeb29b47af5c113016324fb8b53a4c1d6bf1a9772d /deps/openssl/config/archs/aix64-gcc
parent99eb744842462bad1c1c112d7994ffc6f65b06d9 (diff)
downloadandroid-node-v8-7812ec735ba50493c417a4860aa491fcee67d149.tar.gz
android-node-v8-7812ec735ba50493c417a4860aa491fcee67d149.tar.bz2
android-node-v8-7812ec735ba50493c417a4860aa491fcee67d149.zip
deps: update archs files for OpenSSL-1.1.0
`cd deps/openssl/config; make` updates all archs dependant files. Fixes: https://github.com/nodejs/node/issues/4270 PR-URL: https://github.com/nodejs/node/pull/19794 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Diffstat (limited to 'deps/openssl/config/archs/aix64-gcc')
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/configdata.pm12941
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aes-ppc.s1525
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aesp8-ppc.s3633
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/vpaes-ppc.s1461
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/bn-ppc.s1843
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc-mont.s217
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc64-mont.s741
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/buildinf.h29
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/chacha/chacha-ppc.s1128
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h28
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h16
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/modes/ghashp8-ppc.s565
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppc.s174
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppcfp.s585
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/ppccpuid.s246
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha1-ppc.s1116
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256-ppc.s1319
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256p8-ppc.s861
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512-ppc.s1415
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512p8-ppc.s958
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/include/openssl/opensslconf.h178
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/include/progs.h418
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/openssl-cl.gypi85
-rw-r--r--deps/openssl/config/archs/aix64-gcc/asm/openssl.gypi692
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/configdata.pm12786
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/crypto/buildinf.h23
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h28
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h16
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h181
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/include/progs.h418
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/openssl-cl.gypi78
-rw-r--r--deps/openssl/config/archs/aix64-gcc/no-asm/openssl.gypi671
32 files changed, 46375 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/configdata.pm b/deps/openssl/config/archs/aix64-gcc/asm/configdata.pm
new file mode 100644
index 0000000000..1512a38c0e
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/configdata.pm
@@ -0,0 +1,12941 @@
+package configdata;
+
+use strict;
+use warnings;
+
+use Exporter;
+#use vars qw(@ISA @EXPORT);
+our @ISA = qw(Exporter);
+our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables);
+
+our %config = (
+ b32 => "0",
+ b64 => "0",
+ b64l => "1",
+ baseaddr => "0xFB00000",
+ bn_ll => "0",
+ build_file => "Makefile",
+ build_file_templates => [ "Configurations/unix-Makefile.tmpl", "Configurations/common.tmpl" ],
+ build_infos => [ "./build.info", "crypto/build.info", "ssl/build.info", "engines/build.info", "apps/build.info", "test/build.info", "util/build.info", "tools/build.info", "fuzz/build.info", "crypto/objects/build.info", "crypto/md4/build.info", "crypto/md5/build.info", "crypto/sha/build.info", "crypto/mdc2/build.info", "crypto/hmac/build.info", "crypto/ripemd/build.info", "crypto/whrlpool/build.info", "crypto/poly1305/build.info", "crypto/blake2/build.info", "crypto/des/build.info", "crypto/aes/build.info", "crypto/rc2/build.info", "crypto/rc4/build.info", "crypto/idea/build.info", "crypto/bf/build.info", "crypto/cast/build.info", "crypto/camellia/build.info", "crypto/seed/build.info", "crypto/chacha/build.info", "crypto/modes/build.info", "crypto/bn/build.info", "crypto/ec/build.info", "crypto/rsa/build.info", "crypto/dsa/build.info", "crypto/dh/build.info", "crypto/dso/build.info", "crypto/engine/build.info", "crypto/buffer/build.info", "crypto/bio/build.info", "crypto/stack/build.info", "crypto/lhash/build.info", "crypto/rand/build.info", "crypto/err/build.info", "crypto/evp/build.info", "crypto/asn1/build.info", "crypto/pem/build.info", "crypto/x509/build.info", "crypto/x509v3/build.info", "crypto/conf/build.info", "crypto/txt_db/build.info", "crypto/pkcs7/build.info", "crypto/pkcs12/build.info", "crypto/ocsp/build.info", "crypto/ui/build.info", "crypto/cms/build.info", "crypto/ts/build.info", "crypto/srp/build.info", "crypto/cmac/build.info", "crypto/ct/build.info", "crypto/async/build.info", "crypto/kdf/build.info" ],
+ build_type => "release",
+ builddir => ".",
+ cc => "gcc",
+ cflags => "",
+ conf_files => [ "Configurations/00-base-templates.conf", "Configurations/10-main.conf" ],
+ cross_compile_prefix => "",
+ defines => [ "DSO_DLFCN", "HAVE_DLFCN_H", "NDEBUG", "OPENSSL_THREADS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_PIC", "OPENSSL_BN_ASM_MONT", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "AES_ASM", "VPAES_ASM", "POLY1305_ASM" ],
+ dirs => [ "crypto", "ssl", "engines", "apps", "test", "util", "tools", "fuzz" ],
+ dynamic_engines => "0",
+ engdirs => [ ],
+ ex_libs => "",
+ export_var_as_fn => "0",
+ fips => "0",
+ fipslibdir => "/usr/local/ssl/fips-2.0/lib/",
+ hashbangperl => "/usr/bin/env perl",
+ libdir => "",
+ major => "1",
+ makedepprog => "gcc",
+ minor => "1.0",
+ openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
+ openssl_api_defines => [ ],
+ openssl_other_defines => [ "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_AFALGENG" ],
+ openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
+ openssl_thread_defines => [ "OPENSSL_THREADS" ],
+ openssldir => "",
+ options => " no-afalgeng no-asan no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
+ perl => "/usr/bin/perl",
+ perlargv => [ "no-comp", "no-shared", "no-afalgeng", "aix64-gcc" ],
+ prefix => "",
+ processor => "",
+ rc4_int => "unsigned char",
+ sdirs => [ "objects", "md4", "md5", "sha", "mdc2", "hmac", "ripemd", "whrlpool", "poly1305", "blake2", "des", "aes", "rc2", "rc4", "idea", "bf", "cast", "camellia", "seed", "chacha", "modes", "bn", "ec", "rsa", "dsa", "dh", "dso", "engine", "buffer", "bio", "stack", "lhash", "rand", "err", "evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "ocsp", "ui", "cms", "ts", "srp", "cmac", "ct", "async", "kdf" ],
+ shared_ldflag => "",
+ shlib_major => "1",
+ shlib_minor => "1",
+ shlib_version_history => "",
+ shlib_version_number => "1.1",
+ sourcedir => ".",
+ target => "aix64-gcc",
+ version => "1.1.0h",
+ version_num => "0x1010008fL",
+);
+
+our %target = (
+ _conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf" ],
+ aes_asm_src => "aes_core.c aes_cbc.c aes-ppc.s vpaes-ppc.s aesp8-ppc.s",
+ aes_obj => "aes_core.o aes_cbc.o aes-ppc.o vpaes-ppc.o aesp8-ppc.o",
+ apps_aux_src => "",
+ apps_obj => "",
+ ar => "ar",
+ arflags => "-X64",
+ bf_asm_src => "bf_enc.c",
+ bf_obj => "bf_enc.o",
+ bn_asm_src => "bn-ppc.s ppc-mont.s ppc64-mont.s",
+ bn_obj => "bn-ppc.o ppc-mont.o ppc64-mont.o",
+ bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
+ build_file => "Makefile",
+ build_scheme => [ "unified", "unix" ],
+ cast_asm_src => "c_enc.c",
+ cast_obj => "c_enc.o",
+ cc => "gcc",
+ cflags => "-maix64 -DB_ENDIAN -O -pthread",
+ chacha_asm_src => "chacha-ppc.s",
+ chacha_obj => "chacha-ppc.o",
+ cmll_asm_src => "camellia.c cmll_misc.c cmll_cbc.c",
+ cmll_obj => "camellia.o cmll_misc.o cmll_cbc.o",
+ cpuid_asm_src => "ppccpuid.s ppccap.c",
+ cpuid_obj => "ppccpuid.o ppccap.o",
+ defines => [ ],
+ des_asm_src => "des_enc.c fcrypt_b.c",
+ des_obj => "des_enc.o fcrypt_b.o",
+ dso_extension => ".so",
+ dso_scheme => "DLFCN",
+ ec_asm_src => "",
+ ec_obj => "",
+ ex_libs => "-pthread",
+ exe_extension => "",
+ md5_asm_src => "",
+ md5_obj => "",
+ modes_asm_src => "ghashp8-ppc.s",
+ modes_obj => "ghashp8-ppc.o",
+ nm => "nm",
+ padlock_asm_src => "",
+ padlock_obj => "",
+ perlasm_scheme => "aix64",
+ poly1305_asm_src => "poly1305-ppc.s poly1305-ppcfp.s",
+ poly1305_obj => "poly1305-ppc.o poly1305-ppcfp.o",
+ ranlib => "\$(CROSS_COMPILE)ranlib",
+ rc => "windres",
+ rc4_asm_src => "rc4_enc.c rc4_skey.c",
+ rc4_obj => "rc4_enc.o rc4_skey.o",
+ rc5_asm_src => "rc5_enc.c",
+ rc5_obj => "rc5_enc.o",
+ rmd160_asm_src => "",
+ rmd160_obj => "",
+ sha1_asm_src => "sha1-ppc.s sha256-ppc.s sha512-ppc.s sha256p8-ppc.s sha512p8-ppc.s",
+ sha1_obj => "sha1-ppc.o sha256-ppc.o sha512-ppc.o sha256p8-ppc.o sha512p8-ppc.o",
+ shared_cflag => "",
+ shared_defines => [ ],
+ shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ shared_extension_simple => ".so",
+ shared_ldflag => "-maix64 -shared -static-libgcc -Wl,-G",
+ shared_rcflag => "",
+ shared_target => "aix-shared",
+ sys_id => "AIX",
+ template => "1",
+ thread_defines => [ ],
+ thread_scheme => "pthreads",
+ unistd => "<unistd.h>",
+ uplink_aux_src => "",
+ uplink_obj => "",
+ wp_asm_src => "wp_block.c",
+ wp_obj => "wp_block.o",
+);
+
+our %available_protocols = (
+ tls => [ "ssl3", "tls1", "tls1_1", "tls1_2" ],
+ dtls => [ "dtls1", "dtls1_2" ],
+);
+
+our @disablables = (
+ "afalgeng",
+ "asan",
+ "asm",
+ "async",
+ "autoalginit",
+ "autoerrinit",
+ "bf",
+ "blake2",
+ "camellia",
+ "capieng",
+ "cast",
+ "chacha",
+ "cmac",
+ "cms",
+ "comp",
+ "crypto-mdebug",
+ "crypto-mdebug-backtrace",
+ "ct",
+ "deprecated",
+ "des",
+ "dgram",
+ "dh",
+ "dsa",
+ "dso",
+ "dtls",
+ "dynamic-engine",
+ "ec",
+ "ec2m",
+ "ecdh",
+ "ecdsa",
+ "ec_nistp_64_gcc_128",
+ "egd",
+ "engine",
+ "err",
+ "filenames",
+ "fuzz-libfuzzer",
+ "fuzz-afl",
+ "gost",
+ "heartbeats",
+ "hw(-.+)?",
+ "idea",
+ "makedepend",
+ "md2",
+ "md4",
+ "mdc2",
+ "msan",
+ "multiblock",
+ "nextprotoneg",
+ "ocb",
+ "ocsp",
+ "pic",
+ "poly1305",
+ "posix-io",
+ "psk",
+ "rc2",
+ "rc4",
+ "rc5",
+ "rdrand",
+ "rfc3779",
+ "rmd160",
+ "scrypt",
+ "sctp",
+ "seed",
+ "shared",
+ "sock",
+ "srp",
+ "srtp",
+ "sse2",
+ "ssl",
+ "ssl-trace",
+ "static-engine",
+ "stdio",
+ "threads",
+ "tls",
+ "ts",
+ "ubsan",
+ "ui",
+ "unit-test",
+ "whirlpool",
+ "weak-ssl-ciphers",
+ "zlib",
+ "zlib-dynamic",
+ "ssl3",
+ "ssl3-method",
+ "tls1",
+ "tls1-method",
+ "tls1_1",
+ "tls1_1-method",
+ "tls1_2",
+ "tls1_2-method",
+ "dtls1",
+ "dtls1-method",
+ "dtls1_2",
+ "dtls1_2-method",
+);
+
+our %disabled = (
+ "afalgeng" => "option",
+ "asan" => "default",
+ "comp" => "option",
+ "crypto-mdebug" => "default",
+ "crypto-mdebug-backtrace" => "default",
+ "dynamic-engine" => "forced",
+ "ec_nistp_64_gcc_128" => "default",
+ "egd" => "default",
+ "fuzz-afl" => "default",
+ "fuzz-libfuzzer" => "default",
+ "heartbeats" => "default",
+ "md2" => "default",
+ "msan" => "default",
+ "rc5" => "default",
+ "sctp" => "default",
+ "shared" => "option",
+ "ssl-trace" => "default",
+ "ssl3" => "default",
+ "ssl3-method" => "default",
+ "ubsan" => "default",
+ "unit-test" => "default",
+ "weak-ssl-ciphers" => "default",
+ "zlib" => "default",
+ "zlib-dynamic" => "default",
+);
+
+our %withargs = (
+);
+
+our %unified_info = (
+ "depends" =>
+ {
+ "" =>
+ [
+ "crypto/include/internal/bn_conf.h",
+ "crypto/include/internal/dso_conf.h",
+ "include/openssl/opensslconf.h",
+ ],
+ "apps/app_rand.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/apps.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ca.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ciphers.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/cms.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/crl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dgst.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dhparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ec.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ecparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/enc.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/engine.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/errstr.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/gendsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/genpkey.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/genrsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/nseq.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ocsp.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/openssl" =>
+ [
+ "libssl",
+ ],
+ "apps/openssl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/opt.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/passwd.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkey.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/prime.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/progs.h" =>
+ [
+ "configdata.pm",
+ ],
+ "apps/rand.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rehash.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/req.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rsautl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_cb.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_client.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_server.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_socket.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_time.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/sess_id.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/smime.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/speed.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/spkac.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/srp.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ts.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/verify.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/version.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/x509.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "crypto/aes/aes-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/aes/aesni-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/aes/aest4-sparcv9.S" =>
+ [
+ "crypto/perlasm/sparcv9_modes.pl",
+ ],
+ "crypto/aes/vpaes-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bf/bf-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/bn-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/co-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/x86-gf2m.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/x86-mont.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/camellia/cmll-x86.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.S" =>
+ [
+ "crypto/perlasm/sparcv9_modes.pl",
+ ],
+ "crypto/cast/cast-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/cversion.o" =>
+ [
+ "crypto/buildinf.h",
+ ],
+ "crypto/des/crypt586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/des/des-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/rc4/rc4-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/ripemd/rmd-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha1-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha256-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha512-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/whrlpool/wp-mmx.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/x86cpuid.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "fuzz/asn1-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/bignum-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/cms-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/conf-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/crl-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/ct-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/server-test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "fuzz/x509-test" =>
+ [
+ "libcrypto",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "libssl" =>
+ [
+ "libcrypto",
+ ],
+ "test/aborttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/afalgtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/asynciotest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/asynctest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bad_dtls_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/bftest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bio_enc_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/bioprinttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bntest" =>
+ [
+ "libcrypto",
+ ],
+ "test/buildtest_aes" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_asn1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_async" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_bio" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_bn" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_buffer" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_camellia" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cast" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cmac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cms" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_conf" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_crypto" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ct" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_des" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dh" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ec" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_engine" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_err" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_evp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_hmac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_idea" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_kdf" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_lhash" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_md4" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_md5" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_modes" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_objects" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pem" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pem2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rand" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rc2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rc4" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_safestack" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_seed" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_sha" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_srp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_srtp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ssl" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_stack" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_tls1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ts" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ui" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/casttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/cipherlist_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/clienthellotest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/constant_time_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/crltest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ct_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/d2i_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/danetest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/destest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dhtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dsatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dtlstest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ "libssl",
+ ],
+ "test/ecdsatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ectest" =>
+ [
+ "libcrypto",
+ ],
+ "test/enginetest" =>
+ [
+ "libcrypto",
+ ],
+ "test/evp_extra_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/evp_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/exdatatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/exptest" =>
+ [
+ "libcrypto",
+ ],
+ "test/fatalerrtest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/gmdifftest" =>
+ [
+ "libcrypto",
+ ],
+ "test/heartbeat_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/hmactest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ideatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/igetest" =>
+ [
+ "libcrypto",
+ ],
+ "test/md2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/md4test" =>
+ [
+ "libcrypto",
+ ],
+ "test/md5test" =>
+ [
+ "libcrypto",
+ ],
+ "test/mdc2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/memleaktest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ocspapitest" =>
+ [
+ "libcrypto",
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/packettest" =>
+ [
+ "libcrypto",
+ ],
+ "test/pbelutest" =>
+ [
+ "libcrypto",
+ ],
+ "test/randtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc4test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc5test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rmdtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/rsa_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sanitytest" =>
+ [
+ "libcrypto",
+ ],
+ "test/secmemtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha1test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha256t" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha512t" =>
+ [
+ "libcrypto",
+ ],
+ "test/srptest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ssl_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sslapitest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/sslcorrupttest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/ssltest_old" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/threadstest" =>
+ [
+ "libcrypto",
+ ],
+ "test/v3ext" =>
+ [
+ "libcrypto",
+ ],
+ "test/v3nametest" =>
+ [
+ "libcrypto",
+ ],
+ "test/verify_extra_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/wp_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/x509aux" =>
+ [
+ "libcrypto",
+ ],
+ },
+ "engines" =>
+ [
+ ],
+ "extra" =>
+ [
+ "crypto/alphacpuid.pl",
+ "crypto/arm64cpuid.pl",
+ "crypto/armv4cpuid.pl",
+ "crypto/ia64cpuid.S",
+ "crypto/pariscid.pl",
+ "crypto/ppccpuid.pl",
+ "crypto/x86_64cpuid.pl",
+ "crypto/x86cpuid.pl",
+ "ms/applink.c",
+ "ms/uplink-x86.pl",
+ "ms/uplink.c",
+ ],
+ "generate" =>
+ {
+ "apps/progs.h" =>
+ [
+ "apps/progs.pl",
+ "\$(APPS_OPENSSL)",
+ ],
+ "crypto/aes/aes-586.s" =>
+ [
+ "crypto/aes/asm/aes-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/aes-armv4.S" =>
+ [
+ "crypto/aes/asm/aes-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-ia64.s" =>
+ [
+ "crypto/aes/asm/aes-ia64.S",
+ ],
+ "crypto/aes/aes-mips.S" =>
+ [
+ "crypto/aes/asm/aes-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-parisc.s" =>
+ [
+ "crypto/aes/asm/aes-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-ppc.s" =>
+ [
+ "crypto/aes/asm/aes-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-s390x.S" =>
+ [
+ "crypto/aes/asm/aes-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aes-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-x86_64.s" =>
+ [
+ "crypto/aes/asm/aes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesfx-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aesfx-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-mb-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-sha1-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-sha1-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-sha256-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-sha256-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-x86.s" =>
+ [
+ "crypto/aes/asm/aesni-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/aesni-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesp8-ppc.s" =>
+ [
+ "crypto/aes/asm/aesp8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aest4-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aest4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesv8-armx.S" =>
+ [
+ "crypto/aes/asm/aesv8-armx.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/bsaes-armv7.S" =>
+ [
+ "crypto/aes/asm/bsaes-armv7.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/bsaes-x86_64.s" =>
+ [
+ "crypto/aes/asm/bsaes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-armv8.S" =>
+ [
+ "crypto/aes/asm/vpaes-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-ppc.s" =>
+ [
+ "crypto/aes/asm/vpaes-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-x86.s" =>
+ [
+ "crypto/aes/asm/vpaes-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/vpaes-x86_64.s" =>
+ [
+ "crypto/aes/asm/vpaes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/alphacpuid.s" =>
+ [
+ "crypto/alphacpuid.pl",
+ ],
+ "crypto/arm64cpuid.S" =>
+ [
+ "crypto/arm64cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/armv4cpuid.S" =>
+ [
+ "crypto/armv4cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bf/bf-586.s" =>
+ [
+ "crypto/bf/asm/bf-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/alpha-mont.S" =>
+ [
+ "crypto/bn/asm/alpha-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv4-gf2m.S" =>
+ [
+ "crypto/bn/asm/armv4-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv4-mont.S" =>
+ [
+ "crypto/bn/asm/armv4-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv8-mont.S" =>
+ [
+ "crypto/bn/asm/armv8-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/bn-586.s" =>
+ [
+ "crypto/bn/asm/bn-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/bn-ia64.s" =>
+ [
+ "crypto/bn/asm/ia64.S",
+ ],
+ "crypto/bn/bn-mips.s" =>
+ [
+ "crypto/bn/asm/mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/bn-ppc.s" =>
+ [
+ "crypto/bn/asm/ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/co-586.s" =>
+ [
+ "crypto/bn/asm/co-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/ia64-mont.s" =>
+ [
+ "crypto/bn/asm/ia64-mont.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/bn/mips-mont.s" =>
+ [
+ "crypto/bn/asm/mips-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/parisc-mont.s" =>
+ [
+ "crypto/bn/asm/parisc-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/ppc-mont.s" =>
+ [
+ "crypto/bn/asm/ppc-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/ppc64-mont.s" =>
+ [
+ "crypto/bn/asm/ppc64-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/rsaz-avx2.s" =>
+ [
+ "crypto/bn/asm/rsaz-avx2.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/rsaz-x86_64.s" =>
+ [
+ "crypto/bn/asm/rsaz-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/s390x-gf2m.s" =>
+ [
+ "crypto/bn/asm/s390x-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/s390x-mont.S" =>
+ [
+ "crypto/bn/asm/s390x-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparct4-mont.S" =>
+ [
+ "crypto/bn/asm/sparct4-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9-gf2m.S" =>
+ [
+ "crypto/bn/asm/sparcv9-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9-mont.S" =>
+ [
+ "crypto/bn/asm/sparcv9-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9a-mont.S" =>
+ [
+ "crypto/bn/asm/sparcv9a-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/vis3-mont.S" =>
+ [
+ "crypto/bn/asm/vis3-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86-gf2m.s" =>
+ [
+ "crypto/bn/asm/x86-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/x86-mont.s" =>
+ [
+ "crypto/bn/asm/x86-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/x86_64-gf2m.s" =>
+ [
+ "crypto/bn/asm/x86_64-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86_64-mont.s" =>
+ [
+ "crypto/bn/asm/x86_64-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86_64-mont5.s" =>
+ [
+ "crypto/bn/asm/x86_64-mont5.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ "util/mkbuildinf.pl",
+ "\"\$(CC)",
+ "\$(CFLAGS_Q)\"",
+ "\"\$(PLATFORM)\"",
+ ],
+ "crypto/camellia/cmll-x86.s" =>
+ [
+ "crypto/camellia/asm/cmll-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/camellia/cmll-x86_64.s" =>
+ [
+ "crypto/camellia/asm/cmll-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.S" =>
+ [
+ "crypto/camellia/asm/cmllt4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/cast/cast-586.s" =>
+ [
+ "crypto/cast/asm/cast-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/chacha/chacha-armv4.S" =>
+ [
+ "crypto/chacha/asm/chacha-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-armv8.S" =>
+ [
+ "crypto/chacha/asm/chacha-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-ppc.s" =>
+ [
+ "crypto/chacha/asm/chacha-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-s390x.S" =>
+ [
+ "crypto/chacha/asm/chacha-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-x86.s" =>
+ [
+ "crypto/chacha/asm/chacha-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/chacha/chacha-x86_64.s" =>
+ [
+ "crypto/chacha/asm/chacha-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/des/crypt586.s" =>
+ [
+ "crypto/des/asm/crypt586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/des/des-586.s" =>
+ [
+ "crypto/des/asm/des-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/des/des_enc-sparc.S" =>
+ [
+ "crypto/des/asm/des_enc.m4",
+ ],
+ "crypto/des/dest4-sparcv9.S" =>
+ [
+ "crypto/des/asm/dest4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-armv4.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-armv8.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-avx2.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-avx2.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-sparcv9.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-x86.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/ec/ecp_nistz256-x86_64.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ia64cpuid.s" =>
+ [
+ "crypto/ia64cpuid.S",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ "crypto/include/internal/bn_conf.h.in",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ "crypto/include/internal/dso_conf.h.in",
+ ],
+ "crypto/md5/md5-586.s" =>
+ [
+ "crypto/md5/asm/md5-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/md5/md5-sparcv9.S" =>
+ [
+ "crypto/md5/asm/md5-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/md5/md5-x86_64.s" =>
+ [
+ "crypto/md5/asm/md5-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/aesni-gcm-x86_64.s" =>
+ [
+ "crypto/modes/asm/aesni-gcm-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-alpha.S" =>
+ [
+ "crypto/modes/asm/ghash-alpha.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-armv4.S" =>
+ [
+ "crypto/modes/asm/ghash-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-ia64.s" =>
+ [
+ "crypto/modes/asm/ghash-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/modes/ghash-parisc.s" =>
+ [
+ "crypto/modes/asm/ghash-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-s390x.S" =>
+ [
+ "crypto/modes/asm/ghash-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-sparcv9.S" =>
+ [
+ "crypto/modes/asm/ghash-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-x86.s" =>
+ [
+ "crypto/modes/asm/ghash-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/modes/ghash-x86_64.s" =>
+ [
+ "crypto/modes/asm/ghash-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghashp8-ppc.s" =>
+ [
+ "crypto/modes/asm/ghashp8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghashv8-armx.S" =>
+ [
+ "crypto/modes/asm/ghashv8-armx.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/pariscid.s" =>
+ [
+ "crypto/pariscid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-armv4.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-armv8.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-mips.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-ppc.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-ppcfp.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-ppcfp.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-s390x.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-sparcv9.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-x86.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/poly1305/poly1305-x86_64.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ppccpuid.s" =>
+ [
+ "crypto/ppccpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-586.s" =>
+ [
+ "crypto/rc4/asm/rc4-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/rc4/rc4-md5-x86_64.s" =>
+ [
+ "crypto/rc4/asm/rc4-md5-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-parisc.s" =>
+ [
+ "crypto/rc4/asm/rc4-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-s390x.s" =>
+ [
+ "crypto/rc4/asm/rc4-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-x86_64.s" =>
+ [
+ "crypto/rc4/asm/rc4-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ripemd/rmd-586.s" =>
+ [
+ "crypto/ripemd/asm/rmd-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha1-586.s" =>
+ [
+ "crypto/sha/asm/sha1-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha1-alpha.S" =>
+ [
+ "crypto/sha/asm/sha1-alpha.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-armv4-large.S" =>
+ [
+ "crypto/sha/asm/sha1-armv4-large.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-armv8.S" =>
+ [
+ "crypto/sha/asm/sha1-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-ia64.s" =>
+ [
+ "crypto/sha/asm/sha1-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha1-mb-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha1-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-mips.S" =>
+ [
+ "crypto/sha/asm/sha1-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-parisc.s" =>
+ [
+ "crypto/sha/asm/sha1-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-ppc.s" =>
+ [
+ "crypto/sha/asm/sha1-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-s390x.S" =>
+ [
+ "crypto/sha/asm/sha1-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha1-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha1-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-586.s" =>
+ [
+ "crypto/sha/asm/sha256-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha256-armv4.S" =>
+ [
+ "crypto/sha/asm/sha256-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-armv8.S" =>
+ [
+ "crypto/sha/asm/sha512-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-ia64.s" =>
+ [
+ "crypto/sha/asm/sha512-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha256-mb-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha256-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-mips.S" =>
+ [
+ "crypto/sha/asm/sha512-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-parisc.s" =>
+ [
+ "crypto/sha/asm/sha512-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-s390x.S" =>
+ [
+ "crypto/sha/asm/sha512-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha512-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha512-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256p8-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512p8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-586.s" =>
+ [
+ "crypto/sha/asm/sha512-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha512-armv4.S" =>
+ [
+ "crypto/sha/asm/sha512-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-armv8.S" =>
+ [
+ "crypto/sha/asm/sha512-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-ia64.s" =>
+ [
+ "crypto/sha/asm/sha512-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha512-mips.S" =>
+ [
+ "crypto/sha/asm/sha512-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-parisc.s" =>
+ [
+ "crypto/sha/asm/sha512-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-s390x.S" =>
+ [
+ "crypto/sha/asm/sha512-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha512-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha512-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512p8-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512p8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-ia64.s" =>
+ [
+ "ms/uplink-ia64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-x86.s" =>
+ [
+ "ms/uplink-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-x86_64.s" =>
+ [
+ "ms/uplink-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/whrlpool/wp-mmx.s" =>
+ [
+ "crypto/whrlpool/asm/wp-mmx.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/whrlpool/wp-x86_64.s" =>
+ [
+ "crypto/whrlpool/asm/wp-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/x86_64cpuid.s" =>
+ [
+ "crypto/x86_64cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/x86cpuid.s" =>
+ [
+ "crypto/x86cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "engines/e_padlock-x86.s" =>
+ [
+ "engines/asm/e_padlock-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "engines/e_padlock-x86_64.s" =>
+ [
+ "engines/asm/e_padlock-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ "include/openssl/opensslconf.h.in",
+ ],
+ "test/buildtest_aes.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "aes",
+ ],
+ "test/buildtest_asn1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "asn1",
+ ],
+ "test/buildtest_asn1t.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "asn1t",
+ ],
+ "test/buildtest_async.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "async",
+ ],
+ "test/buildtest_bio.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "bio",
+ ],
+ "test/buildtest_blowfish.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "blowfish",
+ ],
+ "test/buildtest_bn.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "bn",
+ ],
+ "test/buildtest_buffer.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "buffer",
+ ],
+ "test/buildtest_camellia.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "camellia",
+ ],
+ "test/buildtest_cast.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cast",
+ ],
+ "test/buildtest_cmac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cmac",
+ ],
+ "test/buildtest_cms.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cms",
+ ],
+ "test/buildtest_conf.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "conf",
+ ],
+ "test/buildtest_conf_api.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "conf_api",
+ ],
+ "test/buildtest_crypto.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "crypto",
+ ],
+ "test/buildtest_ct.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ct",
+ ],
+ "test/buildtest_des.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "des",
+ ],
+ "test/buildtest_dh.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dh",
+ ],
+ "test/buildtest_dsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dsa",
+ ],
+ "test/buildtest_dtls1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dtls1",
+ ],
+ "test/buildtest_e_os2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "e_os2",
+ ],
+ "test/buildtest_ebcdic.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ebcdic",
+ ],
+ "test/buildtest_ec.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ec",
+ ],
+ "test/buildtest_ecdh.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ecdh",
+ ],
+ "test/buildtest_ecdsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ecdsa",
+ ],
+ "test/buildtest_engine.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "engine",
+ ],
+ "test/buildtest_err.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "err",
+ ],
+ "test/buildtest_evp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "evp",
+ ],
+ "test/buildtest_hmac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "hmac",
+ ],
+ "test/buildtest_idea.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "idea",
+ ],
+ "test/buildtest_kdf.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "kdf",
+ ],
+ "test/buildtest_lhash.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "lhash",
+ ],
+ "test/buildtest_md4.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "md4",
+ ],
+ "test/buildtest_md5.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "md5",
+ ],
+ "test/buildtest_mdc2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "mdc2",
+ ],
+ "test/buildtest_modes.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "modes",
+ ],
+ "test/buildtest_obj_mac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "obj_mac",
+ ],
+ "test/buildtest_objects.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "objects",
+ ],
+ "test/buildtest_ocsp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ocsp",
+ ],
+ "test/buildtest_opensslv.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "opensslv",
+ ],
+ "test/buildtest_ossl_typ.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ossl_typ",
+ ],
+ "test/buildtest_pem.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pem",
+ ],
+ "test/buildtest_pem2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pem2",
+ ],
+ "test/buildtest_pkcs12.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pkcs12",
+ ],
+ "test/buildtest_pkcs7.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pkcs7",
+ ],
+ "test/buildtest_rand.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rand",
+ ],
+ "test/buildtest_rc2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rc2",
+ ],
+ "test/buildtest_rc4.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rc4",
+ ],
+ "test/buildtest_ripemd.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ripemd",
+ ],
+ "test/buildtest_rsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rsa",
+ ],
+ "test/buildtest_safestack.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "safestack",
+ ],
+ "test/buildtest_seed.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "seed",
+ ],
+ "test/buildtest_sha.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "sha",
+ ],
+ "test/buildtest_srp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "srp",
+ ],
+ "test/buildtest_srtp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "srtp",
+ ],
+ "test/buildtest_ssl.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ssl",
+ ],
+ "test/buildtest_ssl2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ssl2",
+ ],
+ "test/buildtest_stack.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "stack",
+ ],
+ "test/buildtest_symhacks.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "symhacks",
+ ],
+ "test/buildtest_tls1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "tls1",
+ ],
+ "test/buildtest_ts.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ts",
+ ],
+ "test/buildtest_txt_db.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "txt_db",
+ ],
+ "test/buildtest_ui.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ui",
+ ],
+ "test/buildtest_whrlpool.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "whrlpool",
+ ],
+ "test/buildtest_x509.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509",
+ ],
+ "test/buildtest_x509_vfy.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509_vfy",
+ ],
+ "test/buildtest_x509v3.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509v3",
+ ],
+ },
+ "includes" =>
+ {
+ "apps/app_rand.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/apps.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ca.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ciphers.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/cms.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/crl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dgst.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dhparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ec.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ecparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/enc.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/engine.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/errstr.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/gendsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/genpkey.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/genrsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/nseq.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ocsp.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/openssl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/opt.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/passwd.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkey.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/prime.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/progs.h" =>
+ [
+ ".",
+ ],
+ "apps/rand.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rehash.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/req.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rsautl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_cb.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_client.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_server.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_socket.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_time.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/sess_id.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/smime.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/speed.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/spkac.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/srp.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ts.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/verify.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/version.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/x509.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "crypto/aes/aes-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_core.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ige.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_misc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_wrap.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aesfx-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aesp8-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aest4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aesv8-armx.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/bsaes-armv7.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/vpaes-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/arm64cpuid.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/armv4cpuid.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/asn1/a_bitstr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_d2i_fp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_dup.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_gentm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_i2d_fp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_mbstr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_object.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_octet.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_strex.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_strnid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_time.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_type.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_utctm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_utf8.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/ameth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_par.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_mime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_moid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_mstbl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_pack.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/bio_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/bio_ndef.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/d2i_pr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/d2i_pu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/evp_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/f_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/f_string.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/i2d_pr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/i2d_pu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/n_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/nsseq.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_pbe.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_pbev2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_scrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p8_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_bitst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_dec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_fre.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_new.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_scn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_typ.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_algor.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_bignum.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_int64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_long.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_sig.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_val.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_posix.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async_wait.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_addr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_dump.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_sock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_sock2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_buff.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_lbuf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_nbio.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_cb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_acpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_bio.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_conn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_dgram.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_fd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_file.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_log.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_mem.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_sock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/blake2b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/blake2s.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/m_blake2b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/m_blake2s.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/armv4-gf2m.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/armv4-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/bn-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_add.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_blind.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_const.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_dh.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_div.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_exp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/bn/bn_exp2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_gcd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_gf2m.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_intern.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_kron.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mod.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mpi.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mul.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_nist.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_prime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_recp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_shift.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_sqr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_sqrt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_srp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_word.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_x931p.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/ppc-mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/ppc64-mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/sparct4-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9-gf2m.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9a-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/vis3-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/buffer/buf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/buffer/buffer.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ ".",
+ ],
+ "crypto/camellia/camellia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ctr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_misc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/cast/c_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/chacha/chacha-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/chacha/chacha-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/chacha/chacha-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/chacha/chacha-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/cmac/cm_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cmac/cm_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cmac/cmac.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_att.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_cd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_dd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_env.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_ess.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_io.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_kari.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_pwri.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_sd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_smime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_api.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_def.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_mall.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_mod.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_sap.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cpt_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cryptlib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_b64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_log.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_policy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_sct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_sct_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_x509v3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cversion.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/des/cbc_cksm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb64ede.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb64enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/des_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/dest4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/des/ecb3_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ecb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/fcrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/fcrypt_b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb64ede.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb64enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/pcbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/qud_cksm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/rand_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/rpc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/set_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/str2key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/xcbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_check.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_kdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_rfc5114.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_vrf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_dl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_dlfcn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_vms.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_win32.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ebcdic.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/curve25519.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_mult.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_smpl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_check.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_curve.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_cvt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_kmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_mult.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdh_kdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdh_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_vrf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/eck_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nist.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp224.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp521.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistputil.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistz256-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_nistz256-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_nistz256-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_smpl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecx_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_cnf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_cryptodev.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_ctrl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_dyn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_fat.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_list.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_rdrand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_table.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_asnmth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_cipher.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_dh.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_dsa.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_eckey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_pkmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_rsa.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_b64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_md.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_ok.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/c_allc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/c_alld.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/cmeth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_aes.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_bf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_camellia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_cast.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_chacha20_poly1305.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_des.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/evp/e_des3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/evp/e_idea.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_old.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc4.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc4_hmac_md5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_seed.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_xcbc_d.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/encode.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_cnf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_pbe.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md4.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md5_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_mdc2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_ripemd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_sigver.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_wp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/names.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p5_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p5_crpt2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_dec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_open.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_seal.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_fn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_gn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/scrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ex_data.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hm_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hm_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hmac.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ ".",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ ".",
+ ],
+ "crypto/init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/hkdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/kdf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/tls1_prf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/lhash/lh_stats.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/lhash/lhash.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md4/md4_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md4/md4_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md5/md5-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/md5/md5_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md5/md5_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mdc2/mdc2_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mdc2/mdc2dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem_dbg.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem_sec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cbc128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ccm128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cfb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ctr128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cts128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/gcm128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/modes/ghash-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghash-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghash-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghashp8-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ghashv8-armx.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ocb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ofb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/wrap128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/xts128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_dir.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_fips.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_fopen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_str.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_time.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/o_names.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_dat.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_xref.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_asn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_cl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_ext.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_ht.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_srv.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/v3_ocsp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_oth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_pk8.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_xaux.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pvkfmt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_add.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_asn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_attr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_crt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_decr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_kiss.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_mutl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_npas.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_p8d.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_p8e.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_sbag.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/pk12err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/bio_pk7.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_attr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_doit.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_mime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_smime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pkcs7err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/poly1305/poly1305-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/poly1305/poly1305-ppcfp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/poly1305/poly1305-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ppccap.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ppccpuid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/md_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_egd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_unix.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_vms.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/randfile.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc4/rc4_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc4/rc4_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ripemd/rmd_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ripemd/rmd_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_chk.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_none.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_oaep.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pk1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pss.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_saos.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_x931.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_x931g.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha1-armv4-large.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha1-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha1dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha256-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha256-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha256p8-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha512-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha512-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha512p8-ppc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/srp/srp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/srp/srp_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/stack/stack.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_none.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_pthread.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_conf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_req_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_req_utils.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_utils.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_verify_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/txt_db/txt_db.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_util.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/uid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/whrlpool/wp_block.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/whrlpool/wp_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/by_dir.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/by_file.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_crl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_att.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_cmp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_d2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_def.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_ext.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_lu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_obj.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_r2x.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_set.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_trs.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_txt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_v3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_vpm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509cset.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509name.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509rset.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509type.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_attrib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_crl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_exten.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_name.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_pubkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_x509a.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_cache.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_data.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_map.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_node.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_tree.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_addr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_akey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_akeya.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_alt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_asid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_bcons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_bitst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_conf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_cpols.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_crld.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_enum.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_extku.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_genn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_ia5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_ncons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pci.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pcia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pcons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pku.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pmaps.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_purp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_sxnet.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_tlsf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "engines/e_capi.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "engines/e_padlock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "fuzz/asn1.o" =>
+ [
+ "include",
+ ],
+ "fuzz/asn1parse.o" =>
+ [
+ "include",
+ ],
+ "fuzz/bignum.o" =>
+ [
+ "include",
+ ],
+ "fuzz/bndiv.o" =>
+ [
+ "include",
+ ],
+ "fuzz/cms.o" =>
+ [
+ "include",
+ ],
+ "fuzz/conf.o" =>
+ [
+ "include",
+ ],
+ "fuzz/crl.o" =>
+ [
+ "include",
+ ],
+ "fuzz/ct.o" =>
+ [
+ "include",
+ ],
+ "fuzz/server.o" =>
+ [
+ "include",
+ ],
+ "fuzz/test-corpus.o" =>
+ [
+ "include",
+ ],
+ "fuzz/x509.o" =>
+ [
+ "include",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ ".",
+ ],
+ "ssl/bio_ssl.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_msg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_srtp.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/methods.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/pqueue.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/dtls1_bitmap.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/rec_layer_d1.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/rec_layer_s3.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/ssl3_buffer.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/ssl3_record.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_cbc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_enc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_msg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_asn1.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_cert.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_ciph.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_conf.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_err.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_init.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_mcnf.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_rsa.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_sess.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_stat.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_txt.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_utst.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_clnt.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_dtls.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_srvr.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_enc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_ext.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_reneg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_trce.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/tls_srp.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/aborttest.o" =>
+ [
+ "include",
+ ],
+ "test/afalgtest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/asynciotest.o" =>
+ [
+ "include",
+ ],
+ "test/asynctest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/bad_dtls_test.o" =>
+ [
+ "include",
+ ],
+ "test/bftest.o" =>
+ [
+ "include",
+ ],
+ "test/bio_enc_test.o" =>
+ [
+ "include",
+ ],
+ "test/bioprinttest.o" =>
+ [
+ "include",
+ ],
+ "test/bntest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "test/buildtest_aes.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_asn1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_asn1t.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_async.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_bio.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_blowfish.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_bn.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_buffer.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_camellia.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cast.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cmac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cms.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_conf.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_conf_api.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_crypto.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ct.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_des.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dh.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dtls1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_e_os2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ebcdic.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ec.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ecdh.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ecdsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_engine.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_err.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_evp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_hmac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_idea.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_kdf.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_lhash.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_md4.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_md5.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_mdc2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_modes.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_obj_mac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_objects.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ocsp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_opensslv.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ossl_typ.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pem.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pem2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pkcs12.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pkcs7.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rand.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rc2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rc4.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ripemd.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_safestack.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_seed.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_sha.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_srp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_srtp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ssl.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ssl2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_stack.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_symhacks.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_tls1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ts.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_txt_db.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ui.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_whrlpool.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509_vfy.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509v3.o" =>
+ [
+ "include",
+ ],
+ "test/casttest.o" =>
+ [
+ "include",
+ ],
+ "test/cipherlist_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/clienthellotest.o" =>
+ [
+ "include",
+ ],
+ "test/constant_time_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/crltest.o" =>
+ [
+ "include",
+ ],
+ "test/ct_test.o" =>
+ [
+ "crypto/include",
+ "include",
+ ],
+ "test/d2i_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/danetest.o" =>
+ [
+ "include",
+ ],
+ "test/destest.o" =>
+ [
+ "include",
+ ],
+ "test/dhtest.o" =>
+ [
+ "include",
+ ],
+ "test/dsatest.o" =>
+ [
+ "include",
+ ],
+ "test/dtlstest.o" =>
+ [
+ "include",
+ "test",
+ ],
+ "test/dtlsv1listentest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ecdsatest.o" =>
+ [
+ "include",
+ ],
+ "test/ectest.o" =>
+ [
+ "include",
+ ],
+ "test/enginetest.o" =>
+ [
+ "include",
+ ],
+ "test/evp_extra_test.o" =>
+ [
+ "include",
+ ],
+ "test/evp_test.o" =>
+ [
+ "include",
+ ],
+ "test/exdatatest.o" =>
+ [
+ "include",
+ ],
+ "test/exptest.o" =>
+ [
+ "include",
+ ],
+ "test/fatalerrtest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/gmdifftest.o" =>
+ [
+ "include",
+ ],
+ "test/handshake_helper.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/heartbeat_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/hmactest.o" =>
+ [
+ "include",
+ ],
+ "test/ideatest.o" =>
+ [
+ "include",
+ ],
+ "test/igetest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/md2test.o" =>
+ [
+ "include",
+ ],
+ "test/md4test.o" =>
+ [
+ "include",
+ ],
+ "test/md5test.o" =>
+ [
+ "include",
+ ],
+ "test/mdc2test.o" =>
+ [
+ "include",
+ ],
+ "test/memleaktest.o" =>
+ [
+ "include",
+ ],
+ "test/ocspapitest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/p5_crpt2_test.o" =>
+ [
+ "include",
+ ],
+ "test/packettest.o" =>
+ [
+ "include",
+ ],
+ "test/pbelutest.o" =>
+ [
+ "include",
+ ],
+ "test/randtest.o" =>
+ [
+ "include",
+ ],
+ "test/rc2test.o" =>
+ [
+ "include",
+ ],
+ "test/rc4test.o" =>
+ [
+ "include",
+ ],
+ "test/rc5test.o" =>
+ [
+ "include",
+ ],
+ "test/rmdtest.o" =>
+ [
+ "include",
+ ],
+ "test/rsa_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/sanitytest.o" =>
+ [
+ "include",
+ ],
+ "test/secmemtest.o" =>
+ [
+ "include",
+ ],
+ "test/sha1test.o" =>
+ [
+ "include",
+ ],
+ "test/sha256t.o" =>
+ [
+ "include",
+ ],
+ "test/sha512t.o" =>
+ [
+ "include",
+ ],
+ "test/srptest.o" =>
+ [
+ "include",
+ ],
+ "test/ssl_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssl_test_ctx.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssl_test_ctx_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/sslapitest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/sslcorrupttest.o" =>
+ [
+ "include",
+ "test",
+ ],
+ "test/ssltest_old.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssltestlib.o" =>
+ [
+ "test",
+ ".",
+ "include",
+ ],
+ "test/testutil.o" =>
+ [
+ "crypto/include",
+ "test",
+ "include",
+ ".",
+ ],
+ "test/threadstest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/v3ext.o" =>
+ [
+ "include",
+ ],
+ "test/v3nametest.o" =>
+ [
+ "include",
+ ],
+ "test/verify_extra_test.o" =>
+ [
+ "include",
+ ],
+ "test/wp_test.o" =>
+ [
+ "include",
+ ],
+ "test/x509aux.o" =>
+ [
+ "include",
+ ],
+ },
+ "install" =>
+ {
+ "libraries" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "programs" =>
+ [
+ "apps/openssl",
+ ],
+ "scripts" =>
+ [
+ "apps/CA.pl",
+ "apps/tsget",
+ "tools/c_rehash",
+ ],
+ },
+ "ldadd" =>
+ {
+ },
+ "libraries" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "ordinals" =>
+ {
+ "libcrypto" =>
+ [
+ "crypto",
+ "util/libcrypto.num",
+ ],
+ "libssl" =>
+ [
+ "ssl",
+ "util/libssl.num",
+ ],
+ },
+ "overrides" =>
+ [
+ "crypto/bn/bn-mips3.o",
+ "crypto/bn/pa-risc2.c",
+ "crypto/bn/pa-risc2W.o",
+ ],
+ "programs" =>
+ [
+ "apps/openssl",
+ "fuzz/asn1-test",
+ "fuzz/asn1parse-test",
+ "fuzz/bignum-test",
+ "fuzz/bndiv-test",
+ "fuzz/cms-test",
+ "fuzz/conf-test",
+ "fuzz/crl-test",
+ "fuzz/ct-test",
+ "fuzz/server-test",
+ "fuzz/x509-test",
+ "test/aborttest",
+ "test/afalgtest",
+ "test/asynciotest",
+ "test/asynctest",
+ "test/bad_dtls_test",
+ "test/bftest",
+ "test/bio_enc_test",
+ "test/bioprinttest",
+ "test/bntest",
+ "test/buildtest_aes",
+ "test/buildtest_asn1",
+ "test/buildtest_asn1t",
+ "test/buildtest_async",
+ "test/buildtest_bio",
+ "test/buildtest_blowfish",
+ "test/buildtest_bn",
+ "test/buildtest_buffer",
+ "test/buildtest_camellia",
+ "test/buildtest_cast",
+ "test/buildtest_cmac",
+ "test/buildtest_cms",
+ "test/buildtest_conf",
+ "test/buildtest_conf_api",
+ "test/buildtest_crypto",
+ "test/buildtest_ct",
+ "test/buildtest_des",
+ "test/buildtest_dh",
+ "test/buildtest_dsa",
+ "test/buildtest_dtls1",
+ "test/buildtest_e_os2",
+ "test/buildtest_ebcdic",
+ "test/buildtest_ec",
+ "test/buildtest_ecdh",
+ "test/buildtest_ecdsa",
+ "test/buildtest_engine",
+ "test/buildtest_err",
+ "test/buildtest_evp",
+ "test/buildtest_hmac",
+ "test/buildtest_idea",
+ "test/buildtest_kdf",
+ "test/buildtest_lhash",
+ "test/buildtest_md4",
+ "test/buildtest_md5",
+ "test/buildtest_mdc2",
+ "test/buildtest_modes",
+ "test/buildtest_obj_mac",
+ "test/buildtest_objects",
+ "test/buildtest_ocsp",
+ "test/buildtest_opensslv",
+ "test/buildtest_ossl_typ",
+ "test/buildtest_pem",
+ "test/buildtest_pem2",
+ "test/buildtest_pkcs12",
+ "test/buildtest_pkcs7",
+ "test/buildtest_rand",
+ "test/buildtest_rc2",
+ "test/buildtest_rc4",
+ "test/buildtest_ripemd",
+ "test/buildtest_rsa",
+ "test/buildtest_safestack",
+ "test/buildtest_seed",
+ "test/buildtest_sha",
+ "test/buildtest_srp",
+ "test/buildtest_srtp",
+ "test/buildtest_ssl",
+ "test/buildtest_ssl2",
+ "test/buildtest_stack",
+ "test/buildtest_symhacks",
+ "test/buildtest_tls1",
+ "test/buildtest_ts",
+ "test/buildtest_txt_db",
+ "test/buildtest_ui",
+ "test/buildtest_whrlpool",
+ "test/buildtest_x509",
+ "test/buildtest_x509_vfy",
+ "test/buildtest_x509v3",
+ "test/casttest",
+ "test/cipherlist_test",
+ "test/clienthellotest",
+ "test/constant_time_test",
+ "test/crltest",
+ "test/ct_test",
+ "test/d2i_test",
+ "test/danetest",
+ "test/destest",
+ "test/dhtest",
+ "test/dsatest",
+ "test/dtlstest",
+ "test/dtlsv1listentest",
+ "test/ecdsatest",
+ "test/ectest",
+ "test/enginetest",
+ "test/evp_extra_test",
+ "test/evp_test",
+ "test/exdatatest",
+ "test/exptest",
+ "test/fatalerrtest",
+ "test/gmdifftest",
+ "test/heartbeat_test",
+ "test/hmactest",
+ "test/ideatest",
+ "test/igetest",
+ "test/md2test",
+ "test/md4test",
+ "test/md5test",
+ "test/mdc2test",
+ "test/memleaktest",
+ "test/ocspapitest",
+ "test/p5_crpt2_test",
+ "test/packettest",
+ "test/pbelutest",
+ "test/randtest",
+ "test/rc2test",
+ "test/rc4test",
+ "test/rc5test",
+ "test/rmdtest",
+ "test/rsa_test",
+ "test/sanitytest",
+ "test/secmemtest",
+ "test/sha1test",
+ "test/sha256t",
+ "test/sha512t",
+ "test/srptest",
+ "test/ssl_test",
+ "test/ssl_test_ctx_test",
+ "test/sslapitest",
+ "test/sslcorrupttest",
+ "test/ssltest_old",
+ "test/threadstest",
+ "test/v3ext",
+ "test/v3nametest",
+ "test/verify_extra_test",
+ "test/wp_test",
+ "test/x509aux",
+ ],
+ "rawlines" =>
+ [
+ "crypto/md5/md5-ia64.s: crypto/md5/asm/md5-ia64.S",
+ " \$(CC) \$(CFLAGS) -E crypto/md5/asm/md5-ia64.S | \$(PERL) -ne 's/;\\s+/;\\n/g; print;' > \$\@",
+ "",
+ "##### SHA assembler implementations",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/sha/sha1-%.S: crypto/sha/asm/sha1-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/sha/sha256-%.S: crypto/sha/asm/sha512-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/sha/sha512-%.S: crypto/sha/asm/sha512-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/poly1305/poly1305-%.S: crypto/poly1305/asm/poly1305-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### AES assembler implementations",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/aes/aes-%.S: crypto/aes/asm/aes-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/aes/bsaes-%.S: crypto/aes/asm/bsaes-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "",
+ "crypto/rc4/rc4-ia64.s: crypto/rc4/asm/rc4-ia64.pl",
+ " \@(trap \"rm \$\@.*\" INT 0; \$(PERL) crypto/rc4/asm/rc4-ia64.pl \$(CFLAGS) \$(LIB_CFLAGS) \$\@.S; case `awk '/^#define RC4_INT/{print\$\$NF}' \$(BLDDIR)/include/openssl/opensslconf.h` in int) set -x; \$(CC) \$(CFLAGS) \$(LIB_CFLAGS) -DSZ=4 -E \$\@.S > \$\@.i && mv -f \$\@.i \$\@;; char) set -x; \$(CC) \$(CFLAGS) \$(LIB_CFLAGS) -DSZ=1 -E \$\@.S > \$\@.i && mv -f \$\@.i \$\@;; *) exit 1 ;; esac )",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/rc4/rc4-%.s: crypto/rc4/asm/rc4-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### CHACHA assembler implementations",
+ "",
+ "crypto/chacha/chacha-%.S: crypto/chacha/asm/chacha-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "# GNU make \"catch all\"",
+ "crypto/modes/ghash-%.S: crypto/modes/asm/ghash-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### BN assembler implementations",
+ "",
+ "crypto/bn/bn-mips3.o: crypto/bn/asm/mips3.s",
+ " \@if [ \"\$(CC)\" = \"gcc\" ]; then ABI=`expr \"\$(CFLAGS)\" : \".*-mabi=\\([n3264]*\\)\"` && as -\$\$ABI -O -o \$\@ crypto/bn/asm/mips3.s; else \$(CC) -c \$(CFLAGS) \$(LIB_CFLAGS) -o \$\@ crypto/bn/asm/mips3.s; fi",
+ "",
+ "# GNU assembler fails to compile PA-RISC2 modules, insist on calling",
+ "# vendor assembler...",
+ "crypto/bn/pa-risc2W.o: crypto/bn/asm/pa-risc2W.s",
+ " CC=\"\$(CC)\" \$(PERL) \$(SRCDIR)/util/fipsas.pl \$(SRCDIR) \$< /usr/ccs/bin/as -o pa-risc2W.o crypto/bn/asm/pa-risc2W.s",
+ "crypto/bn/pa-risc2.o: crypto/bn/asm/pa-risc2.s",
+ " CC=\"\$(CC)\" \$(PERL) \$(SRCDIR)/util/fipsas.pl \$(SRCDIR) \$< /usr/ccs/bin/as -o pa-risc2.o crypto/bn/asm/pa-risc2.s",
+ "",
+ "crypto/ec/ecp_nistz256-%.S: crypto/ec/asm/ecp_nistz256-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ ],
+ "rename" =>
+ {
+ },
+ "scripts" =>
+ [
+ "apps/CA.pl",
+ "apps/tsget",
+ "tools/c_rehash",
+ "util/shlib_wrap.sh",
+ ],
+ "shared_sources" =>
+ {
+ "apps/openssl" =>
+ [
+ ],
+ "fuzz/asn1-test" =>
+ [
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ ],
+ "fuzz/bignum-test" =>
+ [
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ ],
+ "fuzz/cms-test" =>
+ [
+ ],
+ "fuzz/conf-test" =>
+ [
+ ],
+ "fuzz/crl-test" =>
+ [
+ ],
+ "fuzz/ct-test" =>
+ [
+ ],
+ "fuzz/server-test" =>
+ [
+ ],
+ "fuzz/x509-test" =>
+ [
+ ],
+ "libcrypto" =>
+ [
+ ],
+ "libssl" =>
+ [
+ ],
+ "test/aborttest" =>
+ [
+ ],
+ "test/afalgtest" =>
+ [
+ ],
+ "test/asynciotest" =>
+ [
+ ],
+ "test/asynctest" =>
+ [
+ ],
+ "test/bad_dtls_test" =>
+ [
+ ],
+ "test/bftest" =>
+ [
+ ],
+ "test/bio_enc_test" =>
+ [
+ ],
+ "test/bioprinttest" =>
+ [
+ ],
+ "test/bntest" =>
+ [
+ ],
+ "test/buildtest_aes" =>
+ [
+ ],
+ "test/buildtest_asn1" =>
+ [
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ ],
+ "test/buildtest_async" =>
+ [
+ ],
+ "test/buildtest_bio" =>
+ [
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ ],
+ "test/buildtest_bn" =>
+ [
+ ],
+ "test/buildtest_buffer" =>
+ [
+ ],
+ "test/buildtest_camellia" =>
+ [
+ ],
+ "test/buildtest_cast" =>
+ [
+ ],
+ "test/buildtest_cmac" =>
+ [
+ ],
+ "test/buildtest_cms" =>
+ [
+ ],
+ "test/buildtest_conf" =>
+ [
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ ],
+ "test/buildtest_crypto" =>
+ [
+ ],
+ "test/buildtest_ct" =>
+ [
+ ],
+ "test/buildtest_des" =>
+ [
+ ],
+ "test/buildtest_dh" =>
+ [
+ ],
+ "test/buildtest_dsa" =>
+ [
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ ],
+ "test/buildtest_ec" =>
+ [
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ ],
+ "test/buildtest_engine" =>
+ [
+ ],
+ "test/buildtest_err" =>
+ [
+ ],
+ "test/buildtest_evp" =>
+ [
+ ],
+ "test/buildtest_hmac" =>
+ [
+ ],
+ "test/buildtest_idea" =>
+ [
+ ],
+ "test/buildtest_kdf" =>
+ [
+ ],
+ "test/buildtest_lhash" =>
+ [
+ ],
+ "test/buildtest_md4" =>
+ [
+ ],
+ "test/buildtest_md5" =>
+ [
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ ],
+ "test/buildtest_modes" =>
+ [
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ ],
+ "test/buildtest_objects" =>
+ [
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ ],
+ "test/buildtest_pem" =>
+ [
+ ],
+ "test/buildtest_pem2" =>
+ [
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ ],
+ "test/buildtest_rand" =>
+ [
+ ],
+ "test/buildtest_rc2" =>
+ [
+ ],
+ "test/buildtest_rc4" =>
+ [
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ ],
+ "test/buildtest_rsa" =>
+ [
+ ],
+ "test/buildtest_safestack" =>
+ [
+ ],
+ "test/buildtest_seed" =>
+ [
+ ],
+ "test/buildtest_sha" =>
+ [
+ ],
+ "test/buildtest_srp" =>
+ [
+ ],
+ "test/buildtest_srtp" =>
+ [
+ ],
+ "test/buildtest_ssl" =>
+ [
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ ],
+ "test/buildtest_stack" =>
+ [
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ ],
+ "test/buildtest_tls1" =>
+ [
+ ],
+ "test/buildtest_ts" =>
+ [
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ ],
+ "test/buildtest_ui" =>
+ [
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ ],
+ "test/buildtest_x509" =>
+ [
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ ],
+ "test/casttest" =>
+ [
+ ],
+ "test/cipherlist_test" =>
+ [
+ ],
+ "test/clienthellotest" =>
+ [
+ ],
+ "test/constant_time_test" =>
+ [
+ ],
+ "test/crltest" =>
+ [
+ ],
+ "test/ct_test" =>
+ [
+ ],
+ "test/d2i_test" =>
+ [
+ ],
+ "test/danetest" =>
+ [
+ ],
+ "test/destest" =>
+ [
+ ],
+ "test/dhtest" =>
+ [
+ ],
+ "test/dsatest" =>
+ [
+ ],
+ "test/dtlstest" =>
+ [
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ ],
+ "test/ecdsatest" =>
+ [
+ ],
+ "test/ectest" =>
+ [
+ ],
+ "test/enginetest" =>
+ [
+ ],
+ "test/evp_extra_test" =>
+ [
+ ],
+ "test/evp_test" =>
+ [
+ ],
+ "test/exdatatest" =>
+ [
+ ],
+ "test/exptest" =>
+ [
+ ],
+ "test/fatalerrtest" =>
+ [
+ ],
+ "test/gmdifftest" =>
+ [
+ ],
+ "test/heartbeat_test" =>
+ [
+ ],
+ "test/hmactest" =>
+ [
+ ],
+ "test/ideatest" =>
+ [
+ ],
+ "test/igetest" =>
+ [
+ ],
+ "test/md2test" =>
+ [
+ ],
+ "test/md4test" =>
+ [
+ ],
+ "test/md5test" =>
+ [
+ ],
+ "test/mdc2test" =>
+ [
+ ],
+ "test/memleaktest" =>
+ [
+ ],
+ "test/ocspapitest" =>
+ [
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ ],
+ "test/packettest" =>
+ [
+ ],
+ "test/pbelutest" =>
+ [
+ ],
+ "test/randtest" =>
+ [
+ ],
+ "test/rc2test" =>
+ [
+ ],
+ "test/rc4test" =>
+ [
+ ],
+ "test/rc5test" =>
+ [
+ ],
+ "test/rmdtest" =>
+ [
+ ],
+ "test/rsa_test" =>
+ [
+ ],
+ "test/sanitytest" =>
+ [
+ ],
+ "test/secmemtest" =>
+ [
+ ],
+ "test/sha1test" =>
+ [
+ ],
+ "test/sha256t" =>
+ [
+ ],
+ "test/sha512t" =>
+ [
+ ],
+ "test/srptest" =>
+ [
+ ],
+ "test/ssl_test" =>
+ [
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ ],
+ "test/sslapitest" =>
+ [
+ ],
+ "test/sslcorrupttest" =>
+ [
+ ],
+ "test/ssltest_old" =>
+ [
+ ],
+ "test/threadstest" =>
+ [
+ ],
+ "test/v3ext" =>
+ [
+ ],
+ "test/v3nametest" =>
+ [
+ ],
+ "test/verify_extra_test" =>
+ [
+ ],
+ "test/wp_test" =>
+ [
+ ],
+ "test/x509aux" =>
+ [
+ ],
+ },
+ "sources" =>
+ {
+ "apps/CA.pl" =>
+ [
+ "apps/CA.pl.in",
+ ],
+ "apps/app_rand.o" =>
+ [
+ "apps/app_rand.c",
+ ],
+ "apps/apps.o" =>
+ [
+ "apps/apps.c",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ "apps/asn1pars.c",
+ ],
+ "apps/ca.o" =>
+ [
+ "apps/ca.c",
+ ],
+ "apps/ciphers.o" =>
+ [
+ "apps/ciphers.c",
+ ],
+ "apps/cms.o" =>
+ [
+ "apps/cms.c",
+ ],
+ "apps/crl.o" =>
+ [
+ "apps/crl.c",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ "apps/crl2p7.c",
+ ],
+ "apps/dgst.o" =>
+ [
+ "apps/dgst.c",
+ ],
+ "apps/dhparam.o" =>
+ [
+ "apps/dhparam.c",
+ ],
+ "apps/dsa.o" =>
+ [
+ "apps/dsa.c",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ "apps/dsaparam.c",
+ ],
+ "apps/ec.o" =>
+ [
+ "apps/ec.c",
+ ],
+ "apps/ecparam.o" =>
+ [
+ "apps/ecparam.c",
+ ],
+ "apps/enc.o" =>
+ [
+ "apps/enc.c",
+ ],
+ "apps/engine.o" =>
+ [
+ "apps/engine.c",
+ ],
+ "apps/errstr.o" =>
+ [
+ "apps/errstr.c",
+ ],
+ "apps/gendsa.o" =>
+ [
+ "apps/gendsa.c",
+ ],
+ "apps/genpkey.o" =>
+ [
+ "apps/genpkey.c",
+ ],
+ "apps/genrsa.o" =>
+ [
+ "apps/genrsa.c",
+ ],
+ "apps/nseq.o" =>
+ [
+ "apps/nseq.c",
+ ],
+ "apps/ocsp.o" =>
+ [
+ "apps/ocsp.c",
+ ],
+ "apps/openssl" =>
+ [
+ "apps/app_rand.o",
+ "apps/apps.o",
+ "apps/asn1pars.o",
+ "apps/ca.o",
+ "apps/ciphers.o",
+ "apps/cms.o",
+ "apps/crl.o",
+ "apps/crl2p7.o",
+ "apps/dgst.o",
+ "apps/dhparam.o",
+ "apps/dsa.o",
+ "apps/dsaparam.o",
+ "apps/ec.o",
+ "apps/ecparam.o",
+ "apps/enc.o",
+ "apps/engine.o",
+ "apps/errstr.o",
+ "apps/gendsa.o",
+ "apps/genpkey.o",
+ "apps/genrsa.o",
+ "apps/nseq.o",
+ "apps/ocsp.o",
+ "apps/openssl.o",
+ "apps/opt.o",
+ "apps/passwd.o",
+ "apps/pkcs12.o",
+ "apps/pkcs7.o",
+ "apps/pkcs8.o",
+ "apps/pkey.o",
+ "apps/pkeyparam.o",
+ "apps/pkeyutl.o",
+ "apps/prime.o",
+ "apps/rand.o",
+ "apps/rehash.o",
+ "apps/req.o",
+ "apps/rsa.o",
+ "apps/rsautl.o",
+ "apps/s_cb.o",
+ "apps/s_client.o",
+ "apps/s_server.o",
+ "apps/s_socket.o",
+ "apps/s_time.o",
+ "apps/sess_id.o",
+ "apps/smime.o",
+ "apps/speed.o",
+ "apps/spkac.o",
+ "apps/srp.o",
+ "apps/ts.o",
+ "apps/verify.o",
+ "apps/version.o",
+ "apps/x509.o",
+ ],
+ "apps/openssl.o" =>
+ [
+ "apps/openssl.c",
+ ],
+ "apps/opt.o" =>
+ [
+ "apps/opt.c",
+ ],
+ "apps/passwd.o" =>
+ [
+ "apps/passwd.c",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ "apps/pkcs12.c",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ "apps/pkcs7.c",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ "apps/pkcs8.c",
+ ],
+ "apps/pkey.o" =>
+ [
+ "apps/pkey.c",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ "apps/pkeyparam.c",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ "apps/pkeyutl.c",
+ ],
+ "apps/prime.o" =>
+ [
+ "apps/prime.c",
+ ],
+ "apps/rand.o" =>
+ [
+ "apps/rand.c",
+ ],
+ "apps/rehash.o" =>
+ [
+ "apps/rehash.c",
+ ],
+ "apps/req.o" =>
+ [
+ "apps/req.c",
+ ],
+ "apps/rsa.o" =>
+ [
+ "apps/rsa.c",
+ ],
+ "apps/rsautl.o" =>
+ [
+ "apps/rsautl.c",
+ ],
+ "apps/s_cb.o" =>
+ [
+ "apps/s_cb.c",
+ ],
+ "apps/s_client.o" =>
+ [
+ "apps/s_client.c",
+ ],
+ "apps/s_server.o" =>
+ [
+ "apps/s_server.c",
+ ],
+ "apps/s_socket.o" =>
+ [
+ "apps/s_socket.c",
+ ],
+ "apps/s_time.o" =>
+ [
+ "apps/s_time.c",
+ ],
+ "apps/sess_id.o" =>
+ [
+ "apps/sess_id.c",
+ ],
+ "apps/smime.o" =>
+ [
+ "apps/smime.c",
+ ],
+ "apps/speed.o" =>
+ [
+ "apps/speed.c",
+ ],
+ "apps/spkac.o" =>
+ [
+ "apps/spkac.c",
+ ],
+ "apps/srp.o" =>
+ [
+ "apps/srp.c",
+ ],
+ "apps/ts.o" =>
+ [
+ "apps/ts.c",
+ ],
+ "apps/tsget" =>
+ [
+ "apps/tsget.in",
+ ],
+ "apps/verify.o" =>
+ [
+ "apps/verify.c",
+ ],
+ "apps/version.o" =>
+ [
+ "apps/version.c",
+ ],
+ "apps/x509.o" =>
+ [
+ "apps/x509.c",
+ ],
+ "crypto/aes/aes-ppc.o" =>
+ [
+ "crypto/aes/aes-ppc.s",
+ ],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ "crypto/aes/aes_cbc.c",
+ ],
+ "crypto/aes/aes_cfb.o" =>
+ [
+ "crypto/aes/aes_cfb.c",
+ ],
+ "crypto/aes/aes_core.o" =>
+ [
+ "crypto/aes/aes_core.c",
+ ],
+ "crypto/aes/aes_ecb.o" =>
+ [
+ "crypto/aes/aes_ecb.c",
+ ],
+ "crypto/aes/aes_ige.o" =>
+ [
+ "crypto/aes/aes_ige.c",
+ ],
+ "crypto/aes/aes_misc.o" =>
+ [
+ "crypto/aes/aes_misc.c",
+ ],
+ "crypto/aes/aes_ofb.o" =>
+ [
+ "crypto/aes/aes_ofb.c",
+ ],
+ "crypto/aes/aes_wrap.o" =>
+ [
+ "crypto/aes/aes_wrap.c",
+ ],
+ "crypto/aes/aesp8-ppc.o" =>
+ [
+ "crypto/aes/aesp8-ppc.s",
+ ],
+ "crypto/aes/vpaes-ppc.o" =>
+ [
+ "crypto/aes/vpaes-ppc.s",
+ ],
+ "crypto/asn1/a_bitstr.o" =>
+ [
+ "crypto/asn1/a_bitstr.c",
+ ],
+ "crypto/asn1/a_d2i_fp.o" =>
+ [
+ "crypto/asn1/a_d2i_fp.c",
+ ],
+ "crypto/asn1/a_digest.o" =>
+ [
+ "crypto/asn1/a_digest.c",
+ ],
+ "crypto/asn1/a_dup.o" =>
+ [
+ "crypto/asn1/a_dup.c",
+ ],
+ "crypto/asn1/a_gentm.o" =>
+ [
+ "crypto/asn1/a_gentm.c",
+ ],
+ "crypto/asn1/a_i2d_fp.o" =>
+ [
+ "crypto/asn1/a_i2d_fp.c",
+ ],
+ "crypto/asn1/a_int.o" =>
+ [
+ "crypto/asn1/a_int.c",
+ ],
+ "crypto/asn1/a_mbstr.o" =>
+ [
+ "crypto/asn1/a_mbstr.c",
+ ],
+ "crypto/asn1/a_object.o" =>
+ [
+ "crypto/asn1/a_object.c",
+ ],
+ "crypto/asn1/a_octet.o" =>
+ [
+ "crypto/asn1/a_octet.c",
+ ],
+ "crypto/asn1/a_print.o" =>
+ [
+ "crypto/asn1/a_print.c",
+ ],
+ "crypto/asn1/a_sign.o" =>
+ [
+ "crypto/asn1/a_sign.c",
+ ],
+ "crypto/asn1/a_strex.o" =>
+ [
+ "crypto/asn1/a_strex.c",
+ ],
+ "crypto/asn1/a_strnid.o" =>
+ [
+ "crypto/asn1/a_strnid.c",
+ ],
+ "crypto/asn1/a_time.o" =>
+ [
+ "crypto/asn1/a_time.c",
+ ],
+ "crypto/asn1/a_type.o" =>
+ [
+ "crypto/asn1/a_type.c",
+ ],
+ "crypto/asn1/a_utctm.o" =>
+ [
+ "crypto/asn1/a_utctm.c",
+ ],
+ "crypto/asn1/a_utf8.o" =>
+ [
+ "crypto/asn1/a_utf8.c",
+ ],
+ "crypto/asn1/a_verify.o" =>
+ [
+ "crypto/asn1/a_verify.c",
+ ],
+ "crypto/asn1/ameth_lib.o" =>
+ [
+ "crypto/asn1/ameth_lib.c",
+ ],
+ "crypto/asn1/asn1_err.o" =>
+ [
+ "crypto/asn1/asn1_err.c",
+ ],
+ "crypto/asn1/asn1_gen.o" =>
+ [
+ "crypto/asn1/asn1_gen.c",
+ ],
+ "crypto/asn1/asn1_lib.o" =>
+ [
+ "crypto/asn1/asn1_lib.c",
+ ],
+ "crypto/asn1/asn1_par.o" =>
+ [
+ "crypto/asn1/asn1_par.c",
+ ],
+ "crypto/asn1/asn_mime.o" =>
+ [
+ "crypto/asn1/asn_mime.c",
+ ],
+ "crypto/asn1/asn_moid.o" =>
+ [
+ "crypto/asn1/asn_moid.c",
+ ],
+ "crypto/asn1/asn_mstbl.o" =>
+ [
+ "crypto/asn1/asn_mstbl.c",
+ ],
+ "crypto/asn1/asn_pack.o" =>
+ [
+ "crypto/asn1/asn_pack.c",
+ ],
+ "crypto/asn1/bio_asn1.o" =>
+ [
+ "crypto/asn1/bio_asn1.c",
+ ],
+ "crypto/asn1/bio_ndef.o" =>
+ [
+ "crypto/asn1/bio_ndef.c",
+ ],
+ "crypto/asn1/d2i_pr.o" =>
+ [
+ "crypto/asn1/d2i_pr.c",
+ ],
+ "crypto/asn1/d2i_pu.o" =>
+ [
+ "crypto/asn1/d2i_pu.c",
+ ],
+ "crypto/asn1/evp_asn1.o" =>
+ [
+ "crypto/asn1/evp_asn1.c",
+ ],
+ "crypto/asn1/f_int.o" =>
+ [
+ "crypto/asn1/f_int.c",
+ ],
+ "crypto/asn1/f_string.o" =>
+ [
+ "crypto/asn1/f_string.c",
+ ],
+ "crypto/asn1/i2d_pr.o" =>
+ [
+ "crypto/asn1/i2d_pr.c",
+ ],
+ "crypto/asn1/i2d_pu.o" =>
+ [
+ "crypto/asn1/i2d_pu.c",
+ ],
+ "crypto/asn1/n_pkey.o" =>
+ [
+ "crypto/asn1/n_pkey.c",
+ ],
+ "crypto/asn1/nsseq.o" =>
+ [
+ "crypto/asn1/nsseq.c",
+ ],
+ "crypto/asn1/p5_pbe.o" =>
+ [
+ "crypto/asn1/p5_pbe.c",
+ ],
+ "crypto/asn1/p5_pbev2.o" =>
+ [
+ "crypto/asn1/p5_pbev2.c",
+ ],
+ "crypto/asn1/p5_scrypt.o" =>
+ [
+ "crypto/asn1/p5_scrypt.c",
+ ],
+ "crypto/asn1/p8_pkey.o" =>
+ [
+ "crypto/asn1/p8_pkey.c",
+ ],
+ "crypto/asn1/t_bitst.o" =>
+ [
+ "crypto/asn1/t_bitst.c",
+ ],
+ "crypto/asn1/t_pkey.o" =>
+ [
+ "crypto/asn1/t_pkey.c",
+ ],
+ "crypto/asn1/t_spki.o" =>
+ [
+ "crypto/asn1/t_spki.c",
+ ],
+ "crypto/asn1/tasn_dec.o" =>
+ [
+ "crypto/asn1/tasn_dec.c",
+ ],
+ "crypto/asn1/tasn_enc.o" =>
+ [
+ "crypto/asn1/tasn_enc.c",
+ ],
+ "crypto/asn1/tasn_fre.o" =>
+ [
+ "crypto/asn1/tasn_fre.c",
+ ],
+ "crypto/asn1/tasn_new.o" =>
+ [
+ "crypto/asn1/tasn_new.c",
+ ],
+ "crypto/asn1/tasn_prn.o" =>
+ [
+ "crypto/asn1/tasn_prn.c",
+ ],
+ "crypto/asn1/tasn_scn.o" =>
+ [
+ "crypto/asn1/tasn_scn.c",
+ ],
+ "crypto/asn1/tasn_typ.o" =>
+ [
+ "crypto/asn1/tasn_typ.c",
+ ],
+ "crypto/asn1/tasn_utl.o" =>
+ [
+ "crypto/asn1/tasn_utl.c",
+ ],
+ "crypto/asn1/x_algor.o" =>
+ [
+ "crypto/asn1/x_algor.c",
+ ],
+ "crypto/asn1/x_bignum.o" =>
+ [
+ "crypto/asn1/x_bignum.c",
+ ],
+ "crypto/asn1/x_info.o" =>
+ [
+ "crypto/asn1/x_info.c",
+ ],
+ "crypto/asn1/x_int64.o" =>
+ [
+ "crypto/asn1/x_int64.c",
+ ],
+ "crypto/asn1/x_long.o" =>
+ [
+ "crypto/asn1/x_long.c",
+ ],
+ "crypto/asn1/x_pkey.o" =>
+ [
+ "crypto/asn1/x_pkey.c",
+ ],
+ "crypto/asn1/x_sig.o" =>
+ [
+ "crypto/asn1/x_sig.c",
+ ],
+ "crypto/asn1/x_spki.o" =>
+ [
+ "crypto/asn1/x_spki.c",
+ ],
+ "crypto/asn1/x_val.o" =>
+ [
+ "crypto/asn1/x_val.c",
+ ],
+ "crypto/async/arch/async_null.o" =>
+ [
+ "crypto/async/arch/async_null.c",
+ ],
+ "crypto/async/arch/async_posix.o" =>
+ [
+ "crypto/async/arch/async_posix.c",
+ ],
+ "crypto/async/arch/async_win.o" =>
+ [
+ "crypto/async/arch/async_win.c",
+ ],
+ "crypto/async/async.o" =>
+ [
+ "crypto/async/async.c",
+ ],
+ "crypto/async/async_err.o" =>
+ [
+ "crypto/async/async_err.c",
+ ],
+ "crypto/async/async_wait.o" =>
+ [
+ "crypto/async/async_wait.c",
+ ],
+ "crypto/bf/bf_cfb64.o" =>
+ [
+ "crypto/bf/bf_cfb64.c",
+ ],
+ "crypto/bf/bf_ecb.o" =>
+ [
+ "crypto/bf/bf_ecb.c",
+ ],
+ "crypto/bf/bf_enc.o" =>
+ [
+ "crypto/bf/bf_enc.c",
+ ],
+ "crypto/bf/bf_ofb64.o" =>
+ [
+ "crypto/bf/bf_ofb64.c",
+ ],
+ "crypto/bf/bf_skey.o" =>
+ [
+ "crypto/bf/bf_skey.c",
+ ],
+ "crypto/bio/b_addr.o" =>
+ [
+ "crypto/bio/b_addr.c",
+ ],
+ "crypto/bio/b_dump.o" =>
+ [
+ "crypto/bio/b_dump.c",
+ ],
+ "crypto/bio/b_print.o" =>
+ [
+ "crypto/bio/b_print.c",
+ ],
+ "crypto/bio/b_sock.o" =>
+ [
+ "crypto/bio/b_sock.c",
+ ],
+ "crypto/bio/b_sock2.o" =>
+ [
+ "crypto/bio/b_sock2.c",
+ ],
+ "crypto/bio/bf_buff.o" =>
+ [
+ "crypto/bio/bf_buff.c",
+ ],
+ "crypto/bio/bf_lbuf.o" =>
+ [
+ "crypto/bio/bf_lbuf.c",
+ ],
+ "crypto/bio/bf_nbio.o" =>
+ [
+ "crypto/bio/bf_nbio.c",
+ ],
+ "crypto/bio/bf_null.o" =>
+ [
+ "crypto/bio/bf_null.c",
+ ],
+ "crypto/bio/bio_cb.o" =>
+ [
+ "crypto/bio/bio_cb.c",
+ ],
+ "crypto/bio/bio_err.o" =>
+ [
+ "crypto/bio/bio_err.c",
+ ],
+ "crypto/bio/bio_lib.o" =>
+ [
+ "crypto/bio/bio_lib.c",
+ ],
+ "crypto/bio/bio_meth.o" =>
+ [
+ "crypto/bio/bio_meth.c",
+ ],
+ "crypto/bio/bss_acpt.o" =>
+ [
+ "crypto/bio/bss_acpt.c",
+ ],
+ "crypto/bio/bss_bio.o" =>
+ [
+ "crypto/bio/bss_bio.c",
+ ],
+ "crypto/bio/bss_conn.o" =>
+ [
+ "crypto/bio/bss_conn.c",
+ ],
+ "crypto/bio/bss_dgram.o" =>
+ [
+ "crypto/bio/bss_dgram.c",
+ ],
+ "crypto/bio/bss_fd.o" =>
+ [
+ "crypto/bio/bss_fd.c",
+ ],
+ "crypto/bio/bss_file.o" =>
+ [
+ "crypto/bio/bss_file.c",
+ ],
+ "crypto/bio/bss_log.o" =>
+ [
+ "crypto/bio/bss_log.c",
+ ],
+ "crypto/bio/bss_mem.o" =>
+ [
+ "crypto/bio/bss_mem.c",
+ ],
+ "crypto/bio/bss_null.o" =>
+ [
+ "crypto/bio/bss_null.c",
+ ],
+ "crypto/bio/bss_sock.o" =>
+ [
+ "crypto/bio/bss_sock.c",
+ ],
+ "crypto/blake2/blake2b.o" =>
+ [
+ "crypto/blake2/blake2b.c",
+ ],
+ "crypto/blake2/blake2s.o" =>
+ [
+ "crypto/blake2/blake2s.c",
+ ],
+ "crypto/blake2/m_blake2b.o" =>
+ [
+ "crypto/blake2/m_blake2b.c",
+ ],
+ "crypto/blake2/m_blake2s.o" =>
+ [
+ "crypto/blake2/m_blake2s.c",
+ ],
+ "crypto/bn/bn-ppc.o" =>
+ [
+ "crypto/bn/bn-ppc.s",
+ ],
+ "crypto/bn/bn_add.o" =>
+ [
+ "crypto/bn/bn_add.c",
+ ],
+ "crypto/bn/bn_blind.o" =>
+ [
+ "crypto/bn/bn_blind.c",
+ ],
+ "crypto/bn/bn_const.o" =>
+ [
+ "crypto/bn/bn_const.c",
+ ],
+ "crypto/bn/bn_ctx.o" =>
+ [
+ "crypto/bn/bn_ctx.c",
+ ],
+ "crypto/bn/bn_depr.o" =>
+ [
+ "crypto/bn/bn_depr.c",
+ ],
+ "crypto/bn/bn_dh.o" =>
+ [
+ "crypto/bn/bn_dh.c",
+ ],
+ "crypto/bn/bn_div.o" =>
+ [
+ "crypto/bn/bn_div.c",
+ ],
+ "crypto/bn/bn_err.o" =>
+ [
+ "crypto/bn/bn_err.c",
+ ],
+ "crypto/bn/bn_exp.o" =>
+ [
+ "crypto/bn/bn_exp.c",
+ ],
+ "crypto/bn/bn_exp2.o" =>
+ [
+ "crypto/bn/bn_exp2.c",
+ ],
+ "crypto/bn/bn_gcd.o" =>
+ [
+ "crypto/bn/bn_gcd.c",
+ ],
+ "crypto/bn/bn_gf2m.o" =>
+ [
+ "crypto/bn/bn_gf2m.c",
+ ],
+ "crypto/bn/bn_intern.o" =>
+ [
+ "crypto/bn/bn_intern.c",
+ ],
+ "crypto/bn/bn_kron.o" =>
+ [
+ "crypto/bn/bn_kron.c",
+ ],
+ "crypto/bn/bn_lib.o" =>
+ [
+ "crypto/bn/bn_lib.c",
+ ],
+ "crypto/bn/bn_mod.o" =>
+ [
+ "crypto/bn/bn_mod.c",
+ ],
+ "crypto/bn/bn_mont.o" =>
+ [
+ "crypto/bn/bn_mont.c",
+ ],
+ "crypto/bn/bn_mpi.o" =>
+ [
+ "crypto/bn/bn_mpi.c",
+ ],
+ "crypto/bn/bn_mul.o" =>
+ [
+ "crypto/bn/bn_mul.c",
+ ],
+ "crypto/bn/bn_nist.o" =>
+ [
+ "crypto/bn/bn_nist.c",
+ ],
+ "crypto/bn/bn_prime.o" =>
+ [
+ "crypto/bn/bn_prime.c",
+ ],
+ "crypto/bn/bn_print.o" =>
+ [
+ "crypto/bn/bn_print.c",
+ ],
+ "crypto/bn/bn_rand.o" =>
+ [
+ "crypto/bn/bn_rand.c",
+ ],
+ "crypto/bn/bn_recp.o" =>
+ [
+ "crypto/bn/bn_recp.c",
+ ],
+ "crypto/bn/bn_shift.o" =>
+ [
+ "crypto/bn/bn_shift.c",
+ ],
+ "crypto/bn/bn_sqr.o" =>
+ [
+ "crypto/bn/bn_sqr.c",
+ ],
+ "crypto/bn/bn_sqrt.o" =>
+ [
+ "crypto/bn/bn_sqrt.c",
+ ],
+ "crypto/bn/bn_srp.o" =>
+ [
+ "crypto/bn/bn_srp.c",
+ ],
+ "crypto/bn/bn_word.o" =>
+ [
+ "crypto/bn/bn_word.c",
+ ],
+ "crypto/bn/bn_x931p.o" =>
+ [
+ "crypto/bn/bn_x931p.c",
+ ],
+ "crypto/bn/ppc-mont.o" =>
+ [
+ "crypto/bn/ppc-mont.s",
+ ],
+ "crypto/bn/ppc64-mont.o" =>
+ [
+ "crypto/bn/ppc64-mont.s",
+ ],
+ "crypto/buffer/buf_err.o" =>
+ [
+ "crypto/buffer/buf_err.c",
+ ],
+ "crypto/buffer/buffer.o" =>
+ [
+ "crypto/buffer/buffer.c",
+ ],
+ "crypto/camellia/camellia.o" =>
+ [
+ "crypto/camellia/camellia.c",
+ ],
+ "crypto/camellia/cmll_cbc.o" =>
+ [
+ "crypto/camellia/cmll_cbc.c",
+ ],
+ "crypto/camellia/cmll_cfb.o" =>
+ [
+ "crypto/camellia/cmll_cfb.c",
+ ],
+ "crypto/camellia/cmll_ctr.o" =>
+ [
+ "crypto/camellia/cmll_ctr.c",
+ ],
+ "crypto/camellia/cmll_ecb.o" =>
+ [
+ "crypto/camellia/cmll_ecb.c",
+ ],
+ "crypto/camellia/cmll_misc.o" =>
+ [
+ "crypto/camellia/cmll_misc.c",
+ ],
+ "crypto/camellia/cmll_ofb.o" =>
+ [
+ "crypto/camellia/cmll_ofb.c",
+ ],
+ "crypto/cast/c_cfb64.o" =>
+ [
+ "crypto/cast/c_cfb64.c",
+ ],
+ "crypto/cast/c_ecb.o" =>
+ [
+ "crypto/cast/c_ecb.c",
+ ],
+ "crypto/cast/c_enc.o" =>
+ [
+ "crypto/cast/c_enc.c",
+ ],
+ "crypto/cast/c_ofb64.o" =>
+ [
+ "crypto/cast/c_ofb64.c",
+ ],
+ "crypto/cast/c_skey.o" =>
+ [
+ "crypto/cast/c_skey.c",
+ ],
+ "crypto/chacha/chacha-ppc.o" =>
+ [
+ "crypto/chacha/chacha-ppc.s",
+ ],
+ "crypto/cmac/cm_ameth.o" =>
+ [
+ "crypto/cmac/cm_ameth.c",
+ ],
+ "crypto/cmac/cm_pmeth.o" =>
+ [
+ "crypto/cmac/cm_pmeth.c",
+ ],
+ "crypto/cmac/cmac.o" =>
+ [
+ "crypto/cmac/cmac.c",
+ ],
+ "crypto/cms/cms_asn1.o" =>
+ [
+ "crypto/cms/cms_asn1.c",
+ ],
+ "crypto/cms/cms_att.o" =>
+ [
+ "crypto/cms/cms_att.c",
+ ],
+ "crypto/cms/cms_cd.o" =>
+ [
+ "crypto/cms/cms_cd.c",
+ ],
+ "crypto/cms/cms_dd.o" =>
+ [
+ "crypto/cms/cms_dd.c",
+ ],
+ "crypto/cms/cms_enc.o" =>
+ [
+ "crypto/cms/cms_enc.c",
+ ],
+ "crypto/cms/cms_env.o" =>
+ [
+ "crypto/cms/cms_env.c",
+ ],
+ "crypto/cms/cms_err.o" =>
+ [
+ "crypto/cms/cms_err.c",
+ ],
+ "crypto/cms/cms_ess.o" =>
+ [
+ "crypto/cms/cms_ess.c",
+ ],
+ "crypto/cms/cms_io.o" =>
+ [
+ "crypto/cms/cms_io.c",
+ ],
+ "crypto/cms/cms_kari.o" =>
+ [
+ "crypto/cms/cms_kari.c",
+ ],
+ "crypto/cms/cms_lib.o" =>
+ [
+ "crypto/cms/cms_lib.c",
+ ],
+ "crypto/cms/cms_pwri.o" =>
+ [
+ "crypto/cms/cms_pwri.c",
+ ],
+ "crypto/cms/cms_sd.o" =>
+ [
+ "crypto/cms/cms_sd.c",
+ ],
+ "crypto/cms/cms_smime.o" =>
+ [
+ "crypto/cms/cms_smime.c",
+ ],
+ "crypto/conf/conf_api.o" =>
+ [
+ "crypto/conf/conf_api.c",
+ ],
+ "crypto/conf/conf_def.o" =>
+ [
+ "crypto/conf/conf_def.c",
+ ],
+ "crypto/conf/conf_err.o" =>
+ [
+ "crypto/conf/conf_err.c",
+ ],
+ "crypto/conf/conf_lib.o" =>
+ [
+ "crypto/conf/conf_lib.c",
+ ],
+ "crypto/conf/conf_mall.o" =>
+ [
+ "crypto/conf/conf_mall.c",
+ ],
+ "crypto/conf/conf_mod.o" =>
+ [
+ "crypto/conf/conf_mod.c",
+ ],
+ "crypto/conf/conf_sap.o" =>
+ [
+ "crypto/conf/conf_sap.c",
+ ],
+ "crypto/cpt_err.o" =>
+ [
+ "crypto/cpt_err.c",
+ ],
+ "crypto/cryptlib.o" =>
+ [
+ "crypto/cryptlib.c",
+ ],
+ "crypto/ct/ct_b64.o" =>
+ [
+ "crypto/ct/ct_b64.c",
+ ],
+ "crypto/ct/ct_err.o" =>
+ [
+ "crypto/ct/ct_err.c",
+ ],
+ "crypto/ct/ct_log.o" =>
+ [
+ "crypto/ct/ct_log.c",
+ ],
+ "crypto/ct/ct_oct.o" =>
+ [
+ "crypto/ct/ct_oct.c",
+ ],
+ "crypto/ct/ct_policy.o" =>
+ [
+ "crypto/ct/ct_policy.c",
+ ],
+ "crypto/ct/ct_prn.o" =>
+ [
+ "crypto/ct/ct_prn.c",
+ ],
+ "crypto/ct/ct_sct.o" =>
+ [
+ "crypto/ct/ct_sct.c",
+ ],
+ "crypto/ct/ct_sct_ctx.o" =>
+ [
+ "crypto/ct/ct_sct_ctx.c",
+ ],
+ "crypto/ct/ct_vfy.o" =>
+ [
+ "crypto/ct/ct_vfy.c",
+ ],
+ "crypto/ct/ct_x509v3.o" =>
+ [
+ "crypto/ct/ct_x509v3.c",
+ ],
+ "crypto/cversion.o" =>
+ [
+ "crypto/cversion.c",
+ ],
+ "crypto/des/cbc_cksm.o" =>
+ [
+ "crypto/des/cbc_cksm.c",
+ ],
+ "crypto/des/cbc_enc.o" =>
+ [
+ "crypto/des/cbc_enc.c",
+ ],
+ "crypto/des/cfb64ede.o" =>
+ [
+ "crypto/des/cfb64ede.c",
+ ],
+ "crypto/des/cfb64enc.o" =>
+ [
+ "crypto/des/cfb64enc.c",
+ ],
+ "crypto/des/cfb_enc.o" =>
+ [
+ "crypto/des/cfb_enc.c",
+ ],
+ "crypto/des/des_enc.o" =>
+ [
+ "crypto/des/des_enc.c",
+ ],
+ "crypto/des/ecb3_enc.o" =>
+ [
+ "crypto/des/ecb3_enc.c",
+ ],
+ "crypto/des/ecb_enc.o" =>
+ [
+ "crypto/des/ecb_enc.c",
+ ],
+ "crypto/des/fcrypt.o" =>
+ [
+ "crypto/des/fcrypt.c",
+ ],
+ "crypto/des/fcrypt_b.o" =>
+ [
+ "crypto/des/fcrypt_b.c",
+ ],
+ "crypto/des/ofb64ede.o" =>
+ [
+ "crypto/des/ofb64ede.c",
+ ],
+ "crypto/des/ofb64enc.o" =>
+ [
+ "crypto/des/ofb64enc.c",
+ ],
+ "crypto/des/ofb_enc.o" =>
+ [
+ "crypto/des/ofb_enc.c",
+ ],
+ "crypto/des/pcbc_enc.o" =>
+ [
+ "crypto/des/pcbc_enc.c",
+ ],
+ "crypto/des/qud_cksm.o" =>
+ [
+ "crypto/des/qud_cksm.c",
+ ],
+ "crypto/des/rand_key.o" =>
+ [
+ "crypto/des/rand_key.c",
+ ],
+ "crypto/des/rpc_enc.o" =>
+ [
+ "crypto/des/rpc_enc.c",
+ ],
+ "crypto/des/set_key.o" =>
+ [
+ "crypto/des/set_key.c",
+ ],
+ "crypto/des/str2key.o" =>
+ [
+ "crypto/des/str2key.c",
+ ],
+ "crypto/des/xcbc_enc.o" =>
+ [
+ "crypto/des/xcbc_enc.c",
+ ],
+ "crypto/dh/dh_ameth.o" =>
+ [
+ "crypto/dh/dh_ameth.c",
+ ],
+ "crypto/dh/dh_asn1.o" =>
+ [
+ "crypto/dh/dh_asn1.c",
+ ],
+ "crypto/dh/dh_check.o" =>
+ [
+ "crypto/dh/dh_check.c",
+ ],
+ "crypto/dh/dh_depr.o" =>
+ [
+ "crypto/dh/dh_depr.c",
+ ],
+ "crypto/dh/dh_err.o" =>
+ [
+ "crypto/dh/dh_err.c",
+ ],
+ "crypto/dh/dh_gen.o" =>
+ [
+ "crypto/dh/dh_gen.c",
+ ],
+ "crypto/dh/dh_kdf.o" =>
+ [
+ "crypto/dh/dh_kdf.c",
+ ],
+ "crypto/dh/dh_key.o" =>
+ [
+ "crypto/dh/dh_key.c",
+ ],
+ "crypto/dh/dh_lib.o" =>
+ [
+ "crypto/dh/dh_lib.c",
+ ],
+ "crypto/dh/dh_meth.o" =>
+ [
+ "crypto/dh/dh_meth.c",
+ ],
+ "crypto/dh/dh_pmeth.o" =>
+ [
+ "crypto/dh/dh_pmeth.c",
+ ],
+ "crypto/dh/dh_prn.o" =>
+ [
+ "crypto/dh/dh_prn.c",
+ ],
+ "crypto/dh/dh_rfc5114.o" =>
+ [
+ "crypto/dh/dh_rfc5114.c",
+ ],
+ "crypto/dsa/dsa_ameth.o" =>
+ [
+ "crypto/dsa/dsa_ameth.c",
+ ],
+ "crypto/dsa/dsa_asn1.o" =>
+ [
+ "crypto/dsa/dsa_asn1.c",
+ ],
+ "crypto/dsa/dsa_depr.o" =>
+ [
+ "crypto/dsa/dsa_depr.c",
+ ],
+ "crypto/dsa/dsa_err.o" =>
+ [
+ "crypto/dsa/dsa_err.c",
+ ],
+ "crypto/dsa/dsa_gen.o" =>
+ [
+ "crypto/dsa/dsa_gen.c",
+ ],
+ "crypto/dsa/dsa_key.o" =>
+ [
+ "crypto/dsa/dsa_key.c",
+ ],
+ "crypto/dsa/dsa_lib.o" =>
+ [
+ "crypto/dsa/dsa_lib.c",
+ ],
+ "crypto/dsa/dsa_meth.o" =>
+ [
+ "crypto/dsa/dsa_meth.c",
+ ],
+ "crypto/dsa/dsa_ossl.o" =>
+ [
+ "crypto/dsa/dsa_ossl.c",
+ ],
+ "crypto/dsa/dsa_pmeth.o" =>
+ [
+ "crypto/dsa/dsa_pmeth.c",
+ ],
+ "crypto/dsa/dsa_prn.o" =>
+ [
+ "crypto/dsa/dsa_prn.c",
+ ],
+ "crypto/dsa/dsa_sign.o" =>
+ [
+ "crypto/dsa/dsa_sign.c",
+ ],
+ "crypto/dsa/dsa_vrf.o" =>
+ [
+ "crypto/dsa/dsa_vrf.c",
+ ],
+ "crypto/dso/dso_dl.o" =>
+ [
+ "crypto/dso/dso_dl.c",
+ ],
+ "crypto/dso/dso_dlfcn.o" =>
+ [
+ "crypto/dso/dso_dlfcn.c",
+ ],
+ "crypto/dso/dso_err.o" =>
+ [
+ "crypto/dso/dso_err.c",
+ ],
+ "crypto/dso/dso_lib.o" =>
+ [
+ "crypto/dso/dso_lib.c",
+ ],
+ "crypto/dso/dso_openssl.o" =>
+ [
+ "crypto/dso/dso_openssl.c",
+ ],
+ "crypto/dso/dso_vms.o" =>
+ [
+ "crypto/dso/dso_vms.c",
+ ],
+ "crypto/dso/dso_win32.o" =>
+ [
+ "crypto/dso/dso_win32.c",
+ ],
+ "crypto/ebcdic.o" =>
+ [
+ "crypto/ebcdic.c",
+ ],
+ "crypto/ec/curve25519.o" =>
+ [
+ "crypto/ec/curve25519.c",
+ ],
+ "crypto/ec/ec2_mult.o" =>
+ [
+ "crypto/ec/ec2_mult.c",
+ ],
+ "crypto/ec/ec2_oct.o" =>
+ [
+ "crypto/ec/ec2_oct.c",
+ ],
+ "crypto/ec/ec2_smpl.o" =>
+ [
+ "crypto/ec/ec2_smpl.c",
+ ],
+ "crypto/ec/ec_ameth.o" =>
+ [
+ "crypto/ec/ec_ameth.c",
+ ],
+ "crypto/ec/ec_asn1.o" =>
+ [
+ "crypto/ec/ec_asn1.c",
+ ],
+ "crypto/ec/ec_check.o" =>
+ [
+ "crypto/ec/ec_check.c",
+ ],
+ "crypto/ec/ec_curve.o" =>
+ [
+ "crypto/ec/ec_curve.c",
+ ],
+ "crypto/ec/ec_cvt.o" =>
+ [
+ "crypto/ec/ec_cvt.c",
+ ],
+ "crypto/ec/ec_err.o" =>
+ [
+ "crypto/ec/ec_err.c",
+ ],
+ "crypto/ec/ec_key.o" =>
+ [
+ "crypto/ec/ec_key.c",
+ ],
+ "crypto/ec/ec_kmeth.o" =>
+ [
+ "crypto/ec/ec_kmeth.c",
+ ],
+ "crypto/ec/ec_lib.o" =>
+ [
+ "crypto/ec/ec_lib.c",
+ ],
+ "crypto/ec/ec_mult.o" =>
+ [
+ "crypto/ec/ec_mult.c",
+ ],
+ "crypto/ec/ec_oct.o" =>
+ [
+ "crypto/ec/ec_oct.c",
+ ],
+ "crypto/ec/ec_pmeth.o" =>
+ [
+ "crypto/ec/ec_pmeth.c",
+ ],
+ "crypto/ec/ec_print.o" =>
+ [
+ "crypto/ec/ec_print.c",
+ ],
+ "crypto/ec/ecdh_kdf.o" =>
+ [
+ "crypto/ec/ecdh_kdf.c",
+ ],
+ "crypto/ec/ecdh_ossl.o" =>
+ [
+ "crypto/ec/ecdh_ossl.c",
+ ],
+ "crypto/ec/ecdsa_ossl.o" =>
+ [
+ "crypto/ec/ecdsa_ossl.c",
+ ],
+ "crypto/ec/ecdsa_sign.o" =>
+ [
+ "crypto/ec/ecdsa_sign.c",
+ ],
+ "crypto/ec/ecdsa_vrf.o" =>
+ [
+ "crypto/ec/ecdsa_vrf.c",
+ ],
+ "crypto/ec/eck_prn.o" =>
+ [
+ "crypto/ec/eck_prn.c",
+ ],
+ "crypto/ec/ecp_mont.o" =>
+ [
+ "crypto/ec/ecp_mont.c",
+ ],
+ "crypto/ec/ecp_nist.o" =>
+ [
+ "crypto/ec/ecp_nist.c",
+ ],
+ "crypto/ec/ecp_nistp224.o" =>
+ [
+ "crypto/ec/ecp_nistp224.c",
+ ],
+ "crypto/ec/ecp_nistp256.o" =>
+ [
+ "crypto/ec/ecp_nistp256.c",
+ ],
+ "crypto/ec/ecp_nistp521.o" =>
+ [
+ "crypto/ec/ecp_nistp521.c",
+ ],
+ "crypto/ec/ecp_nistputil.o" =>
+ [
+ "crypto/ec/ecp_nistputil.c",
+ ],
+ "crypto/ec/ecp_oct.o" =>
+ [
+ "crypto/ec/ecp_oct.c",
+ ],
+ "crypto/ec/ecp_smpl.o" =>
+ [
+ "crypto/ec/ecp_smpl.c",
+ ],
+ "crypto/ec/ecx_meth.o" =>
+ [
+ "crypto/ec/ecx_meth.c",
+ ],
+ "crypto/engine/eng_all.o" =>
+ [
+ "crypto/engine/eng_all.c",
+ ],
+ "crypto/engine/eng_cnf.o" =>
+ [
+ "crypto/engine/eng_cnf.c",
+ ],
+ "crypto/engine/eng_cryptodev.o" =>
+ [
+ "crypto/engine/eng_cryptodev.c",
+ ],
+ "crypto/engine/eng_ctrl.o" =>
+ [
+ "crypto/engine/eng_ctrl.c",
+ ],
+ "crypto/engine/eng_dyn.o" =>
+ [
+ "crypto/engine/eng_dyn.c",
+ ],
+ "crypto/engine/eng_err.o" =>
+ [
+ "crypto/engine/eng_err.c",
+ ],
+ "crypto/engine/eng_fat.o" =>
+ [
+ "crypto/engine/eng_fat.c",
+ ],
+ "crypto/engine/eng_init.o" =>
+ [
+ "crypto/engine/eng_init.c",
+ ],
+ "crypto/engine/eng_lib.o" =>
+ [
+ "crypto/engine/eng_lib.c",
+ ],
+ "crypto/engine/eng_list.o" =>
+ [
+ "crypto/engine/eng_list.c",
+ ],
+ "crypto/engine/eng_openssl.o" =>
+ [
+ "crypto/engine/eng_openssl.c",
+ ],
+ "crypto/engine/eng_pkey.o" =>
+ [
+ "crypto/engine/eng_pkey.c",
+ ],
+ "crypto/engine/eng_rdrand.o" =>
+ [
+ "crypto/engine/eng_rdrand.c",
+ ],
+ "crypto/engine/eng_table.o" =>
+ [
+ "crypto/engine/eng_table.c",
+ ],
+ "crypto/engine/tb_asnmth.o" =>
+ [
+ "crypto/engine/tb_asnmth.c",
+ ],
+ "crypto/engine/tb_cipher.o" =>
+ [
+ "crypto/engine/tb_cipher.c",
+ ],
+ "crypto/engine/tb_dh.o" =>
+ [
+ "crypto/engine/tb_dh.c",
+ ],
+ "crypto/engine/tb_digest.o" =>
+ [
+ "crypto/engine/tb_digest.c",
+ ],
+ "crypto/engine/tb_dsa.o" =>
+ [
+ "crypto/engine/tb_dsa.c",
+ ],
+ "crypto/engine/tb_eckey.o" =>
+ [
+ "crypto/engine/tb_eckey.c",
+ ],
+ "crypto/engine/tb_pkmeth.o" =>
+ [
+ "crypto/engine/tb_pkmeth.c",
+ ],
+ "crypto/engine/tb_rand.o" =>
+ [
+ "crypto/engine/tb_rand.c",
+ ],
+ "crypto/engine/tb_rsa.o" =>
+ [
+ "crypto/engine/tb_rsa.c",
+ ],
+ "crypto/err/err.o" =>
+ [
+ "crypto/err/err.c",
+ ],
+ "crypto/err/err_all.o" =>
+ [
+ "crypto/err/err_all.c",
+ ],
+ "crypto/err/err_prn.o" =>
+ [
+ "crypto/err/err_prn.c",
+ ],
+ "crypto/evp/bio_b64.o" =>
+ [
+ "crypto/evp/bio_b64.c",
+ ],
+ "crypto/evp/bio_enc.o" =>
+ [
+ "crypto/evp/bio_enc.c",
+ ],
+ "crypto/evp/bio_md.o" =>
+ [
+ "crypto/evp/bio_md.c",
+ ],
+ "crypto/evp/bio_ok.o" =>
+ [
+ "crypto/evp/bio_ok.c",
+ ],
+ "crypto/evp/c_allc.o" =>
+ [
+ "crypto/evp/c_allc.c",
+ ],
+ "crypto/evp/c_alld.o" =>
+ [
+ "crypto/evp/c_alld.c",
+ ],
+ "crypto/evp/cmeth_lib.o" =>
+ [
+ "crypto/evp/cmeth_lib.c",
+ ],
+ "crypto/evp/digest.o" =>
+ [
+ "crypto/evp/digest.c",
+ ],
+ "crypto/evp/e_aes.o" =>
+ [
+ "crypto/evp/e_aes.c",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha1.o" =>
+ [
+ "crypto/evp/e_aes_cbc_hmac_sha1.c",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha256.o" =>
+ [
+ "crypto/evp/e_aes_cbc_hmac_sha256.c",
+ ],
+ "crypto/evp/e_bf.o" =>
+ [
+ "crypto/evp/e_bf.c",
+ ],
+ "crypto/evp/e_camellia.o" =>
+ [
+ "crypto/evp/e_camellia.c",
+ ],
+ "crypto/evp/e_cast.o" =>
+ [
+ "crypto/evp/e_cast.c",
+ ],
+ "crypto/evp/e_chacha20_poly1305.o" =>
+ [
+ "crypto/evp/e_chacha20_poly1305.c",
+ ],
+ "crypto/evp/e_des.o" =>
+ [
+ "crypto/evp/e_des.c",
+ ],
+ "crypto/evp/e_des3.o" =>
+ [
+ "crypto/evp/e_des3.c",
+ ],
+ "crypto/evp/e_idea.o" =>
+ [
+ "crypto/evp/e_idea.c",
+ ],
+ "crypto/evp/e_null.o" =>
+ [
+ "crypto/evp/e_null.c",
+ ],
+ "crypto/evp/e_old.o" =>
+ [
+ "crypto/evp/e_old.c",
+ ],
+ "crypto/evp/e_rc2.o" =>
+ [
+ "crypto/evp/e_rc2.c",
+ ],
+ "crypto/evp/e_rc4.o" =>
+ [
+ "crypto/evp/e_rc4.c",
+ ],
+ "crypto/evp/e_rc4_hmac_md5.o" =>
+ [
+ "crypto/evp/e_rc4_hmac_md5.c",
+ ],
+ "crypto/evp/e_rc5.o" =>
+ [
+ "crypto/evp/e_rc5.c",
+ ],
+ "crypto/evp/e_seed.o" =>
+ [
+ "crypto/evp/e_seed.c",
+ ],
+ "crypto/evp/e_xcbc_d.o" =>
+ [
+ "crypto/evp/e_xcbc_d.c",
+ ],
+ "crypto/evp/encode.o" =>
+ [
+ "crypto/evp/encode.c",
+ ],
+ "crypto/evp/evp_cnf.o" =>
+ [
+ "crypto/evp/evp_cnf.c",
+ ],
+ "crypto/evp/evp_enc.o" =>
+ [
+ "crypto/evp/evp_enc.c",
+ ],
+ "crypto/evp/evp_err.o" =>
+ [
+ "crypto/evp/evp_err.c",
+ ],
+ "crypto/evp/evp_key.o" =>
+ [
+ "crypto/evp/evp_key.c",
+ ],
+ "crypto/evp/evp_lib.o" =>
+ [
+ "crypto/evp/evp_lib.c",
+ ],
+ "crypto/evp/evp_pbe.o" =>
+ [
+ "crypto/evp/evp_pbe.c",
+ ],
+ "crypto/evp/evp_pkey.o" =>
+ [
+ "crypto/evp/evp_pkey.c",
+ ],
+ "crypto/evp/m_md2.o" =>
+ [
+ "crypto/evp/m_md2.c",
+ ],
+ "crypto/evp/m_md4.o" =>
+ [
+ "crypto/evp/m_md4.c",
+ ],
+ "crypto/evp/m_md5.o" =>
+ [
+ "crypto/evp/m_md5.c",
+ ],
+ "crypto/evp/m_md5_sha1.o" =>
+ [
+ "crypto/evp/m_md5_sha1.c",
+ ],
+ "crypto/evp/m_mdc2.o" =>
+ [
+ "crypto/evp/m_mdc2.c",
+ ],
+ "crypto/evp/m_null.o" =>
+ [
+ "crypto/evp/m_null.c",
+ ],
+ "crypto/evp/m_ripemd.o" =>
+ [
+ "crypto/evp/m_ripemd.c",
+ ],
+ "crypto/evp/m_sha1.o" =>
+ [
+ "crypto/evp/m_sha1.c",
+ ],
+ "crypto/evp/m_sigver.o" =>
+ [
+ "crypto/evp/m_sigver.c",
+ ],
+ "crypto/evp/m_wp.o" =>
+ [
+ "crypto/evp/m_wp.c",
+ ],
+ "crypto/evp/names.o" =>
+ [
+ "crypto/evp/names.c",
+ ],
+ "crypto/evp/p5_crpt.o" =>
+ [
+ "crypto/evp/p5_crpt.c",
+ ],
+ "crypto/evp/p5_crpt2.o" =>
+ [
+ "crypto/evp/p5_crpt2.c",
+ ],
+ "crypto/evp/p_dec.o" =>
+ [
+ "crypto/evp/p_dec.c",
+ ],
+ "crypto/evp/p_enc.o" =>
+ [
+ "crypto/evp/p_enc.c",
+ ],
+ "crypto/evp/p_lib.o" =>
+ [
+ "crypto/evp/p_lib.c",
+ ],
+ "crypto/evp/p_open.o" =>
+ [
+ "crypto/evp/p_open.c",
+ ],
+ "crypto/evp/p_seal.o" =>
+ [
+ "crypto/evp/p_seal.c",
+ ],
+ "crypto/evp/p_sign.o" =>
+ [
+ "crypto/evp/p_sign.c",
+ ],
+ "crypto/evp/p_verify.o" =>
+ [
+ "crypto/evp/p_verify.c",
+ ],
+ "crypto/evp/pmeth_fn.o" =>
+ [
+ "crypto/evp/pmeth_fn.c",
+ ],
+ "crypto/evp/pmeth_gn.o" =>
+ [
+ "crypto/evp/pmeth_gn.c",
+ ],
+ "crypto/evp/pmeth_lib.o" =>
+ [
+ "crypto/evp/pmeth_lib.c",
+ ],
+ "crypto/evp/scrypt.o" =>
+ [
+ "crypto/evp/scrypt.c",
+ ],
+ "crypto/ex_data.o" =>
+ [
+ "crypto/ex_data.c",
+ ],
+ "crypto/hmac/hm_ameth.o" =>
+ [
+ "crypto/hmac/hm_ameth.c",
+ ],
+ "crypto/hmac/hm_pmeth.o" =>
+ [
+ "crypto/hmac/hm_pmeth.c",
+ ],
+ "crypto/hmac/hmac.o" =>
+ [
+ "crypto/hmac/hmac.c",
+ ],
+ "crypto/idea/i_cbc.o" =>
+ [
+ "crypto/idea/i_cbc.c",
+ ],
+ "crypto/idea/i_cfb64.o" =>
+ [
+ "crypto/idea/i_cfb64.c",
+ ],
+ "crypto/idea/i_ecb.o" =>
+ [
+ "crypto/idea/i_ecb.c",
+ ],
+ "crypto/idea/i_ofb64.o" =>
+ [
+ "crypto/idea/i_ofb64.c",
+ ],
+ "crypto/idea/i_skey.o" =>
+ [
+ "crypto/idea/i_skey.c",
+ ],
+ "crypto/init.o" =>
+ [
+ "crypto/init.c",
+ ],
+ "crypto/kdf/hkdf.o" =>
+ [
+ "crypto/kdf/hkdf.c",
+ ],
+ "crypto/kdf/kdf_err.o" =>
+ [
+ "crypto/kdf/kdf_err.c",
+ ],
+ "crypto/kdf/tls1_prf.o" =>
+ [
+ "crypto/kdf/tls1_prf.c",
+ ],
+ "crypto/lhash/lh_stats.o" =>
+ [
+ "crypto/lhash/lh_stats.c",
+ ],
+ "crypto/lhash/lhash.o" =>
+ [
+ "crypto/lhash/lhash.c",
+ ],
+ "crypto/md4/md4_dgst.o" =>
+ [
+ "crypto/md4/md4_dgst.c",
+ ],
+ "crypto/md4/md4_one.o" =>
+ [
+ "crypto/md4/md4_one.c",
+ ],
+ "crypto/md5/md5_dgst.o" =>
+ [
+ "crypto/md5/md5_dgst.c",
+ ],
+ "crypto/md5/md5_one.o" =>
+ [
+ "crypto/md5/md5_one.c",
+ ],
+ "crypto/mdc2/mdc2_one.o" =>
+ [
+ "crypto/mdc2/mdc2_one.c",
+ ],
+ "crypto/mdc2/mdc2dgst.o" =>
+ [
+ "crypto/mdc2/mdc2dgst.c",
+ ],
+ "crypto/mem.o" =>
+ [
+ "crypto/mem.c",
+ ],
+ "crypto/mem_dbg.o" =>
+ [
+ "crypto/mem_dbg.c",
+ ],
+ "crypto/mem_sec.o" =>
+ [
+ "crypto/mem_sec.c",
+ ],
+ "crypto/modes/cbc128.o" =>
+ [
+ "crypto/modes/cbc128.c",
+ ],
+ "crypto/modes/ccm128.o" =>
+ [
+ "crypto/modes/ccm128.c",
+ ],
+ "crypto/modes/cfb128.o" =>
+ [
+ "crypto/modes/cfb128.c",
+ ],
+ "crypto/modes/ctr128.o" =>
+ [
+ "crypto/modes/ctr128.c",
+ ],
+ "crypto/modes/cts128.o" =>
+ [
+ "crypto/modes/cts128.c",
+ ],
+ "crypto/modes/gcm128.o" =>
+ [
+ "crypto/modes/gcm128.c",
+ ],
+ "crypto/modes/ghashp8-ppc.o" =>
+ [
+ "crypto/modes/ghashp8-ppc.s",
+ ],
+ "crypto/modes/ocb128.o" =>
+ [
+ "crypto/modes/ocb128.c",
+ ],
+ "crypto/modes/ofb128.o" =>
+ [
+ "crypto/modes/ofb128.c",
+ ],
+ "crypto/modes/wrap128.o" =>
+ [
+ "crypto/modes/wrap128.c",
+ ],
+ "crypto/modes/xts128.o" =>
+ [
+ "crypto/modes/xts128.c",
+ ],
+ "crypto/o_dir.o" =>
+ [
+ "crypto/o_dir.c",
+ ],
+ "crypto/o_fips.o" =>
+ [
+ "crypto/o_fips.c",
+ ],
+ "crypto/o_fopen.o" =>
+ [
+ "crypto/o_fopen.c",
+ ],
+ "crypto/o_init.o" =>
+ [
+ "crypto/o_init.c",
+ ],
+ "crypto/o_str.o" =>
+ [
+ "crypto/o_str.c",
+ ],
+ "crypto/o_time.o" =>
+ [
+ "crypto/o_time.c",
+ ],
+ "crypto/objects/o_names.o" =>
+ [
+ "crypto/objects/o_names.c",
+ ],
+ "crypto/objects/obj_dat.o" =>
+ [
+ "crypto/objects/obj_dat.c",
+ ],
+ "crypto/objects/obj_err.o" =>
+ [
+ "crypto/objects/obj_err.c",
+ ],
+ "crypto/objects/obj_lib.o" =>
+ [
+ "crypto/objects/obj_lib.c",
+ ],
+ "crypto/objects/obj_xref.o" =>
+ [
+ "crypto/objects/obj_xref.c",
+ ],
+ "crypto/ocsp/ocsp_asn.o" =>
+ [
+ "crypto/ocsp/ocsp_asn.c",
+ ],
+ "crypto/ocsp/ocsp_cl.o" =>
+ [
+ "crypto/ocsp/ocsp_cl.c",
+ ],
+ "crypto/ocsp/ocsp_err.o" =>
+ [
+ "crypto/ocsp/ocsp_err.c",
+ ],
+ "crypto/ocsp/ocsp_ext.o" =>
+ [
+ "crypto/ocsp/ocsp_ext.c",
+ ],
+ "crypto/ocsp/ocsp_ht.o" =>
+ [
+ "crypto/ocsp/ocsp_ht.c",
+ ],
+ "crypto/ocsp/ocsp_lib.o" =>
+ [
+ "crypto/ocsp/ocsp_lib.c",
+ ],
+ "crypto/ocsp/ocsp_prn.o" =>
+ [
+ "crypto/ocsp/ocsp_prn.c",
+ ],
+ "crypto/ocsp/ocsp_srv.o" =>
+ [
+ "crypto/ocsp/ocsp_srv.c",
+ ],
+ "crypto/ocsp/ocsp_vfy.o" =>
+ [
+ "crypto/ocsp/ocsp_vfy.c",
+ ],
+ "crypto/ocsp/v3_ocsp.o" =>
+ [
+ "crypto/ocsp/v3_ocsp.c",
+ ],
+ "crypto/pem/pem_all.o" =>
+ [
+ "crypto/pem/pem_all.c",
+ ],
+ "crypto/pem/pem_err.o" =>
+ [
+ "crypto/pem/pem_err.c",
+ ],
+ "crypto/pem/pem_info.o" =>
+ [
+ "crypto/pem/pem_info.c",
+ ],
+ "crypto/pem/pem_lib.o" =>
+ [
+ "crypto/pem/pem_lib.c",
+ ],
+ "crypto/pem/pem_oth.o" =>
+ [
+ "crypto/pem/pem_oth.c",
+ ],
+ "crypto/pem/pem_pk8.o" =>
+ [
+ "crypto/pem/pem_pk8.c",
+ ],
+ "crypto/pem/pem_pkey.o" =>
+ [
+ "crypto/pem/pem_pkey.c",
+ ],
+ "crypto/pem/pem_sign.o" =>
+ [
+ "crypto/pem/pem_sign.c",
+ ],
+ "crypto/pem/pem_x509.o" =>
+ [
+ "crypto/pem/pem_x509.c",
+ ],
+ "crypto/pem/pem_xaux.o" =>
+ [
+ "crypto/pem/pem_xaux.c",
+ ],
+ "crypto/pem/pvkfmt.o" =>
+ [
+ "crypto/pem/pvkfmt.c",
+ ],
+ "crypto/pkcs12/p12_add.o" =>
+ [
+ "crypto/pkcs12/p12_add.c",
+ ],
+ "crypto/pkcs12/p12_asn.o" =>
+ [
+ "crypto/pkcs12/p12_asn.c",
+ ],
+ "crypto/pkcs12/p12_attr.o" =>
+ [
+ "crypto/pkcs12/p12_attr.c",
+ ],
+ "crypto/pkcs12/p12_crpt.o" =>
+ [
+ "crypto/pkcs12/p12_crpt.c",
+ ],
+ "crypto/pkcs12/p12_crt.o" =>
+ [
+ "crypto/pkcs12/p12_crt.c",
+ ],
+ "crypto/pkcs12/p12_decr.o" =>
+ [
+ "crypto/pkcs12/p12_decr.c",
+ ],
+ "crypto/pkcs12/p12_init.o" =>
+ [
+ "crypto/pkcs12/p12_init.c",
+ ],
+ "crypto/pkcs12/p12_key.o" =>
+ [
+ "crypto/pkcs12/p12_key.c",
+ ],
+ "crypto/pkcs12/p12_kiss.o" =>
+ [
+ "crypto/pkcs12/p12_kiss.c",
+ ],
+ "crypto/pkcs12/p12_mutl.o" =>
+ [
+ "crypto/pkcs12/p12_mutl.c",
+ ],
+ "crypto/pkcs12/p12_npas.o" =>
+ [
+ "crypto/pkcs12/p12_npas.c",
+ ],
+ "crypto/pkcs12/p12_p8d.o" =>
+ [
+ "crypto/pkcs12/p12_p8d.c",
+ ],
+ "crypto/pkcs12/p12_p8e.o" =>
+ [
+ "crypto/pkcs12/p12_p8e.c",
+ ],
+ "crypto/pkcs12/p12_sbag.o" =>
+ [
+ "crypto/pkcs12/p12_sbag.c",
+ ],
+ "crypto/pkcs12/p12_utl.o" =>
+ [
+ "crypto/pkcs12/p12_utl.c",
+ ],
+ "crypto/pkcs12/pk12err.o" =>
+ [
+ "crypto/pkcs12/pk12err.c",
+ ],
+ "crypto/pkcs7/bio_pk7.o" =>
+ [
+ "crypto/pkcs7/bio_pk7.c",
+ ],
+ "crypto/pkcs7/pk7_asn1.o" =>
+ [
+ "crypto/pkcs7/pk7_asn1.c",
+ ],
+ "crypto/pkcs7/pk7_attr.o" =>
+ [
+ "crypto/pkcs7/pk7_attr.c",
+ ],
+ "crypto/pkcs7/pk7_doit.o" =>
+ [
+ "crypto/pkcs7/pk7_doit.c",
+ ],
+ "crypto/pkcs7/pk7_lib.o" =>
+ [
+ "crypto/pkcs7/pk7_lib.c",
+ ],
+ "crypto/pkcs7/pk7_mime.o" =>
+ [
+ "crypto/pkcs7/pk7_mime.c",
+ ],
+ "crypto/pkcs7/pk7_smime.o" =>
+ [
+ "crypto/pkcs7/pk7_smime.c",
+ ],
+ "crypto/pkcs7/pkcs7err.o" =>
+ [
+ "crypto/pkcs7/pkcs7err.c",
+ ],
+ "crypto/poly1305/poly1305-ppc.o" =>
+ [
+ "crypto/poly1305/poly1305-ppc.s",
+ ],
+ "crypto/poly1305/poly1305-ppcfp.o" =>
+ [
+ "crypto/poly1305/poly1305-ppcfp.s",
+ ],
+ "crypto/poly1305/poly1305.o" =>
+ [
+ "crypto/poly1305/poly1305.c",
+ ],
+ "crypto/ppccap.o" =>
+ [
+ "crypto/ppccap.c",
+ ],
+ "crypto/ppccpuid.o" =>
+ [
+ "crypto/ppccpuid.s",
+ ],
+ "crypto/rand/md_rand.o" =>
+ [
+ "crypto/rand/md_rand.c",
+ ],
+ "crypto/rand/rand_egd.o" =>
+ [
+ "crypto/rand/rand_egd.c",
+ ],
+ "crypto/rand/rand_err.o" =>
+ [
+ "crypto/rand/rand_err.c",
+ ],
+ "crypto/rand/rand_lib.o" =>
+ [
+ "crypto/rand/rand_lib.c",
+ ],
+ "crypto/rand/rand_unix.o" =>
+ [
+ "crypto/rand/rand_unix.c",
+ ],
+ "crypto/rand/rand_vms.o" =>
+ [
+ "crypto/rand/rand_vms.c",
+ ],
+ "crypto/rand/rand_win.o" =>
+ [
+ "crypto/rand/rand_win.c",
+ ],
+ "crypto/rand/randfile.o" =>
+ [
+ "crypto/rand/randfile.c",
+ ],
+ "crypto/rc2/rc2_cbc.o" =>
+ [
+ "crypto/rc2/rc2_cbc.c",
+ ],
+ "crypto/rc2/rc2_ecb.o" =>
+ [
+ "crypto/rc2/rc2_ecb.c",
+ ],
+ "crypto/rc2/rc2_skey.o" =>
+ [
+ "crypto/rc2/rc2_skey.c",
+ ],
+ "crypto/rc2/rc2cfb64.o" =>
+ [
+ "crypto/rc2/rc2cfb64.c",
+ ],
+ "crypto/rc2/rc2ofb64.o" =>
+ [
+ "crypto/rc2/rc2ofb64.c",
+ ],
+ "crypto/rc4/rc4_enc.o" =>
+ [
+ "crypto/rc4/rc4_enc.c",
+ ],
+ "crypto/rc4/rc4_skey.o" =>
+ [
+ "crypto/rc4/rc4_skey.c",
+ ],
+ "crypto/ripemd/rmd_dgst.o" =>
+ [
+ "crypto/ripemd/rmd_dgst.c",
+ ],
+ "crypto/ripemd/rmd_one.o" =>
+ [
+ "crypto/ripemd/rmd_one.c",
+ ],
+ "crypto/rsa/rsa_ameth.o" =>
+ [
+ "crypto/rsa/rsa_ameth.c",
+ ],
+ "crypto/rsa/rsa_asn1.o" =>
+ [
+ "crypto/rsa/rsa_asn1.c",
+ ],
+ "crypto/rsa/rsa_chk.o" =>
+ [
+ "crypto/rsa/rsa_chk.c",
+ ],
+ "crypto/rsa/rsa_crpt.o" =>
+ [
+ "crypto/rsa/rsa_crpt.c",
+ ],
+ "crypto/rsa/rsa_depr.o" =>
+ [
+ "crypto/rsa/rsa_depr.c",
+ ],
+ "crypto/rsa/rsa_err.o" =>
+ [
+ "crypto/rsa/rsa_err.c",
+ ],
+ "crypto/rsa/rsa_gen.o" =>
+ [
+ "crypto/rsa/rsa_gen.c",
+ ],
+ "crypto/rsa/rsa_lib.o" =>
+ [
+ "crypto/rsa/rsa_lib.c",
+ ],
+ "crypto/rsa/rsa_meth.o" =>
+ [
+ "crypto/rsa/rsa_meth.c",
+ ],
+ "crypto/rsa/rsa_none.o" =>
+ [
+ "crypto/rsa/rsa_none.c",
+ ],
+ "crypto/rsa/rsa_null.o" =>
+ [
+ "crypto/rsa/rsa_null.c",
+ ],
+ "crypto/rsa/rsa_oaep.o" =>
+ [
+ "crypto/rsa/rsa_oaep.c",
+ ],
+ "crypto/rsa/rsa_ossl.o" =>
+ [
+ "crypto/rsa/rsa_ossl.c",
+ ],
+ "crypto/rsa/rsa_pk1.o" =>
+ [
+ "crypto/rsa/rsa_pk1.c",
+ ],
+ "crypto/rsa/rsa_pmeth.o" =>
+ [
+ "crypto/rsa/rsa_pmeth.c",
+ ],
+ "crypto/rsa/rsa_prn.o" =>
+ [
+ "crypto/rsa/rsa_prn.c",
+ ],
+ "crypto/rsa/rsa_pss.o" =>
+ [
+ "crypto/rsa/rsa_pss.c",
+ ],
+ "crypto/rsa/rsa_saos.o" =>
+ [
+ "crypto/rsa/rsa_saos.c",
+ ],
+ "crypto/rsa/rsa_sign.o" =>
+ [
+ "crypto/rsa/rsa_sign.c",
+ ],
+ "crypto/rsa/rsa_ssl.o" =>
+ [
+ "crypto/rsa/rsa_ssl.c",
+ ],
+ "crypto/rsa/rsa_x931.o" =>
+ [
+ "crypto/rsa/rsa_x931.c",
+ ],
+ "crypto/rsa/rsa_x931g.o" =>
+ [
+ "crypto/rsa/rsa_x931g.c",
+ ],
+ "crypto/seed/seed.o" =>
+ [
+ "crypto/seed/seed.c",
+ ],
+ "crypto/seed/seed_cbc.o" =>
+ [
+ "crypto/seed/seed_cbc.c",
+ ],
+ "crypto/seed/seed_cfb.o" =>
+ [
+ "crypto/seed/seed_cfb.c",
+ ],
+ "crypto/seed/seed_ecb.o" =>
+ [
+ "crypto/seed/seed_ecb.c",
+ ],
+ "crypto/seed/seed_ofb.o" =>
+ [
+ "crypto/seed/seed_ofb.c",
+ ],
+ "crypto/sha/sha1-ppc.o" =>
+ [
+ "crypto/sha/sha1-ppc.s",
+ ],
+ "crypto/sha/sha1_one.o" =>
+ [
+ "crypto/sha/sha1_one.c",
+ ],
+ "crypto/sha/sha1dgst.o" =>
+ [
+ "crypto/sha/sha1dgst.c",
+ ],
+ "crypto/sha/sha256-ppc.o" =>
+ [
+ "crypto/sha/sha256-ppc.s",
+ ],
+ "crypto/sha/sha256.o" =>
+ [
+ "crypto/sha/sha256.c",
+ ],
+ "crypto/sha/sha256p8-ppc.o" =>
+ [
+ "crypto/sha/sha256p8-ppc.s",
+ ],
+ "crypto/sha/sha512-ppc.o" =>
+ [
+ "crypto/sha/sha512-ppc.s",
+ ],
+ "crypto/sha/sha512.o" =>
+ [
+ "crypto/sha/sha512.c",
+ ],
+ "crypto/sha/sha512p8-ppc.o" =>
+ [
+ "crypto/sha/sha512p8-ppc.s",
+ ],
+ "crypto/srp/srp_lib.o" =>
+ [
+ "crypto/srp/srp_lib.c",
+ ],
+ "crypto/srp/srp_vfy.o" =>
+ [
+ "crypto/srp/srp_vfy.c",
+ ],
+ "crypto/stack/stack.o" =>
+ [
+ "crypto/stack/stack.c",
+ ],
+ "crypto/threads_none.o" =>
+ [
+ "crypto/threads_none.c",
+ ],
+ "crypto/threads_pthread.o" =>
+ [
+ "crypto/threads_pthread.c",
+ ],
+ "crypto/threads_win.o" =>
+ [
+ "crypto/threads_win.c",
+ ],
+ "crypto/ts/ts_asn1.o" =>
+ [
+ "crypto/ts/ts_asn1.c",
+ ],
+ "crypto/ts/ts_conf.o" =>
+ [
+ "crypto/ts/ts_conf.c",
+ ],
+ "crypto/ts/ts_err.o" =>
+ [
+ "crypto/ts/ts_err.c",
+ ],
+ "crypto/ts/ts_lib.o" =>
+ [
+ "crypto/ts/ts_lib.c",
+ ],
+ "crypto/ts/ts_req_print.o" =>
+ [
+ "crypto/ts/ts_req_print.c",
+ ],
+ "crypto/ts/ts_req_utils.o" =>
+ [
+ "crypto/ts/ts_req_utils.c",
+ ],
+ "crypto/ts/ts_rsp_print.o" =>
+ [
+ "crypto/ts/ts_rsp_print.c",
+ ],
+ "crypto/ts/ts_rsp_sign.o" =>
+ [
+ "crypto/ts/ts_rsp_sign.c",
+ ],
+ "crypto/ts/ts_rsp_utils.o" =>
+ [
+ "crypto/ts/ts_rsp_utils.c",
+ ],
+ "crypto/ts/ts_rsp_verify.o" =>
+ [
+ "crypto/ts/ts_rsp_verify.c",
+ ],
+ "crypto/ts/ts_verify_ctx.o" =>
+ [
+ "crypto/ts/ts_verify_ctx.c",
+ ],
+ "crypto/txt_db/txt_db.o" =>
+ [
+ "crypto/txt_db/txt_db.c",
+ ],
+ "crypto/ui/ui_err.o" =>
+ [
+ "crypto/ui/ui_err.c",
+ ],
+ "crypto/ui/ui_lib.o" =>
+ [
+ "crypto/ui/ui_lib.c",
+ ],
+ "crypto/ui/ui_openssl.o" =>
+ [
+ "crypto/ui/ui_openssl.c",
+ ],
+ "crypto/ui/ui_util.o" =>
+ [
+ "crypto/ui/ui_util.c",
+ ],
+ "crypto/uid.o" =>
+ [
+ "crypto/uid.c",
+ ],
+ "crypto/whrlpool/wp_block.o" =>
+ [
+ "crypto/whrlpool/wp_block.c",
+ ],
+ "crypto/whrlpool/wp_dgst.o" =>
+ [
+ "crypto/whrlpool/wp_dgst.c",
+ ],
+ "crypto/x509/by_dir.o" =>
+ [
+ "crypto/x509/by_dir.c",
+ ],
+ "crypto/x509/by_file.o" =>
+ [
+ "crypto/x509/by_file.c",
+ ],
+ "crypto/x509/t_crl.o" =>
+ [
+ "crypto/x509/t_crl.c",
+ ],
+ "crypto/x509/t_req.o" =>
+ [
+ "crypto/x509/t_req.c",
+ ],
+ "crypto/x509/t_x509.o" =>
+ [
+ "crypto/x509/t_x509.c",
+ ],
+ "crypto/x509/x509_att.o" =>
+ [
+ "crypto/x509/x509_att.c",
+ ],
+ "crypto/x509/x509_cmp.o" =>
+ [
+ "crypto/x509/x509_cmp.c",
+ ],
+ "crypto/x509/x509_d2.o" =>
+ [
+ "crypto/x509/x509_d2.c",
+ ],
+ "crypto/x509/x509_def.o" =>
+ [
+ "crypto/x509/x509_def.c",
+ ],
+ "crypto/x509/x509_err.o" =>
+ [
+ "crypto/x509/x509_err.c",
+ ],
+ "crypto/x509/x509_ext.o" =>
+ [
+ "crypto/x509/x509_ext.c",
+ ],
+ "crypto/x509/x509_lu.o" =>
+ [
+ "crypto/x509/x509_lu.c",
+ ],
+ "crypto/x509/x509_obj.o" =>
+ [
+ "crypto/x509/x509_obj.c",
+ ],
+ "crypto/x509/x509_r2x.o" =>
+ [
+ "crypto/x509/x509_r2x.c",
+ ],
+ "crypto/x509/x509_req.o" =>
+ [
+ "crypto/x509/x509_req.c",
+ ],
+ "crypto/x509/x509_set.o" =>
+ [
+ "crypto/x509/x509_set.c",
+ ],
+ "crypto/x509/x509_trs.o" =>
+ [
+ "crypto/x509/x509_trs.c",
+ ],
+ "crypto/x509/x509_txt.o" =>
+ [
+ "crypto/x509/x509_txt.c",
+ ],
+ "crypto/x509/x509_v3.o" =>
+ [
+ "crypto/x509/x509_v3.c",
+ ],
+ "crypto/x509/x509_vfy.o" =>
+ [
+ "crypto/x509/x509_vfy.c",
+ ],
+ "crypto/x509/x509_vpm.o" =>
+ [
+ "crypto/x509/x509_vpm.c",
+ ],
+ "crypto/x509/x509cset.o" =>
+ [
+ "crypto/x509/x509cset.c",
+ ],
+ "crypto/x509/x509name.o" =>
+ [
+ "crypto/x509/x509name.c",
+ ],
+ "crypto/x509/x509rset.o" =>
+ [
+ "crypto/x509/x509rset.c",
+ ],
+ "crypto/x509/x509spki.o" =>
+ [
+ "crypto/x509/x509spki.c",
+ ],
+ "crypto/x509/x509type.o" =>
+ [
+ "crypto/x509/x509type.c",
+ ],
+ "crypto/x509/x_all.o" =>
+ [
+ "crypto/x509/x_all.c",
+ ],
+ "crypto/x509/x_attrib.o" =>
+ [
+ "crypto/x509/x_attrib.c",
+ ],
+ "crypto/x509/x_crl.o" =>
+ [
+ "crypto/x509/x_crl.c",
+ ],
+ "crypto/x509/x_exten.o" =>
+ [
+ "crypto/x509/x_exten.c",
+ ],
+ "crypto/x509/x_name.o" =>
+ [
+ "crypto/x509/x_name.c",
+ ],
+ "crypto/x509/x_pubkey.o" =>
+ [
+ "crypto/x509/x_pubkey.c",
+ ],
+ "crypto/x509/x_req.o" =>
+ [
+ "crypto/x509/x_req.c",
+ ],
+ "crypto/x509/x_x509.o" =>
+ [
+ "crypto/x509/x_x509.c",
+ ],
+ "crypto/x509/x_x509a.o" =>
+ [
+ "crypto/x509/x_x509a.c",
+ ],
+ "crypto/x509v3/pcy_cache.o" =>
+ [
+ "crypto/x509v3/pcy_cache.c",
+ ],
+ "crypto/x509v3/pcy_data.o" =>
+ [
+ "crypto/x509v3/pcy_data.c",
+ ],
+ "crypto/x509v3/pcy_lib.o" =>
+ [
+ "crypto/x509v3/pcy_lib.c",
+ ],
+ "crypto/x509v3/pcy_map.o" =>
+ [
+ "crypto/x509v3/pcy_map.c",
+ ],
+ "crypto/x509v3/pcy_node.o" =>
+ [
+ "crypto/x509v3/pcy_node.c",
+ ],
+ "crypto/x509v3/pcy_tree.o" =>
+ [
+ "crypto/x509v3/pcy_tree.c",
+ ],
+ "crypto/x509v3/v3_addr.o" =>
+ [
+ "crypto/x509v3/v3_addr.c",
+ ],
+ "crypto/x509v3/v3_akey.o" =>
+ [
+ "crypto/x509v3/v3_akey.c",
+ ],
+ "crypto/x509v3/v3_akeya.o" =>
+ [
+ "crypto/x509v3/v3_akeya.c",
+ ],
+ "crypto/x509v3/v3_alt.o" =>
+ [
+ "crypto/x509v3/v3_alt.c",
+ ],
+ "crypto/x509v3/v3_asid.o" =>
+ [
+ "crypto/x509v3/v3_asid.c",
+ ],
+ "crypto/x509v3/v3_bcons.o" =>
+ [
+ "crypto/x509v3/v3_bcons.c",
+ ],
+ "crypto/x509v3/v3_bitst.o" =>
+ [
+ "crypto/x509v3/v3_bitst.c",
+ ],
+ "crypto/x509v3/v3_conf.o" =>
+ [
+ "crypto/x509v3/v3_conf.c",
+ ],
+ "crypto/x509v3/v3_cpols.o" =>
+ [
+ "crypto/x509v3/v3_cpols.c",
+ ],
+ "crypto/x509v3/v3_crld.o" =>
+ [
+ "crypto/x509v3/v3_crld.c",
+ ],
+ "crypto/x509v3/v3_enum.o" =>
+ [
+ "crypto/x509v3/v3_enum.c",
+ ],
+ "crypto/x509v3/v3_extku.o" =>
+ [
+ "crypto/x509v3/v3_extku.c",
+ ],
+ "crypto/x509v3/v3_genn.o" =>
+ [
+ "crypto/x509v3/v3_genn.c",
+ ],
+ "crypto/x509v3/v3_ia5.o" =>
+ [
+ "crypto/x509v3/v3_ia5.c",
+ ],
+ "crypto/x509v3/v3_info.o" =>
+ [
+ "crypto/x509v3/v3_info.c",
+ ],
+ "crypto/x509v3/v3_int.o" =>
+ [
+ "crypto/x509v3/v3_int.c",
+ ],
+ "crypto/x509v3/v3_lib.o" =>
+ [
+ "crypto/x509v3/v3_lib.c",
+ ],
+ "crypto/x509v3/v3_ncons.o" =>
+ [
+ "crypto/x509v3/v3_ncons.c",
+ ],
+ "crypto/x509v3/v3_pci.o" =>
+ [
+ "crypto/x509v3/v3_pci.c",
+ ],
+ "crypto/x509v3/v3_pcia.o" =>
+ [
+ "crypto/x509v3/v3_pcia.c",
+ ],
+ "crypto/x509v3/v3_pcons.o" =>
+ [
+ "crypto/x509v3/v3_pcons.c",
+ ],
+ "crypto/x509v3/v3_pku.o" =>
+ [
+ "crypto/x509v3/v3_pku.c",
+ ],
+ "crypto/x509v3/v3_pmaps.o" =>
+ [
+ "crypto/x509v3/v3_pmaps.c",
+ ],
+ "crypto/x509v3/v3_prn.o" =>
+ [
+ "crypto/x509v3/v3_prn.c",
+ ],
+ "crypto/x509v3/v3_purp.o" =>
+ [
+ "crypto/x509v3/v3_purp.c",
+ ],
+ "crypto/x509v3/v3_skey.o" =>
+ [
+ "crypto/x509v3/v3_skey.c",
+ ],
+ "crypto/x509v3/v3_sxnet.o" =>
+ [
+ "crypto/x509v3/v3_sxnet.c",
+ ],
+ "crypto/x509v3/v3_tlsf.o" =>
+ [
+ "crypto/x509v3/v3_tlsf.c",
+ ],
+ "crypto/x509v3/v3_utl.o" =>
+ [
+ "crypto/x509v3/v3_utl.c",
+ ],
+ "crypto/x509v3/v3err.o" =>
+ [
+ "crypto/x509v3/v3err.c",
+ ],
+ "engines/e_capi.o" =>
+ [
+ "engines/e_capi.c",
+ ],
+ "engines/e_padlock.o" =>
+ [
+ "engines/e_padlock.c",
+ ],
+ "fuzz/asn1-test" =>
+ [
+ "fuzz/asn1.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/asn1.o" =>
+ [
+ "fuzz/asn1.c",
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ "fuzz/asn1parse.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/asn1parse.o" =>
+ [
+ "fuzz/asn1parse.c",
+ ],
+ "fuzz/bignum-test" =>
+ [
+ "fuzz/bignum.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/bignum.o" =>
+ [
+ "fuzz/bignum.c",
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ "fuzz/bndiv.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/bndiv.o" =>
+ [
+ "fuzz/bndiv.c",
+ ],
+ "fuzz/cms-test" =>
+ [
+ "fuzz/cms.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/cms.o" =>
+ [
+ "fuzz/cms.c",
+ ],
+ "fuzz/conf-test" =>
+ [
+ "fuzz/conf.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/conf.o" =>
+ [
+ "fuzz/conf.c",
+ ],
+ "fuzz/crl-test" =>
+ [
+ "fuzz/crl.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/crl.o" =>
+ [
+ "fuzz/crl.c",
+ ],
+ "fuzz/ct-test" =>
+ [
+ "fuzz/ct.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/ct.o" =>
+ [
+ "fuzz/ct.c",
+ ],
+ "fuzz/server-test" =>
+ [
+ "fuzz/server.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/server.o" =>
+ [
+ "fuzz/server.c",
+ ],
+ "fuzz/test-corpus.o" =>
+ [
+ "fuzz/test-corpus.c",
+ ],
+ "fuzz/x509-test" =>
+ [
+ "fuzz/test-corpus.o",
+ "fuzz/x509.o",
+ ],
+ "fuzz/x509.o" =>
+ [
+ "fuzz/x509.c",
+ ],
+ "libcrypto" =>
+ [
+ "crypto/aes/aes-ppc.o",
+ "crypto/aes/aes_cbc.o",
+ "crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
+ "crypto/aes/aes_ecb.o",
+ "crypto/aes/aes_ige.o",
+ "crypto/aes/aes_misc.o",
+ "crypto/aes/aes_ofb.o",
+ "crypto/aes/aes_wrap.o",
+ "crypto/aes/aesp8-ppc.o",
+ "crypto/aes/vpaes-ppc.o",
+ "crypto/asn1/a_bitstr.o",
+ "crypto/asn1/a_d2i_fp.o",
+ "crypto/asn1/a_digest.o",
+ "crypto/asn1/a_dup.o",
+ "crypto/asn1/a_gentm.o",
+ "crypto/asn1/a_i2d_fp.o",
+ "crypto/asn1/a_int.o",
+ "crypto/asn1/a_mbstr.o",
+ "crypto/asn1/a_object.o",
+ "crypto/asn1/a_octet.o",
+ "crypto/asn1/a_print.o",
+ "crypto/asn1/a_sign.o",
+ "crypto/asn1/a_strex.o",
+ "crypto/asn1/a_strnid.o",
+ "crypto/asn1/a_time.o",
+ "crypto/asn1/a_type.o",
+ "crypto/asn1/a_utctm.o",
+ "crypto/asn1/a_utf8.o",
+ "crypto/asn1/a_verify.o",
+ "crypto/asn1/ameth_lib.o",
+ "crypto/asn1/asn1_err.o",
+ "crypto/asn1/asn1_gen.o",
+ "crypto/asn1/asn1_lib.o",
+ "crypto/asn1/asn1_par.o",
+ "crypto/asn1/asn_mime.o",
+ "crypto/asn1/asn_moid.o",
+ "crypto/asn1/asn_mstbl.o",
+ "crypto/asn1/asn_pack.o",
+ "crypto/asn1/bio_asn1.o",
+ "crypto/asn1/bio_ndef.o",
+ "crypto/asn1/d2i_pr.o",
+ "crypto/asn1/d2i_pu.o",
+ "crypto/asn1/evp_asn1.o",
+ "crypto/asn1/f_int.o",
+ "crypto/asn1/f_string.o",
+ "crypto/asn1/i2d_pr.o",
+ "crypto/asn1/i2d_pu.o",
+ "crypto/asn1/n_pkey.o",
+ "crypto/asn1/nsseq.o",
+ "crypto/asn1/p5_pbe.o",
+ "crypto/asn1/p5_pbev2.o",
+ "crypto/asn1/p5_scrypt.o",
+ "crypto/asn1/p8_pkey.o",
+ "crypto/asn1/t_bitst.o",
+ "crypto/asn1/t_pkey.o",
+ "crypto/asn1/t_spki.o",
+ "crypto/asn1/tasn_dec.o",
+ "crypto/asn1/tasn_enc.o",
+ "crypto/asn1/tasn_fre.o",
+ "crypto/asn1/tasn_new.o",
+ "crypto/asn1/tasn_prn.o",
+ "crypto/asn1/tasn_scn.o",
+ "crypto/asn1/tasn_typ.o",
+ "crypto/asn1/tasn_utl.o",
+ "crypto/asn1/x_algor.o",
+ "crypto/asn1/x_bignum.o",
+ "crypto/asn1/x_info.o",
+ "crypto/asn1/x_int64.o",
+ "crypto/asn1/x_long.o",
+ "crypto/asn1/x_pkey.o",
+ "crypto/asn1/x_sig.o",
+ "crypto/asn1/x_spki.o",
+ "crypto/asn1/x_val.o",
+ "crypto/async/arch/async_null.o",
+ "crypto/async/arch/async_posix.o",
+ "crypto/async/arch/async_win.o",
+ "crypto/async/async.o",
+ "crypto/async/async_err.o",
+ "crypto/async/async_wait.o",
+ "crypto/bf/bf_cfb64.o",
+ "crypto/bf/bf_ecb.o",
+ "crypto/bf/bf_enc.o",
+ "crypto/bf/bf_ofb64.o",
+ "crypto/bf/bf_skey.o",
+ "crypto/bio/b_addr.o",
+ "crypto/bio/b_dump.o",
+ "crypto/bio/b_print.o",
+ "crypto/bio/b_sock.o",
+ "crypto/bio/b_sock2.o",
+ "crypto/bio/bf_buff.o",
+ "crypto/bio/bf_lbuf.o",
+ "crypto/bio/bf_nbio.o",
+ "crypto/bio/bf_null.o",
+ "crypto/bio/bio_cb.o",
+ "crypto/bio/bio_err.o",
+ "crypto/bio/bio_lib.o",
+ "crypto/bio/bio_meth.o",
+ "crypto/bio/bss_acpt.o",
+ "crypto/bio/bss_bio.o",
+ "crypto/bio/bss_conn.o",
+ "crypto/bio/bss_dgram.o",
+ "crypto/bio/bss_fd.o",
+ "crypto/bio/bss_file.o",
+ "crypto/bio/bss_log.o",
+ "crypto/bio/bss_mem.o",
+ "crypto/bio/bss_null.o",
+ "crypto/bio/bss_sock.o",
+ "crypto/blake2/blake2b.o",
+ "crypto/blake2/blake2s.o",
+ "crypto/blake2/m_blake2b.o",
+ "crypto/blake2/m_blake2s.o",
+ "crypto/bn/bn-ppc.o",
+ "crypto/bn/bn_add.o",
+ "crypto/bn/bn_blind.o",
+ "crypto/bn/bn_const.o",
+ "crypto/bn/bn_ctx.o",
+ "crypto/bn/bn_depr.o",
+ "crypto/bn/bn_dh.o",
+ "crypto/bn/bn_div.o",
+ "crypto/bn/bn_err.o",
+ "crypto/bn/bn_exp.o",
+ "crypto/bn/bn_exp2.o",
+ "crypto/bn/bn_gcd.o",
+ "crypto/bn/bn_gf2m.o",
+ "crypto/bn/bn_intern.o",
+ "crypto/bn/bn_kron.o",
+ "crypto/bn/bn_lib.o",
+ "crypto/bn/bn_mod.o",
+ "crypto/bn/bn_mont.o",
+ "crypto/bn/bn_mpi.o",
+ "crypto/bn/bn_mul.o",
+ "crypto/bn/bn_nist.o",
+ "crypto/bn/bn_prime.o",
+ "crypto/bn/bn_print.o",
+ "crypto/bn/bn_rand.o",
+ "crypto/bn/bn_recp.o",
+ "crypto/bn/bn_shift.o",
+ "crypto/bn/bn_sqr.o",
+ "crypto/bn/bn_sqrt.o",
+ "crypto/bn/bn_srp.o",
+ "crypto/bn/bn_word.o",
+ "crypto/bn/bn_x931p.o",
+ "crypto/bn/ppc-mont.o",
+ "crypto/bn/ppc64-mont.o",
+ "crypto/buffer/buf_err.o",
+ "crypto/buffer/buffer.o",
+ "crypto/camellia/camellia.o",
+ "crypto/camellia/cmll_cbc.o",
+ "crypto/camellia/cmll_cfb.o",
+ "crypto/camellia/cmll_ctr.o",
+ "crypto/camellia/cmll_ecb.o",
+ "crypto/camellia/cmll_misc.o",
+ "crypto/camellia/cmll_ofb.o",
+ "crypto/cast/c_cfb64.o",
+ "crypto/cast/c_ecb.o",
+ "crypto/cast/c_enc.o",
+ "crypto/cast/c_ofb64.o",
+ "crypto/cast/c_skey.o",
+ "crypto/chacha/chacha-ppc.o",
+ "crypto/cmac/cm_ameth.o",
+ "crypto/cmac/cm_pmeth.o",
+ "crypto/cmac/cmac.o",
+ "crypto/cms/cms_asn1.o",
+ "crypto/cms/cms_att.o",
+ "crypto/cms/cms_cd.o",
+ "crypto/cms/cms_dd.o",
+ "crypto/cms/cms_enc.o",
+ "crypto/cms/cms_env.o",
+ "crypto/cms/cms_err.o",
+ "crypto/cms/cms_ess.o",
+ "crypto/cms/cms_io.o",
+ "crypto/cms/cms_kari.o",
+ "crypto/cms/cms_lib.o",
+ "crypto/cms/cms_pwri.o",
+ "crypto/cms/cms_sd.o",
+ "crypto/cms/cms_smime.o",
+ "crypto/conf/conf_api.o",
+ "crypto/conf/conf_def.o",
+ "crypto/conf/conf_err.o",
+ "crypto/conf/conf_lib.o",
+ "crypto/conf/conf_mall.o",
+ "crypto/conf/conf_mod.o",
+ "crypto/conf/conf_sap.o",
+ "crypto/cpt_err.o",
+ "crypto/cryptlib.o",
+ "crypto/ct/ct_b64.o",
+ "crypto/ct/ct_err.o",
+ "crypto/ct/ct_log.o",
+ "crypto/ct/ct_oct.o",
+ "crypto/ct/ct_policy.o",
+ "crypto/ct/ct_prn.o",
+ "crypto/ct/ct_sct.o",
+ "crypto/ct/ct_sct_ctx.o",
+ "crypto/ct/ct_vfy.o",
+ "crypto/ct/ct_x509v3.o",
+ "crypto/cversion.o",
+ "crypto/des/cbc_cksm.o",
+ "crypto/des/cbc_enc.o",
+ "crypto/des/cfb64ede.o",
+ "crypto/des/cfb64enc.o",
+ "crypto/des/cfb_enc.o",
+ "crypto/des/des_enc.o",
+ "crypto/des/ecb3_enc.o",
+ "crypto/des/ecb_enc.o",
+ "crypto/des/fcrypt.o",
+ "crypto/des/fcrypt_b.o",
+ "crypto/des/ofb64ede.o",
+ "crypto/des/ofb64enc.o",
+ "crypto/des/ofb_enc.o",
+ "crypto/des/pcbc_enc.o",
+ "crypto/des/qud_cksm.o",
+ "crypto/des/rand_key.o",
+ "crypto/des/rpc_enc.o",
+ "crypto/des/set_key.o",
+ "crypto/des/str2key.o",
+ "crypto/des/xcbc_enc.o",
+ "crypto/dh/dh_ameth.o",
+ "crypto/dh/dh_asn1.o",
+ "crypto/dh/dh_check.o",
+ "crypto/dh/dh_depr.o",
+ "crypto/dh/dh_err.o",
+ "crypto/dh/dh_gen.o",
+ "crypto/dh/dh_kdf.o",
+ "crypto/dh/dh_key.o",
+ "crypto/dh/dh_lib.o",
+ "crypto/dh/dh_meth.o",
+ "crypto/dh/dh_pmeth.o",
+ "crypto/dh/dh_prn.o",
+ "crypto/dh/dh_rfc5114.o",
+ "crypto/dsa/dsa_ameth.o",
+ "crypto/dsa/dsa_asn1.o",
+ "crypto/dsa/dsa_depr.o",
+ "crypto/dsa/dsa_err.o",
+ "crypto/dsa/dsa_gen.o",
+ "crypto/dsa/dsa_key.o",
+ "crypto/dsa/dsa_lib.o",
+ "crypto/dsa/dsa_meth.o",
+ "crypto/dsa/dsa_ossl.o",
+ "crypto/dsa/dsa_pmeth.o",
+ "crypto/dsa/dsa_prn.o",
+ "crypto/dsa/dsa_sign.o",
+ "crypto/dsa/dsa_vrf.o",
+ "crypto/dso/dso_dl.o",
+ "crypto/dso/dso_dlfcn.o",
+ "crypto/dso/dso_err.o",
+ "crypto/dso/dso_lib.o",
+ "crypto/dso/dso_openssl.o",
+ "crypto/dso/dso_vms.o",
+ "crypto/dso/dso_win32.o",
+ "crypto/ebcdic.o",
+ "crypto/ec/curve25519.o",
+ "crypto/ec/ec2_mult.o",
+ "crypto/ec/ec2_oct.o",
+ "crypto/ec/ec2_smpl.o",
+ "crypto/ec/ec_ameth.o",
+ "crypto/ec/ec_asn1.o",
+ "crypto/ec/ec_check.o",
+ "crypto/ec/ec_curve.o",
+ "crypto/ec/ec_cvt.o",
+ "crypto/ec/ec_err.o",
+ "crypto/ec/ec_key.o",
+ "crypto/ec/ec_kmeth.o",
+ "crypto/ec/ec_lib.o",
+ "crypto/ec/ec_mult.o",
+ "crypto/ec/ec_oct.o",
+ "crypto/ec/ec_pmeth.o",
+ "crypto/ec/ec_print.o",
+ "crypto/ec/ecdh_kdf.o",
+ "crypto/ec/ecdh_ossl.o",
+ "crypto/ec/ecdsa_ossl.o",
+ "crypto/ec/ecdsa_sign.o",
+ "crypto/ec/ecdsa_vrf.o",
+ "crypto/ec/eck_prn.o",
+ "crypto/ec/ecp_mont.o",
+ "crypto/ec/ecp_nist.o",
+ "crypto/ec/ecp_nistp224.o",
+ "crypto/ec/ecp_nistp256.o",
+ "crypto/ec/ecp_nistp521.o",
+ "crypto/ec/ecp_nistputil.o",
+ "crypto/ec/ecp_oct.o",
+ "crypto/ec/ecp_smpl.o",
+ "crypto/ec/ecx_meth.o",
+ "crypto/engine/eng_all.o",
+ "crypto/engine/eng_cnf.o",
+ "crypto/engine/eng_cryptodev.o",
+ "crypto/engine/eng_ctrl.o",
+ "crypto/engine/eng_dyn.o",
+ "crypto/engine/eng_err.o",
+ "crypto/engine/eng_fat.o",
+ "crypto/engine/eng_init.o",
+ "crypto/engine/eng_lib.o",
+ "crypto/engine/eng_list.o",
+ "crypto/engine/eng_openssl.o",
+ "crypto/engine/eng_pkey.o",
+ "crypto/engine/eng_rdrand.o",
+ "crypto/engine/eng_table.o",
+ "crypto/engine/tb_asnmth.o",
+ "crypto/engine/tb_cipher.o",
+ "crypto/engine/tb_dh.o",
+ "crypto/engine/tb_digest.o",
+ "crypto/engine/tb_dsa.o",
+ "crypto/engine/tb_eckey.o",
+ "crypto/engine/tb_pkmeth.o",
+ "crypto/engine/tb_rand.o",
+ "crypto/engine/tb_rsa.o",
+ "crypto/err/err.o",
+ "crypto/err/err_all.o",
+ "crypto/err/err_prn.o",
+ "crypto/evp/bio_b64.o",
+ "crypto/evp/bio_enc.o",
+ "crypto/evp/bio_md.o",
+ "crypto/evp/bio_ok.o",
+ "crypto/evp/c_allc.o",
+ "crypto/evp/c_alld.o",
+ "crypto/evp/cmeth_lib.o",
+ "crypto/evp/digest.o",
+ "crypto/evp/e_aes.o",
+ "crypto/evp/e_aes_cbc_hmac_sha1.o",
+ "crypto/evp/e_aes_cbc_hmac_sha256.o",
+ "crypto/evp/e_bf.o",
+ "crypto/evp/e_camellia.o",
+ "crypto/evp/e_cast.o",
+ "crypto/evp/e_chacha20_poly1305.o",
+ "crypto/evp/e_des.o",
+ "crypto/evp/e_des3.o",
+ "crypto/evp/e_idea.o",
+ "crypto/evp/e_null.o",
+ "crypto/evp/e_old.o",
+ "crypto/evp/e_rc2.o",
+ "crypto/evp/e_rc4.o",
+ "crypto/evp/e_rc4_hmac_md5.o",
+ "crypto/evp/e_rc5.o",
+ "crypto/evp/e_seed.o",
+ "crypto/evp/e_xcbc_d.o",
+ "crypto/evp/encode.o",
+ "crypto/evp/evp_cnf.o",
+ "crypto/evp/evp_enc.o",
+ "crypto/evp/evp_err.o",
+ "crypto/evp/evp_key.o",
+ "crypto/evp/evp_lib.o",
+ "crypto/evp/evp_pbe.o",
+ "crypto/evp/evp_pkey.o",
+ "crypto/evp/m_md2.o",
+ "crypto/evp/m_md4.o",
+ "crypto/evp/m_md5.o",
+ "crypto/evp/m_md5_sha1.o",
+ "crypto/evp/m_mdc2.o",
+ "crypto/evp/m_null.o",
+ "crypto/evp/m_ripemd.o",
+ "crypto/evp/m_sha1.o",
+ "crypto/evp/m_sigver.o",
+ "crypto/evp/m_wp.o",
+ "crypto/evp/names.o",
+ "crypto/evp/p5_crpt.o",
+ "crypto/evp/p5_crpt2.o",
+ "crypto/evp/p_dec.o",
+ "crypto/evp/p_enc.o",
+ "crypto/evp/p_lib.o",
+ "crypto/evp/p_open.o",
+ "crypto/evp/p_seal.o",
+ "crypto/evp/p_sign.o",
+ "crypto/evp/p_verify.o",
+ "crypto/evp/pmeth_fn.o",
+ "crypto/evp/pmeth_gn.o",
+ "crypto/evp/pmeth_lib.o",
+ "crypto/evp/scrypt.o",
+ "crypto/ex_data.o",
+ "crypto/hmac/hm_ameth.o",
+ "crypto/hmac/hm_pmeth.o",
+ "crypto/hmac/hmac.o",
+ "crypto/idea/i_cbc.o",
+ "crypto/idea/i_cfb64.o",
+ "crypto/idea/i_ecb.o",
+ "crypto/idea/i_ofb64.o",
+ "crypto/idea/i_skey.o",
+ "crypto/init.o",
+ "crypto/kdf/hkdf.o",
+ "crypto/kdf/kdf_err.o",
+ "crypto/kdf/tls1_prf.o",
+ "crypto/lhash/lh_stats.o",
+ "crypto/lhash/lhash.o",
+ "crypto/md4/md4_dgst.o",
+ "crypto/md4/md4_one.o",
+ "crypto/md5/md5_dgst.o",
+ "crypto/md5/md5_one.o",
+ "crypto/mdc2/mdc2_one.o",
+ "crypto/mdc2/mdc2dgst.o",
+ "crypto/mem.o",
+ "crypto/mem_dbg.o",
+ "crypto/mem_sec.o",
+ "crypto/modes/cbc128.o",
+ "crypto/modes/ccm128.o",
+ "crypto/modes/cfb128.o",
+ "crypto/modes/ctr128.o",
+ "crypto/modes/cts128.o",
+ "crypto/modes/gcm128.o",
+ "crypto/modes/ghashp8-ppc.o",
+ "crypto/modes/ocb128.o",
+ "crypto/modes/ofb128.o",
+ "crypto/modes/wrap128.o",
+ "crypto/modes/xts128.o",
+ "crypto/o_dir.o",
+ "crypto/o_fips.o",
+ "crypto/o_fopen.o",
+ "crypto/o_init.o",
+ "crypto/o_str.o",
+ "crypto/o_time.o",
+ "crypto/objects/o_names.o",
+ "crypto/objects/obj_dat.o",
+ "crypto/objects/obj_err.o",
+ "crypto/objects/obj_lib.o",
+ "crypto/objects/obj_xref.o",
+ "crypto/ocsp/ocsp_asn.o",
+ "crypto/ocsp/ocsp_cl.o",
+ "crypto/ocsp/ocsp_err.o",
+ "crypto/ocsp/ocsp_ext.o",
+ "crypto/ocsp/ocsp_ht.o",
+ "crypto/ocsp/ocsp_lib.o",
+ "crypto/ocsp/ocsp_prn.o",
+ "crypto/ocsp/ocsp_srv.o",
+ "crypto/ocsp/ocsp_vfy.o",
+ "crypto/ocsp/v3_ocsp.o",
+ "crypto/pem/pem_all.o",
+ "crypto/pem/pem_err.o",
+ "crypto/pem/pem_info.o",
+ "crypto/pem/pem_lib.o",
+ "crypto/pem/pem_oth.o",
+ "crypto/pem/pem_pk8.o",
+ "crypto/pem/pem_pkey.o",
+ "crypto/pem/pem_sign.o",
+ "crypto/pem/pem_x509.o",
+ "crypto/pem/pem_xaux.o",
+ "crypto/pem/pvkfmt.o",
+ "crypto/pkcs12/p12_add.o",
+ "crypto/pkcs12/p12_asn.o",
+ "crypto/pkcs12/p12_attr.o",
+ "crypto/pkcs12/p12_crpt.o",
+ "crypto/pkcs12/p12_crt.o",
+ "crypto/pkcs12/p12_decr.o",
+ "crypto/pkcs12/p12_init.o",
+ "crypto/pkcs12/p12_key.o",
+ "crypto/pkcs12/p12_kiss.o",
+ "crypto/pkcs12/p12_mutl.o",
+ "crypto/pkcs12/p12_npas.o",
+ "crypto/pkcs12/p12_p8d.o",
+ "crypto/pkcs12/p12_p8e.o",
+ "crypto/pkcs12/p12_sbag.o",
+ "crypto/pkcs12/p12_utl.o",
+ "crypto/pkcs12/pk12err.o",
+ "crypto/pkcs7/bio_pk7.o",
+ "crypto/pkcs7/pk7_asn1.o",
+ "crypto/pkcs7/pk7_attr.o",
+ "crypto/pkcs7/pk7_doit.o",
+ "crypto/pkcs7/pk7_lib.o",
+ "crypto/pkcs7/pk7_mime.o",
+ "crypto/pkcs7/pk7_smime.o",
+ "crypto/pkcs7/pkcs7err.o",
+ "crypto/poly1305/poly1305-ppc.o",
+ "crypto/poly1305/poly1305-ppcfp.o",
+ "crypto/poly1305/poly1305.o",
+ "crypto/ppccap.o",
+ "crypto/ppccpuid.o",
+ "crypto/rand/md_rand.o",
+ "crypto/rand/rand_egd.o",
+ "crypto/rand/rand_err.o",
+ "crypto/rand/rand_lib.o",
+ "crypto/rand/rand_unix.o",
+ "crypto/rand/rand_vms.o",
+ "crypto/rand/rand_win.o",
+ "crypto/rand/randfile.o",
+ "crypto/rc2/rc2_cbc.o",
+ "crypto/rc2/rc2_ecb.o",
+ "crypto/rc2/rc2_skey.o",
+ "crypto/rc2/rc2cfb64.o",
+ "crypto/rc2/rc2ofb64.o",
+ "crypto/rc4/rc4_enc.o",
+ "crypto/rc4/rc4_skey.o",
+ "crypto/ripemd/rmd_dgst.o",
+ "crypto/ripemd/rmd_one.o",
+ "crypto/rsa/rsa_ameth.o",
+ "crypto/rsa/rsa_asn1.o",
+ "crypto/rsa/rsa_chk.o",
+ "crypto/rsa/rsa_crpt.o",
+ "crypto/rsa/rsa_depr.o",
+ "crypto/rsa/rsa_err.o",
+ "crypto/rsa/rsa_gen.o",
+ "crypto/rsa/rsa_lib.o",
+ "crypto/rsa/rsa_meth.o",
+ "crypto/rsa/rsa_none.o",
+ "crypto/rsa/rsa_null.o",
+ "crypto/rsa/rsa_oaep.o",
+ "crypto/rsa/rsa_ossl.o",
+ "crypto/rsa/rsa_pk1.o",
+ "crypto/rsa/rsa_pmeth.o",
+ "crypto/rsa/rsa_prn.o",
+ "crypto/rsa/rsa_pss.o",
+ "crypto/rsa/rsa_saos.o",
+ "crypto/rsa/rsa_sign.o",
+ "crypto/rsa/rsa_ssl.o",
+ "crypto/rsa/rsa_x931.o",
+ "crypto/rsa/rsa_x931g.o",
+ "crypto/seed/seed.o",
+ "crypto/seed/seed_cbc.o",
+ "crypto/seed/seed_cfb.o",
+ "crypto/seed/seed_ecb.o",
+ "crypto/seed/seed_ofb.o",
+ "crypto/sha/sha1-ppc.o",
+ "crypto/sha/sha1_one.o",
+ "crypto/sha/sha1dgst.o",
+ "crypto/sha/sha256-ppc.o",
+ "crypto/sha/sha256.o",
+ "crypto/sha/sha256p8-ppc.o",
+ "crypto/sha/sha512-ppc.o",
+ "crypto/sha/sha512.o",
+ "crypto/sha/sha512p8-ppc.o",
+ "crypto/srp/srp_lib.o",
+ "crypto/srp/srp_vfy.o",
+ "crypto/stack/stack.o",
+ "crypto/threads_none.o",
+ "crypto/threads_pthread.o",
+ "crypto/threads_win.o",
+ "crypto/ts/ts_asn1.o",
+ "crypto/ts/ts_conf.o",
+ "crypto/ts/ts_err.o",
+ "crypto/ts/ts_lib.o",
+ "crypto/ts/ts_req_print.o",
+ "crypto/ts/ts_req_utils.o",
+ "crypto/ts/ts_rsp_print.o",
+ "crypto/ts/ts_rsp_sign.o",
+ "crypto/ts/ts_rsp_utils.o",
+ "crypto/ts/ts_rsp_verify.o",
+ "crypto/ts/ts_verify_ctx.o",
+ "crypto/txt_db/txt_db.o",
+ "crypto/ui/ui_err.o",
+ "crypto/ui/ui_lib.o",
+ "crypto/ui/ui_openssl.o",
+ "crypto/ui/ui_util.o",
+ "crypto/uid.o",
+ "crypto/whrlpool/wp_block.o",
+ "crypto/whrlpool/wp_dgst.o",
+ "crypto/x509/by_dir.o",
+ "crypto/x509/by_file.o",
+ "crypto/x509/t_crl.o",
+ "crypto/x509/t_req.o",
+ "crypto/x509/t_x509.o",
+ "crypto/x509/x509_att.o",
+ "crypto/x509/x509_cmp.o",
+ "crypto/x509/x509_d2.o",
+ "crypto/x509/x509_def.o",
+ "crypto/x509/x509_err.o",
+ "crypto/x509/x509_ext.o",
+ "crypto/x509/x509_lu.o",
+ "crypto/x509/x509_obj.o",
+ "crypto/x509/x509_r2x.o",
+ "crypto/x509/x509_req.o",
+ "crypto/x509/x509_set.o",
+ "crypto/x509/x509_trs.o",
+ "crypto/x509/x509_txt.o",
+ "crypto/x509/x509_v3.o",
+ "crypto/x509/x509_vfy.o",
+ "crypto/x509/x509_vpm.o",
+ "crypto/x509/x509cset.o",
+ "crypto/x509/x509name.o",
+ "crypto/x509/x509rset.o",
+ "crypto/x509/x509spki.o",
+ "crypto/x509/x509type.o",
+ "crypto/x509/x_all.o",
+ "crypto/x509/x_attrib.o",
+ "crypto/x509/x_crl.o",
+ "crypto/x509/x_exten.o",
+ "crypto/x509/x_name.o",
+ "crypto/x509/x_pubkey.o",
+ "crypto/x509/x_req.o",
+ "crypto/x509/x_x509.o",
+ "crypto/x509/x_x509a.o",
+ "crypto/x509v3/pcy_cache.o",
+ "crypto/x509v3/pcy_data.o",
+ "crypto/x509v3/pcy_lib.o",
+ "crypto/x509v3/pcy_map.o",
+ "crypto/x509v3/pcy_node.o",
+ "crypto/x509v3/pcy_tree.o",
+ "crypto/x509v3/v3_addr.o",
+ "crypto/x509v3/v3_akey.o",
+ "crypto/x509v3/v3_akeya.o",
+ "crypto/x509v3/v3_alt.o",
+ "crypto/x509v3/v3_asid.o",
+ "crypto/x509v3/v3_bcons.o",
+ "crypto/x509v3/v3_bitst.o",
+ "crypto/x509v3/v3_conf.o",
+ "crypto/x509v3/v3_cpols.o",
+ "crypto/x509v3/v3_crld.o",
+ "crypto/x509v3/v3_enum.o",
+ "crypto/x509v3/v3_extku.o",
+ "crypto/x509v3/v3_genn.o",
+ "crypto/x509v3/v3_ia5.o",
+ "crypto/x509v3/v3_info.o",
+ "crypto/x509v3/v3_int.o",
+ "crypto/x509v3/v3_lib.o",
+ "crypto/x509v3/v3_ncons.o",
+ "crypto/x509v3/v3_pci.o",
+ "crypto/x509v3/v3_pcia.o",
+ "crypto/x509v3/v3_pcons.o",
+ "crypto/x509v3/v3_pku.o",
+ "crypto/x509v3/v3_pmaps.o",
+ "crypto/x509v3/v3_prn.o",
+ "crypto/x509v3/v3_purp.o",
+ "crypto/x509v3/v3_skey.o",
+ "crypto/x509v3/v3_sxnet.o",
+ "crypto/x509v3/v3_tlsf.o",
+ "crypto/x509v3/v3_utl.o",
+ "crypto/x509v3/v3err.o",
+ "engines/e_capi.o",
+ "engines/e_padlock.o",
+ ],
+ "libssl" =>
+ [
+ "ssl/bio_ssl.o",
+ "ssl/d1_lib.o",
+ "ssl/d1_msg.o",
+ "ssl/d1_srtp.o",
+ "ssl/methods.o",
+ "ssl/pqueue.o",
+ "ssl/record/dtls1_bitmap.o",
+ "ssl/record/rec_layer_d1.o",
+ "ssl/record/rec_layer_s3.o",
+ "ssl/record/ssl3_buffer.o",
+ "ssl/record/ssl3_record.o",
+ "ssl/s3_cbc.o",
+ "ssl/s3_enc.o",
+ "ssl/s3_lib.o",
+ "ssl/s3_msg.o",
+ "ssl/ssl_asn1.o",
+ "ssl/ssl_cert.o",
+ "ssl/ssl_ciph.o",
+ "ssl/ssl_conf.o",
+ "ssl/ssl_err.o",
+ "ssl/ssl_init.o",
+ "ssl/ssl_lib.o",
+ "ssl/ssl_mcnf.o",
+ "ssl/ssl_rsa.o",
+ "ssl/ssl_sess.o",
+ "ssl/ssl_stat.o",
+ "ssl/ssl_txt.o",
+ "ssl/ssl_utst.o",
+ "ssl/statem/statem.o",
+ "ssl/statem/statem_clnt.o",
+ "ssl/statem/statem_dtls.o",
+ "ssl/statem/statem_lib.o",
+ "ssl/statem/statem_srvr.o",
+ "ssl/t1_enc.o",
+ "ssl/t1_ext.o",
+ "ssl/t1_lib.o",
+ "ssl/t1_reneg.o",
+ "ssl/t1_trce.o",
+ "ssl/tls_srp.o",
+ ],
+ "ssl/bio_ssl.o" =>
+ [
+ "ssl/bio_ssl.c",
+ ],
+ "ssl/d1_lib.o" =>
+ [
+ "ssl/d1_lib.c",
+ ],
+ "ssl/d1_msg.o" =>
+ [
+ "ssl/d1_msg.c",
+ ],
+ "ssl/d1_srtp.o" =>
+ [
+ "ssl/d1_srtp.c",
+ ],
+ "ssl/methods.o" =>
+ [
+ "ssl/methods.c",
+ ],
+ "ssl/pqueue.o" =>
+ [
+ "ssl/pqueue.c",
+ ],
+ "ssl/record/dtls1_bitmap.o" =>
+ [
+ "ssl/record/dtls1_bitmap.c",
+ ],
+ "ssl/record/rec_layer_d1.o" =>
+ [
+ "ssl/record/rec_layer_d1.c",
+ ],
+ "ssl/record/rec_layer_s3.o" =>
+ [
+ "ssl/record/rec_layer_s3.c",
+ ],
+ "ssl/record/ssl3_buffer.o" =>
+ [
+ "ssl/record/ssl3_buffer.c",
+ ],
+ "ssl/record/ssl3_record.o" =>
+ [
+ "ssl/record/ssl3_record.c",
+ ],
+ "ssl/s3_cbc.o" =>
+ [
+ "ssl/s3_cbc.c",
+ ],
+ "ssl/s3_enc.o" =>
+ [
+ "ssl/s3_enc.c",
+ ],
+ "ssl/s3_lib.o" =>
+ [
+ "ssl/s3_lib.c",
+ ],
+ "ssl/s3_msg.o" =>
+ [
+ "ssl/s3_msg.c",
+ ],
+ "ssl/ssl_asn1.o" =>
+ [
+ "ssl/ssl_asn1.c",
+ ],
+ "ssl/ssl_cert.o" =>
+ [
+ "ssl/ssl_cert.c",
+ ],
+ "ssl/ssl_ciph.o" =>
+ [
+ "ssl/ssl_ciph.c",
+ ],
+ "ssl/ssl_conf.o" =>
+ [
+ "ssl/ssl_conf.c",
+ ],
+ "ssl/ssl_err.o" =>
+ [
+ "ssl/ssl_err.c",
+ ],
+ "ssl/ssl_init.o" =>
+ [
+ "ssl/ssl_init.c",
+ ],
+ "ssl/ssl_lib.o" =>
+ [
+ "ssl/ssl_lib.c",
+ ],
+ "ssl/ssl_mcnf.o" =>
+ [
+ "ssl/ssl_mcnf.c",
+ ],
+ "ssl/ssl_rsa.o" =>
+ [
+ "ssl/ssl_rsa.c",
+ ],
+ "ssl/ssl_sess.o" =>
+ [
+ "ssl/ssl_sess.c",
+ ],
+ "ssl/ssl_stat.o" =>
+ [
+ "ssl/ssl_stat.c",
+ ],
+ "ssl/ssl_txt.o" =>
+ [
+ "ssl/ssl_txt.c",
+ ],
+ "ssl/ssl_utst.o" =>
+ [
+ "ssl/ssl_utst.c",
+ ],
+ "ssl/statem/statem.o" =>
+ [
+ "ssl/statem/statem.c",
+ ],
+ "ssl/statem/statem_clnt.o" =>
+ [
+ "ssl/statem/statem_clnt.c",
+ ],
+ "ssl/statem/statem_dtls.o" =>
+ [
+ "ssl/statem/statem_dtls.c",
+ ],
+ "ssl/statem/statem_lib.o" =>
+ [
+ "ssl/statem/statem_lib.c",
+ ],
+ "ssl/statem/statem_srvr.o" =>
+ [
+ "ssl/statem/statem_srvr.c",
+ ],
+ "ssl/t1_enc.o" =>
+ [
+ "ssl/t1_enc.c",
+ ],
+ "ssl/t1_ext.o" =>
+ [
+ "ssl/t1_ext.c",
+ ],
+ "ssl/t1_lib.o" =>
+ [
+ "ssl/t1_lib.c",
+ ],
+ "ssl/t1_reneg.o" =>
+ [
+ "ssl/t1_reneg.c",
+ ],
+ "ssl/t1_trce.o" =>
+ [
+ "ssl/t1_trce.c",
+ ],
+ "ssl/tls_srp.o" =>
+ [
+ "ssl/tls_srp.c",
+ ],
+ "test/aborttest" =>
+ [
+ "test/aborttest.o",
+ ],
+ "test/aborttest.o" =>
+ [
+ "test/aborttest.c",
+ ],
+ "test/afalgtest" =>
+ [
+ "test/afalgtest.o",
+ ],
+ "test/afalgtest.o" =>
+ [
+ "test/afalgtest.c",
+ ],
+ "test/asynciotest" =>
+ [
+ "test/asynciotest.o",
+ "test/ssltestlib.o",
+ ],
+ "test/asynciotest.o" =>
+ [
+ "test/asynciotest.c",
+ ],
+ "test/asynctest" =>
+ [
+ "test/asynctest.o",
+ ],
+ "test/asynctest.o" =>
+ [
+ "test/asynctest.c",
+ ],
+ "test/bad_dtls_test" =>
+ [
+ "test/bad_dtls_test.o",
+ ],
+ "test/bad_dtls_test.o" =>
+ [
+ "test/bad_dtls_test.c",
+ ],
+ "test/bftest" =>
+ [
+ "test/bftest.o",
+ ],
+ "test/bftest.o" =>
+ [
+ "test/bftest.c",
+ ],
+ "test/bio_enc_test" =>
+ [
+ "test/bio_enc_test.o",
+ ],
+ "test/bio_enc_test.o" =>
+ [
+ "test/bio_enc_test.c",
+ ],
+ "test/bioprinttest" =>
+ [
+ "test/bioprinttest.o",
+ ],
+ "test/bioprinttest.o" =>
+ [
+ "test/bioprinttest.c",
+ ],
+ "test/bntest" =>
+ [
+ "test/bntest.o",
+ ],
+ "test/bntest.o" =>
+ [
+ "test/bntest.c",
+ ],
+ "test/buildtest_aes" =>
+ [
+ "test/buildtest_aes.o",
+ ],
+ "test/buildtest_aes.o" =>
+ [
+ "test/buildtest_aes.c",
+ ],
+ "test/buildtest_asn1" =>
+ [
+ "test/buildtest_asn1.o",
+ ],
+ "test/buildtest_asn1.o" =>
+ [
+ "test/buildtest_asn1.c",
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ "test/buildtest_asn1t.o",
+ ],
+ "test/buildtest_asn1t.o" =>
+ [
+ "test/buildtest_asn1t.c",
+ ],
+ "test/buildtest_async" =>
+ [
+ "test/buildtest_async.o",
+ ],
+ "test/buildtest_async.o" =>
+ [
+ "test/buildtest_async.c",
+ ],
+ "test/buildtest_bio" =>
+ [
+ "test/buildtest_bio.o",
+ ],
+ "test/buildtest_bio.o" =>
+ [
+ "test/buildtest_bio.c",
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ "test/buildtest_blowfish.o",
+ ],
+ "test/buildtest_blowfish.o" =>
+ [
+ "test/buildtest_blowfish.c",
+ ],
+ "test/buildtest_bn" =>
+ [
+ "test/buildtest_bn.o",
+ ],
+ "test/buildtest_bn.o" =>
+ [
+ "test/buildtest_bn.c",
+ ],
+ "test/buildtest_buffer" =>
+ [
+ "test/buildtest_buffer.o",
+ ],
+ "test/buildtest_buffer.o" =>
+ [
+ "test/buildtest_buffer.c",
+ ],
+ "test/buildtest_camellia" =>
+ [
+ "test/buildtest_camellia.o",
+ ],
+ "test/buildtest_camellia.o" =>
+ [
+ "test/buildtest_camellia.c",
+ ],
+ "test/buildtest_cast" =>
+ [
+ "test/buildtest_cast.o",
+ ],
+ "test/buildtest_cast.o" =>
+ [
+ "test/buildtest_cast.c",
+ ],
+ "test/buildtest_cmac" =>
+ [
+ "test/buildtest_cmac.o",
+ ],
+ "test/buildtest_cmac.o" =>
+ [
+ "test/buildtest_cmac.c",
+ ],
+ "test/buildtest_cms" =>
+ [
+ "test/buildtest_cms.o",
+ ],
+ "test/buildtest_cms.o" =>
+ [
+ "test/buildtest_cms.c",
+ ],
+ "test/buildtest_conf" =>
+ [
+ "test/buildtest_conf.o",
+ ],
+ "test/buildtest_conf.o" =>
+ [
+ "test/buildtest_conf.c",
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ "test/buildtest_conf_api.o",
+ ],
+ "test/buildtest_conf_api.o" =>
+ [
+ "test/buildtest_conf_api.c",
+ ],
+ "test/buildtest_crypto" =>
+ [
+ "test/buildtest_crypto.o",
+ ],
+ "test/buildtest_crypto.o" =>
+ [
+ "test/buildtest_crypto.c",
+ ],
+ "test/buildtest_ct" =>
+ [
+ "test/buildtest_ct.o",
+ ],
+ "test/buildtest_ct.o" =>
+ [
+ "test/buildtest_ct.c",
+ ],
+ "test/buildtest_des" =>
+ [
+ "test/buildtest_des.o",
+ ],
+ "test/buildtest_des.o" =>
+ [
+ "test/buildtest_des.c",
+ ],
+ "test/buildtest_dh" =>
+ [
+ "test/buildtest_dh.o",
+ ],
+ "test/buildtest_dh.o" =>
+ [
+ "test/buildtest_dh.c",
+ ],
+ "test/buildtest_dsa" =>
+ [
+ "test/buildtest_dsa.o",
+ ],
+ "test/buildtest_dsa.o" =>
+ [
+ "test/buildtest_dsa.c",
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ "test/buildtest_dtls1.o",
+ ],
+ "test/buildtest_dtls1.o" =>
+ [
+ "test/buildtest_dtls1.c",
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ "test/buildtest_e_os2.o",
+ ],
+ "test/buildtest_e_os2.o" =>
+ [
+ "test/buildtest_e_os2.c",
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ "test/buildtest_ebcdic.o",
+ ],
+ "test/buildtest_ebcdic.o" =>
+ [
+ "test/buildtest_ebcdic.c",
+ ],
+ "test/buildtest_ec" =>
+ [
+ "test/buildtest_ec.o",
+ ],
+ "test/buildtest_ec.o" =>
+ [
+ "test/buildtest_ec.c",
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ "test/buildtest_ecdh.o",
+ ],
+ "test/buildtest_ecdh.o" =>
+ [
+ "test/buildtest_ecdh.c",
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ "test/buildtest_ecdsa.o",
+ ],
+ "test/buildtest_ecdsa.o" =>
+ [
+ "test/buildtest_ecdsa.c",
+ ],
+ "test/buildtest_engine" =>
+ [
+ "test/buildtest_engine.o",
+ ],
+ "test/buildtest_engine.o" =>
+ [
+ "test/buildtest_engine.c",
+ ],
+ "test/buildtest_err" =>
+ [
+ "test/buildtest_err.o",
+ ],
+ "test/buildtest_err.o" =>
+ [
+ "test/buildtest_err.c",
+ ],
+ "test/buildtest_evp" =>
+ [
+ "test/buildtest_evp.o",
+ ],
+ "test/buildtest_evp.o" =>
+ [
+ "test/buildtest_evp.c",
+ ],
+ "test/buildtest_hmac" =>
+ [
+ "test/buildtest_hmac.o",
+ ],
+ "test/buildtest_hmac.o" =>
+ [
+ "test/buildtest_hmac.c",
+ ],
+ "test/buildtest_idea" =>
+ [
+ "test/buildtest_idea.o",
+ ],
+ "test/buildtest_idea.o" =>
+ [
+ "test/buildtest_idea.c",
+ ],
+ "test/buildtest_kdf" =>
+ [
+ "test/buildtest_kdf.o",
+ ],
+ "test/buildtest_kdf.o" =>
+ [
+ "test/buildtest_kdf.c",
+ ],
+ "test/buildtest_lhash" =>
+ [
+ "test/buildtest_lhash.o",
+ ],
+ "test/buildtest_lhash.o" =>
+ [
+ "test/buildtest_lhash.c",
+ ],
+ "test/buildtest_md4" =>
+ [
+ "test/buildtest_md4.o",
+ ],
+ "test/buildtest_md4.o" =>
+ [
+ "test/buildtest_md4.c",
+ ],
+ "test/buildtest_md5" =>
+ [
+ "test/buildtest_md5.o",
+ ],
+ "test/buildtest_md5.o" =>
+ [
+ "test/buildtest_md5.c",
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ "test/buildtest_mdc2.o",
+ ],
+ "test/buildtest_mdc2.o" =>
+ [
+ "test/buildtest_mdc2.c",
+ ],
+ "test/buildtest_modes" =>
+ [
+ "test/buildtest_modes.o",
+ ],
+ "test/buildtest_modes.o" =>
+ [
+ "test/buildtest_modes.c",
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ "test/buildtest_obj_mac.o",
+ ],
+ "test/buildtest_obj_mac.o" =>
+ [
+ "test/buildtest_obj_mac.c",
+ ],
+ "test/buildtest_objects" =>
+ [
+ "test/buildtest_objects.o",
+ ],
+ "test/buildtest_objects.o" =>
+ [
+ "test/buildtest_objects.c",
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ "test/buildtest_ocsp.o",
+ ],
+ "test/buildtest_ocsp.o" =>
+ [
+ "test/buildtest_ocsp.c",
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ "test/buildtest_opensslv.o",
+ ],
+ "test/buildtest_opensslv.o" =>
+ [
+ "test/buildtest_opensslv.c",
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ "test/buildtest_ossl_typ.o",
+ ],
+ "test/buildtest_ossl_typ.o" =>
+ [
+ "test/buildtest_ossl_typ.c",
+ ],
+ "test/buildtest_pem" =>
+ [
+ "test/buildtest_pem.o",
+ ],
+ "test/buildtest_pem.o" =>
+ [
+ "test/buildtest_pem.c",
+ ],
+ "test/buildtest_pem2" =>
+ [
+ "test/buildtest_pem2.o",
+ ],
+ "test/buildtest_pem2.o" =>
+ [
+ "test/buildtest_pem2.c",
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ "test/buildtest_pkcs12.o",
+ ],
+ "test/buildtest_pkcs12.o" =>
+ [
+ "test/buildtest_pkcs12.c",
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ "test/buildtest_pkcs7.o",
+ ],
+ "test/buildtest_pkcs7.o" =>
+ [
+ "test/buildtest_pkcs7.c",
+ ],
+ "test/buildtest_rand" =>
+ [
+ "test/buildtest_rand.o",
+ ],
+ "test/buildtest_rand.o" =>
+ [
+ "test/buildtest_rand.c",
+ ],
+ "test/buildtest_rc2" =>
+ [
+ "test/buildtest_rc2.o",
+ ],
+ "test/buildtest_rc2.o" =>
+ [
+ "test/buildtest_rc2.c",
+ ],
+ "test/buildtest_rc4" =>
+ [
+ "test/buildtest_rc4.o",
+ ],
+ "test/buildtest_rc4.o" =>
+ [
+ "test/buildtest_rc4.c",
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ "test/buildtest_ripemd.o",
+ ],
+ "test/buildtest_ripemd.o" =>
+ [
+ "test/buildtest_ripemd.c",
+ ],
+ "test/buildtest_rsa" =>
+ [
+ "test/buildtest_rsa.o",
+ ],
+ "test/buildtest_rsa.o" =>
+ [
+ "test/buildtest_rsa.c",
+ ],
+ "test/buildtest_safestack" =>
+ [
+ "test/buildtest_safestack.o",
+ ],
+ "test/buildtest_safestack.o" =>
+ [
+ "test/buildtest_safestack.c",
+ ],
+ "test/buildtest_seed" =>
+ [
+ "test/buildtest_seed.o",
+ ],
+ "test/buildtest_seed.o" =>
+ [
+ "test/buildtest_seed.c",
+ ],
+ "test/buildtest_sha" =>
+ [
+ "test/buildtest_sha.o",
+ ],
+ "test/buildtest_sha.o" =>
+ [
+ "test/buildtest_sha.c",
+ ],
+ "test/buildtest_srp" =>
+ [
+ "test/buildtest_srp.o",
+ ],
+ "test/buildtest_srp.o" =>
+ [
+ "test/buildtest_srp.c",
+ ],
+ "test/buildtest_srtp" =>
+ [
+ "test/buildtest_srtp.o",
+ ],
+ "test/buildtest_srtp.o" =>
+ [
+ "test/buildtest_srtp.c",
+ ],
+ "test/buildtest_ssl" =>
+ [
+ "test/buildtest_ssl.o",
+ ],
+ "test/buildtest_ssl.o" =>
+ [
+ "test/buildtest_ssl.c",
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ "test/buildtest_ssl2.o",
+ ],
+ "test/buildtest_ssl2.o" =>
+ [
+ "test/buildtest_ssl2.c",
+ ],
+ "test/buildtest_stack" =>
+ [
+ "test/buildtest_stack.o",
+ ],
+ "test/buildtest_stack.o" =>
+ [
+ "test/buildtest_stack.c",
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ "test/buildtest_symhacks.o",
+ ],
+ "test/buildtest_symhacks.o" =>
+ [
+ "test/buildtest_symhacks.c",
+ ],
+ "test/buildtest_tls1" =>
+ [
+ "test/buildtest_tls1.o",
+ ],
+ "test/buildtest_tls1.o" =>
+ [
+ "test/buildtest_tls1.c",
+ ],
+ "test/buildtest_ts" =>
+ [
+ "test/buildtest_ts.o",
+ ],
+ "test/buildtest_ts.o" =>
+ [
+ "test/buildtest_ts.c",
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ "test/buildtest_txt_db.o",
+ ],
+ "test/buildtest_txt_db.o" =>
+ [
+ "test/buildtest_txt_db.c",
+ ],
+ "test/buildtest_ui" =>
+ [
+ "test/buildtest_ui.o",
+ ],
+ "test/buildtest_ui.o" =>
+ [
+ "test/buildtest_ui.c",
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ "test/buildtest_whrlpool.o",
+ ],
+ "test/buildtest_whrlpool.o" =>
+ [
+ "test/buildtest_whrlpool.c",
+ ],
+ "test/buildtest_x509" =>
+ [
+ "test/buildtest_x509.o",
+ ],
+ "test/buildtest_x509.o" =>
+ [
+ "test/buildtest_x509.c",
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ "test/buildtest_x509_vfy.o",
+ ],
+ "test/buildtest_x509_vfy.o" =>
+ [
+ "test/buildtest_x509_vfy.c",
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ "test/buildtest_x509v3.o",
+ ],
+ "test/buildtest_x509v3.o" =>
+ [
+ "test/buildtest_x509v3.c",
+ ],
+ "test/casttest" =>
+ [
+ "test/casttest.o",
+ ],
+ "test/casttest.o" =>
+ [
+ "test/casttest.c",
+ ],
+ "test/cipherlist_test" =>
+ [
+ "test/cipherlist_test.o",
+ "test/testutil.o",
+ ],
+ "test/cipherlist_test.o" =>
+ [
+ "test/cipherlist_test.c",
+ ],
+ "test/clienthellotest" =>
+ [
+ "test/clienthellotest.o",
+ ],
+ "test/clienthellotest.o" =>
+ [
+ "test/clienthellotest.c",
+ ],
+ "test/constant_time_test" =>
+ [
+ "test/constant_time_test.o",
+ ],
+ "test/constant_time_test.o" =>
+ [
+ "test/constant_time_test.c",
+ ],
+ "test/crltest" =>
+ [
+ "test/crltest.o",
+ "test/testutil.o",
+ ],
+ "test/crltest.o" =>
+ [
+ "test/crltest.c",
+ ],
+ "test/ct_test" =>
+ [
+ "test/ct_test.o",
+ "test/testutil.o",
+ ],
+ "test/ct_test.o" =>
+ [
+ "test/ct_test.c",
+ ],
+ "test/d2i_test" =>
+ [
+ "test/d2i_test.o",
+ "test/testutil.o",
+ ],
+ "test/d2i_test.o" =>
+ [
+ "test/d2i_test.c",
+ ],
+ "test/danetest" =>
+ [
+ "test/danetest.o",
+ ],
+ "test/danetest.o" =>
+ [
+ "test/danetest.c",
+ ],
+ "test/destest" =>
+ [
+ "test/destest.o",
+ ],
+ "test/destest.o" =>
+ [
+ "test/destest.c",
+ ],
+ "test/dhtest" =>
+ [
+ "test/dhtest.o",
+ ],
+ "test/dhtest.o" =>
+ [
+ "test/dhtest.c",
+ ],
+ "test/dsatest" =>
+ [
+ "test/dsatest.o",
+ ],
+ "test/dsatest.o" =>
+ [
+ "test/dsatest.c",
+ ],
+ "test/dtlstest" =>
+ [
+ "test/dtlstest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/dtlstest.o" =>
+ [
+ "test/dtlstest.c",
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ "test/dtlsv1listentest.o",
+ ],
+ "test/dtlsv1listentest.o" =>
+ [
+ "test/dtlsv1listentest.c",
+ ],
+ "test/ecdsatest" =>
+ [
+ "test/ecdsatest.o",
+ ],
+ "test/ecdsatest.o" =>
+ [
+ "test/ecdsatest.c",
+ ],
+ "test/ectest" =>
+ [
+ "test/ectest.o",
+ ],
+ "test/ectest.o" =>
+ [
+ "test/ectest.c",
+ ],
+ "test/enginetest" =>
+ [
+ "test/enginetest.o",
+ ],
+ "test/enginetest.o" =>
+ [
+ "test/enginetest.c",
+ ],
+ "test/evp_extra_test" =>
+ [
+ "test/evp_extra_test.o",
+ ],
+ "test/evp_extra_test.o" =>
+ [
+ "test/evp_extra_test.c",
+ ],
+ "test/evp_test" =>
+ [
+ "test/evp_test.o",
+ ],
+ "test/evp_test.o" =>
+ [
+ "test/evp_test.c",
+ ],
+ "test/exdatatest" =>
+ [
+ "test/exdatatest.o",
+ ],
+ "test/exdatatest.o" =>
+ [
+ "test/exdatatest.c",
+ ],
+ "test/exptest" =>
+ [
+ "test/exptest.o",
+ ],
+ "test/exptest.o" =>
+ [
+ "test/exptest.c",
+ ],
+ "test/fatalerrtest" =>
+ [
+ "test/fatalerrtest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/fatalerrtest.o" =>
+ [
+ "test/fatalerrtest.c",
+ ],
+ "test/gmdifftest" =>
+ [
+ "test/gmdifftest.o",
+ ],
+ "test/gmdifftest.o" =>
+ [
+ "test/gmdifftest.c",
+ ],
+ "test/handshake_helper.o" =>
+ [
+ "test/handshake_helper.c",
+ ],
+ "test/heartbeat_test" =>
+ [
+ "test/heartbeat_test.o",
+ "test/testutil.o",
+ ],
+ "test/heartbeat_test.o" =>
+ [
+ "test/heartbeat_test.c",
+ ],
+ "test/hmactest" =>
+ [
+ "test/hmactest.o",
+ ],
+ "test/hmactest.o" =>
+ [
+ "test/hmactest.c",
+ ],
+ "test/ideatest" =>
+ [
+ "test/ideatest.o",
+ ],
+ "test/ideatest.o" =>
+ [
+ "test/ideatest.c",
+ ],
+ "test/igetest" =>
+ [
+ "test/igetest.o",
+ ],
+ "test/igetest.o" =>
+ [
+ "test/igetest.c",
+ ],
+ "test/md2test" =>
+ [
+ "test/md2test.o",
+ ],
+ "test/md2test.o" =>
+ [
+ "test/md2test.c",
+ ],
+ "test/md4test" =>
+ [
+ "test/md4test.o",
+ ],
+ "test/md4test.o" =>
+ [
+ "test/md4test.c",
+ ],
+ "test/md5test" =>
+ [
+ "test/md5test.o",
+ ],
+ "test/md5test.o" =>
+ [
+ "test/md5test.c",
+ ],
+ "test/mdc2test" =>
+ [
+ "test/mdc2test.o",
+ ],
+ "test/mdc2test.o" =>
+ [
+ "test/mdc2test.c",
+ ],
+ "test/memleaktest" =>
+ [
+ "test/memleaktest.o",
+ ],
+ "test/memleaktest.o" =>
+ [
+ "test/memleaktest.c",
+ ],
+ "test/ocspapitest" =>
+ [
+ "test/ocspapitest.o",
+ "test/testutil.o",
+ ],
+ "test/ocspapitest.o" =>
+ [
+ "test/ocspapitest.c",
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ "test/p5_crpt2_test.o",
+ ],
+ "test/p5_crpt2_test.o" =>
+ [
+ "test/p5_crpt2_test.c",
+ ],
+ "test/packettest" =>
+ [
+ "test/packettest.o",
+ ],
+ "test/packettest.o" =>
+ [
+ "test/packettest.c",
+ ],
+ "test/pbelutest" =>
+ [
+ "test/pbelutest.o",
+ ],
+ "test/pbelutest.o" =>
+ [
+ "test/pbelutest.c",
+ ],
+ "test/randtest" =>
+ [
+ "test/randtest.o",
+ ],
+ "test/randtest.o" =>
+ [
+ "test/randtest.c",
+ ],
+ "test/rc2test" =>
+ [
+ "test/rc2test.o",
+ ],
+ "test/rc2test.o" =>
+ [
+ "test/rc2test.c",
+ ],
+ "test/rc4test" =>
+ [
+ "test/rc4test.o",
+ ],
+ "test/rc4test.o" =>
+ [
+ "test/rc4test.c",
+ ],
+ "test/rc5test" =>
+ [
+ "test/rc5test.o",
+ ],
+ "test/rc5test.o" =>
+ [
+ "test/rc5test.c",
+ ],
+ "test/rmdtest" =>
+ [
+ "test/rmdtest.o",
+ ],
+ "test/rmdtest.o" =>
+ [
+ "test/rmdtest.c",
+ ],
+ "test/rsa_test" =>
+ [
+ "test/rsa_test.o",
+ ],
+ "test/rsa_test.o" =>
+ [
+ "test/rsa_test.c",
+ ],
+ "test/sanitytest" =>
+ [
+ "test/sanitytest.o",
+ ],
+ "test/sanitytest.o" =>
+ [
+ "test/sanitytest.c",
+ ],
+ "test/secmemtest" =>
+ [
+ "test/secmemtest.o",
+ ],
+ "test/secmemtest.o" =>
+ [
+ "test/secmemtest.c",
+ ],
+ "test/sha1test" =>
+ [
+ "test/sha1test.o",
+ ],
+ "test/sha1test.o" =>
+ [
+ "test/sha1test.c",
+ ],
+ "test/sha256t" =>
+ [
+ "test/sha256t.o",
+ ],
+ "test/sha256t.o" =>
+ [
+ "test/sha256t.c",
+ ],
+ "test/sha512t" =>
+ [
+ "test/sha512t.o",
+ ],
+ "test/sha512t.o" =>
+ [
+ "test/sha512t.c",
+ ],
+ "test/srptest" =>
+ [
+ "test/srptest.o",
+ ],
+ "test/srptest.o" =>
+ [
+ "test/srptest.c",
+ ],
+ "test/ssl_test" =>
+ [
+ "test/handshake_helper.o",
+ "test/ssl_test.o",
+ "test/ssl_test_ctx.o",
+ "test/testutil.o",
+ ],
+ "test/ssl_test.o" =>
+ [
+ "test/ssl_test.c",
+ ],
+ "test/ssl_test_ctx.o" =>
+ [
+ "test/ssl_test_ctx.c",
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ "test/ssl_test_ctx.o",
+ "test/ssl_test_ctx_test.o",
+ "test/testutil.o",
+ ],
+ "test/ssl_test_ctx_test.o" =>
+ [
+ "test/ssl_test_ctx_test.c",
+ ],
+ "test/sslapitest" =>
+ [
+ "test/sslapitest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/sslapitest.o" =>
+ [
+ "test/sslapitest.c",
+ ],
+ "test/sslcorrupttest" =>
+ [
+ "test/sslcorrupttest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/sslcorrupttest.o" =>
+ [
+ "test/sslcorrupttest.c",
+ ],
+ "test/ssltest_old" =>
+ [
+ "test/ssltest_old.o",
+ ],
+ "test/ssltest_old.o" =>
+ [
+ "test/ssltest_old.c",
+ ],
+ "test/ssltestlib.o" =>
+ [
+ "test/ssltestlib.c",
+ ],
+ "test/testutil.o" =>
+ [
+ "test/testutil.c",
+ ],
+ "test/threadstest" =>
+ [
+ "test/threadstest.o",
+ ],
+ "test/threadstest.o" =>
+ [
+ "test/threadstest.c",
+ ],
+ "test/v3ext" =>
+ [
+ "test/v3ext.o",
+ ],
+ "test/v3ext.o" =>
+ [
+ "test/v3ext.c",
+ ],
+ "test/v3nametest" =>
+ [
+ "test/v3nametest.o",
+ ],
+ "test/v3nametest.o" =>
+ [
+ "test/v3nametest.c",
+ ],
+ "test/verify_extra_test" =>
+ [
+ "test/verify_extra_test.o",
+ ],
+ "test/verify_extra_test.o" =>
+ [
+ "test/verify_extra_test.c",
+ ],
+ "test/wp_test" =>
+ [
+ "test/wp_test.o",
+ ],
+ "test/wp_test.o" =>
+ [
+ "test/wp_test.c",
+ ],
+ "test/x509aux" =>
+ [
+ "test/x509aux.o",
+ ],
+ "test/x509aux.o" =>
+ [
+ "test/x509aux.c",
+ ],
+ "tools/c_rehash" =>
+ [
+ "tools/c_rehash.in",
+ ],
+ "util/shlib_wrap.sh" =>
+ [
+ "util/shlib_wrap.sh.in",
+ ],
+ },
+);
+
+1;
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aes-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aes-ppc.s
new file mode 100644
index 0000000000..cc96236fe5
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aes-ppc.s
@@ -0,0 +1,1525 @@
+.machine "any"
+.csect .text[PR],7
+
+.align 7
+LAES_Te:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 3
+ addi 3,3,120
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+LAES_Td:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 3
+ addi 3,3,2360
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+.long 0xc66363a5,0xc66363a5
+.long 0xf87c7c84,0xf87c7c84
+.long 0xee777799,0xee777799
+.long 0xf67b7b8d,0xf67b7b8d
+.long 0xfff2f20d,0xfff2f20d
+.long 0xd66b6bbd,0xd66b6bbd
+.long 0xde6f6fb1,0xde6f6fb1
+.long 0x91c5c554,0x91c5c554
+.long 0x60303050,0x60303050
+.long 0x02010103,0x02010103
+.long 0xce6767a9,0xce6767a9
+.long 0x562b2b7d,0x562b2b7d
+.long 0xe7fefe19,0xe7fefe19
+.long 0xb5d7d762,0xb5d7d762
+.long 0x4dababe6,0x4dababe6
+.long 0xec76769a,0xec76769a
+.long 0x8fcaca45,0x8fcaca45
+.long 0x1f82829d,0x1f82829d
+.long 0x89c9c940,0x89c9c940
+.long 0xfa7d7d87,0xfa7d7d87
+.long 0xeffafa15,0xeffafa15
+.long 0xb25959eb,0xb25959eb
+.long 0x8e4747c9,0x8e4747c9
+.long 0xfbf0f00b,0xfbf0f00b
+.long 0x41adadec,0x41adadec
+.long 0xb3d4d467,0xb3d4d467
+.long 0x5fa2a2fd,0x5fa2a2fd
+.long 0x45afafea,0x45afafea
+.long 0x239c9cbf,0x239c9cbf
+.long 0x53a4a4f7,0x53a4a4f7
+.long 0xe4727296,0xe4727296
+.long 0x9bc0c05b,0x9bc0c05b
+.long 0x75b7b7c2,0x75b7b7c2
+.long 0xe1fdfd1c,0xe1fdfd1c
+.long 0x3d9393ae,0x3d9393ae
+.long 0x4c26266a,0x4c26266a
+.long 0x6c36365a,0x6c36365a
+.long 0x7e3f3f41,0x7e3f3f41
+.long 0xf5f7f702,0xf5f7f702
+.long 0x83cccc4f,0x83cccc4f
+.long 0x6834345c,0x6834345c
+.long 0x51a5a5f4,0x51a5a5f4
+.long 0xd1e5e534,0xd1e5e534
+.long 0xf9f1f108,0xf9f1f108
+.long 0xe2717193,0xe2717193
+.long 0xabd8d873,0xabd8d873
+.long 0x62313153,0x62313153
+.long 0x2a15153f,0x2a15153f
+.long 0x0804040c,0x0804040c
+.long 0x95c7c752,0x95c7c752
+.long 0x46232365,0x46232365
+.long 0x9dc3c35e,0x9dc3c35e
+.long 0x30181828,0x30181828
+.long 0x379696a1,0x379696a1
+.long 0x0a05050f,0x0a05050f
+.long 0x2f9a9ab5,0x2f9a9ab5
+.long 0x0e070709,0x0e070709
+.long 0x24121236,0x24121236
+.long 0x1b80809b,0x1b80809b
+.long 0xdfe2e23d,0xdfe2e23d
+.long 0xcdebeb26,0xcdebeb26
+.long 0x4e272769,0x4e272769
+.long 0x7fb2b2cd,0x7fb2b2cd
+.long 0xea75759f,0xea75759f
+.long 0x1209091b,0x1209091b
+.long 0x1d83839e,0x1d83839e
+.long 0x582c2c74,0x582c2c74
+.long 0x341a1a2e,0x341a1a2e
+.long 0x361b1b2d,0x361b1b2d
+.long 0xdc6e6eb2,0xdc6e6eb2
+.long 0xb45a5aee,0xb45a5aee
+.long 0x5ba0a0fb,0x5ba0a0fb
+.long 0xa45252f6,0xa45252f6
+.long 0x763b3b4d,0x763b3b4d
+.long 0xb7d6d661,0xb7d6d661
+.long 0x7db3b3ce,0x7db3b3ce
+.long 0x5229297b,0x5229297b
+.long 0xdde3e33e,0xdde3e33e
+.long 0x5e2f2f71,0x5e2f2f71
+.long 0x13848497,0x13848497
+.long 0xa65353f5,0xa65353f5
+.long 0xb9d1d168,0xb9d1d168
+.long 0x00000000,0x00000000
+.long 0xc1eded2c,0xc1eded2c
+.long 0x40202060,0x40202060
+.long 0xe3fcfc1f,0xe3fcfc1f
+.long 0x79b1b1c8,0x79b1b1c8
+.long 0xb65b5bed,0xb65b5bed
+.long 0xd46a6abe,0xd46a6abe
+.long 0x8dcbcb46,0x8dcbcb46
+.long 0x67bebed9,0x67bebed9
+.long 0x7239394b,0x7239394b
+.long 0x944a4ade,0x944a4ade
+.long 0x984c4cd4,0x984c4cd4
+.long 0xb05858e8,0xb05858e8
+.long 0x85cfcf4a,0x85cfcf4a
+.long 0xbbd0d06b,0xbbd0d06b
+.long 0xc5efef2a,0xc5efef2a
+.long 0x4faaaae5,0x4faaaae5
+.long 0xedfbfb16,0xedfbfb16
+.long 0x864343c5,0x864343c5
+.long 0x9a4d4dd7,0x9a4d4dd7
+.long 0x66333355,0x66333355
+.long 0x11858594,0x11858594
+.long 0x8a4545cf,0x8a4545cf
+.long 0xe9f9f910,0xe9f9f910
+.long 0x04020206,0x04020206
+.long 0xfe7f7f81,0xfe7f7f81
+.long 0xa05050f0,0xa05050f0
+.long 0x783c3c44,0x783c3c44
+.long 0x259f9fba,0x259f9fba
+.long 0x4ba8a8e3,0x4ba8a8e3
+.long 0xa25151f3,0xa25151f3
+.long 0x5da3a3fe,0x5da3a3fe
+.long 0x804040c0,0x804040c0
+.long 0x058f8f8a,0x058f8f8a
+.long 0x3f9292ad,0x3f9292ad
+.long 0x219d9dbc,0x219d9dbc
+.long 0x70383848,0x70383848
+.long 0xf1f5f504,0xf1f5f504
+.long 0x63bcbcdf,0x63bcbcdf
+.long 0x77b6b6c1,0x77b6b6c1
+.long 0xafdada75,0xafdada75
+.long 0x42212163,0x42212163
+.long 0x20101030,0x20101030
+.long 0xe5ffff1a,0xe5ffff1a
+.long 0xfdf3f30e,0xfdf3f30e
+.long 0xbfd2d26d,0xbfd2d26d
+.long 0x81cdcd4c,0x81cdcd4c
+.long 0x180c0c14,0x180c0c14
+.long 0x26131335,0x26131335
+.long 0xc3ecec2f,0xc3ecec2f
+.long 0xbe5f5fe1,0xbe5f5fe1
+.long 0x359797a2,0x359797a2
+.long 0x884444cc,0x884444cc
+.long 0x2e171739,0x2e171739
+.long 0x93c4c457,0x93c4c457
+.long 0x55a7a7f2,0x55a7a7f2
+.long 0xfc7e7e82,0xfc7e7e82
+.long 0x7a3d3d47,0x7a3d3d47
+.long 0xc86464ac,0xc86464ac
+.long 0xba5d5de7,0xba5d5de7
+.long 0x3219192b,0x3219192b
+.long 0xe6737395,0xe6737395
+.long 0xc06060a0,0xc06060a0
+.long 0x19818198,0x19818198
+.long 0x9e4f4fd1,0x9e4f4fd1
+.long 0xa3dcdc7f,0xa3dcdc7f
+.long 0x44222266,0x44222266
+.long 0x542a2a7e,0x542a2a7e
+.long 0x3b9090ab,0x3b9090ab
+.long 0x0b888883,0x0b888883
+.long 0x8c4646ca,0x8c4646ca
+.long 0xc7eeee29,0xc7eeee29
+.long 0x6bb8b8d3,0x6bb8b8d3
+.long 0x2814143c,0x2814143c
+.long 0xa7dede79,0xa7dede79
+.long 0xbc5e5ee2,0xbc5e5ee2
+.long 0x160b0b1d,0x160b0b1d
+.long 0xaddbdb76,0xaddbdb76
+.long 0xdbe0e03b,0xdbe0e03b
+.long 0x64323256,0x64323256
+.long 0x743a3a4e,0x743a3a4e
+.long 0x140a0a1e,0x140a0a1e
+.long 0x924949db,0x924949db
+.long 0x0c06060a,0x0c06060a
+.long 0x4824246c,0x4824246c
+.long 0xb85c5ce4,0xb85c5ce4
+.long 0x9fc2c25d,0x9fc2c25d
+.long 0xbdd3d36e,0xbdd3d36e
+.long 0x43acacef,0x43acacef
+.long 0xc46262a6,0xc46262a6
+.long 0x399191a8,0x399191a8
+.long 0x319595a4,0x319595a4
+.long 0xd3e4e437,0xd3e4e437
+.long 0xf279798b,0xf279798b
+.long 0xd5e7e732,0xd5e7e732
+.long 0x8bc8c843,0x8bc8c843
+.long 0x6e373759,0x6e373759
+.long 0xda6d6db7,0xda6d6db7
+.long 0x018d8d8c,0x018d8d8c
+.long 0xb1d5d564,0xb1d5d564
+.long 0x9c4e4ed2,0x9c4e4ed2
+.long 0x49a9a9e0,0x49a9a9e0
+.long 0xd86c6cb4,0xd86c6cb4
+.long 0xac5656fa,0xac5656fa
+.long 0xf3f4f407,0xf3f4f407
+.long 0xcfeaea25,0xcfeaea25
+.long 0xca6565af,0xca6565af
+.long 0xf47a7a8e,0xf47a7a8e
+.long 0x47aeaee9,0x47aeaee9
+.long 0x10080818,0x10080818
+.long 0x6fbabad5,0x6fbabad5
+.long 0xf0787888,0xf0787888
+.long 0x4a25256f,0x4a25256f
+.long 0x5c2e2e72,0x5c2e2e72
+.long 0x381c1c24,0x381c1c24
+.long 0x57a6a6f1,0x57a6a6f1
+.long 0x73b4b4c7,0x73b4b4c7
+.long 0x97c6c651,0x97c6c651
+.long 0xcbe8e823,0xcbe8e823
+.long 0xa1dddd7c,0xa1dddd7c
+.long 0xe874749c,0xe874749c
+.long 0x3e1f1f21,0x3e1f1f21
+.long 0x964b4bdd,0x964b4bdd
+.long 0x61bdbddc,0x61bdbddc
+.long 0x0d8b8b86,0x0d8b8b86
+.long 0x0f8a8a85,0x0f8a8a85
+.long 0xe0707090,0xe0707090
+.long 0x7c3e3e42,0x7c3e3e42
+.long 0x71b5b5c4,0x71b5b5c4
+.long 0xcc6666aa,0xcc6666aa
+.long 0x904848d8,0x904848d8
+.long 0x06030305,0x06030305
+.long 0xf7f6f601,0xf7f6f601
+.long 0x1c0e0e12,0x1c0e0e12
+.long 0xc26161a3,0xc26161a3
+.long 0x6a35355f,0x6a35355f
+.long 0xae5757f9,0xae5757f9
+.long 0x69b9b9d0,0x69b9b9d0
+.long 0x17868691,0x17868691
+.long 0x99c1c158,0x99c1c158
+.long 0x3a1d1d27,0x3a1d1d27
+.long 0x279e9eb9,0x279e9eb9
+.long 0xd9e1e138,0xd9e1e138
+.long 0xebf8f813,0xebf8f813
+.long 0x2b9898b3,0x2b9898b3
+.long 0x22111133,0x22111133
+.long 0xd26969bb,0xd26969bb
+.long 0xa9d9d970,0xa9d9d970
+.long 0x078e8e89,0x078e8e89
+.long 0x339494a7,0x339494a7
+.long 0x2d9b9bb6,0x2d9b9bb6
+.long 0x3c1e1e22,0x3c1e1e22
+.long 0x15878792,0x15878792
+.long 0xc9e9e920,0xc9e9e920
+.long 0x87cece49,0x87cece49
+.long 0xaa5555ff,0xaa5555ff
+.long 0x50282878,0x50282878
+.long 0xa5dfdf7a,0xa5dfdf7a
+.long 0x038c8c8f,0x038c8c8f
+.long 0x59a1a1f8,0x59a1a1f8
+.long 0x09898980,0x09898980
+.long 0x1a0d0d17,0x1a0d0d17
+.long 0x65bfbfda,0x65bfbfda
+.long 0xd7e6e631,0xd7e6e631
+.long 0x844242c6,0x844242c6
+.long 0xd06868b8,0xd06868b8
+.long 0x824141c3,0x824141c3
+.long 0x299999b0,0x299999b0
+.long 0x5a2d2d77,0x5a2d2d77
+.long 0x1e0f0f11,0x1e0f0f11
+.long 0x7bb0b0cb,0x7bb0b0cb
+.long 0xa85454fc,0xa85454fc
+.long 0x6dbbbbd6,0x6dbbbbd6
+.long 0x2c16163a,0x2c16163a
+.byte 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
+.byte 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
+.byte 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
+.byte 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
+.byte 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
+.byte 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
+.byte 0x04, 0xc7, 0x23, 0xc3, 0x18, 0x96, 0x05, 0x9a
+.byte 0x07, 0x12, 0x80, 0xe2, 0xeb, 0x27, 0xb2, 0x75
+.byte 0x09, 0x83, 0x2c, 0x1a, 0x1b, 0x6e, 0x5a, 0xa0
+.byte 0x52, 0x3b, 0xd6, 0xb3, 0x29, 0xe3, 0x2f, 0x84
+.byte 0x53, 0xd1, 0x00, 0xed, 0x20, 0xfc, 0xb1, 0x5b
+.byte 0x6a, 0xcb, 0xbe, 0x39, 0x4a, 0x4c, 0x58, 0xcf
+.byte 0xd0, 0xef, 0xaa, 0xfb, 0x43, 0x4d, 0x33, 0x85
+.byte 0x45, 0xf9, 0x02, 0x7f, 0x50, 0x3c, 0x9f, 0xa8
+.byte 0x51, 0xa3, 0x40, 0x8f, 0x92, 0x9d, 0x38, 0xf5
+.byte 0xbc, 0xb6, 0xda, 0x21, 0x10, 0xff, 0xf3, 0xd2
+.byte 0xcd, 0x0c, 0x13, 0xec, 0x5f, 0x97, 0x44, 0x17
+.byte 0xc4, 0xa7, 0x7e, 0x3d, 0x64, 0x5d, 0x19, 0x73
+.byte 0x60, 0x81, 0x4f, 0xdc, 0x22, 0x2a, 0x90, 0x88
+.byte 0x46, 0xee, 0xb8, 0x14, 0xde, 0x5e, 0x0b, 0xdb
+.byte 0xe0, 0x32, 0x3a, 0x0a, 0x49, 0x06, 0x24, 0x5c
+.byte 0xc2, 0xd3, 0xac, 0x62, 0x91, 0x95, 0xe4, 0x79
+.byte 0xe7, 0xc8, 0x37, 0x6d, 0x8d, 0xd5, 0x4e, 0xa9
+.byte 0x6c, 0x56, 0xf4, 0xea, 0x65, 0x7a, 0xae, 0x08
+.byte 0xba, 0x78, 0x25, 0x2e, 0x1c, 0xa6, 0xb4, 0xc6
+.byte 0xe8, 0xdd, 0x74, 0x1f, 0x4b, 0xbd, 0x8b, 0x8a
+.byte 0x70, 0x3e, 0xb5, 0x66, 0x48, 0x03, 0xf6, 0x0e
+.byte 0x61, 0x35, 0x57, 0xb9, 0x86, 0xc1, 0x1d, 0x9e
+.byte 0xe1, 0xf8, 0x98, 0x11, 0x69, 0xd9, 0x8e, 0x94
+.byte 0x9b, 0x1e, 0x87, 0xe9, 0xce, 0x55, 0x28, 0xdf
+.byte 0x8c, 0xa1, 0x89, 0x0d, 0xbf, 0xe6, 0x42, 0x68
+.byte 0x41, 0x99, 0x2d, 0x0f, 0xb0, 0x54, 0xbb, 0x16
+.long 0x51f4a750,0x51f4a750
+.long 0x7e416553,0x7e416553
+.long 0x1a17a4c3,0x1a17a4c3
+.long 0x3a275e96,0x3a275e96
+.long 0x3bab6bcb,0x3bab6bcb
+.long 0x1f9d45f1,0x1f9d45f1
+.long 0xacfa58ab,0xacfa58ab
+.long 0x4be30393,0x4be30393
+.long 0x2030fa55,0x2030fa55
+.long 0xad766df6,0xad766df6
+.long 0x88cc7691,0x88cc7691
+.long 0xf5024c25,0xf5024c25
+.long 0x4fe5d7fc,0x4fe5d7fc
+.long 0xc52acbd7,0xc52acbd7
+.long 0x26354480,0x26354480
+.long 0xb562a38f,0xb562a38f
+.long 0xdeb15a49,0xdeb15a49
+.long 0x25ba1b67,0x25ba1b67
+.long 0x45ea0e98,0x45ea0e98
+.long 0x5dfec0e1,0x5dfec0e1
+.long 0xc32f7502,0xc32f7502
+.long 0x814cf012,0x814cf012
+.long 0x8d4697a3,0x8d4697a3
+.long 0x6bd3f9c6,0x6bd3f9c6
+.long 0x038f5fe7,0x038f5fe7
+.long 0x15929c95,0x15929c95
+.long 0xbf6d7aeb,0xbf6d7aeb
+.long 0x955259da,0x955259da
+.long 0xd4be832d,0xd4be832d
+.long 0x587421d3,0x587421d3
+.long 0x49e06929,0x49e06929
+.long 0x8ec9c844,0x8ec9c844
+.long 0x75c2896a,0x75c2896a
+.long 0xf48e7978,0xf48e7978
+.long 0x99583e6b,0x99583e6b
+.long 0x27b971dd,0x27b971dd
+.long 0xbee14fb6,0xbee14fb6
+.long 0xf088ad17,0xf088ad17
+.long 0xc920ac66,0xc920ac66
+.long 0x7dce3ab4,0x7dce3ab4
+.long 0x63df4a18,0x63df4a18
+.long 0xe51a3182,0xe51a3182
+.long 0x97513360,0x97513360
+.long 0x62537f45,0x62537f45
+.long 0xb16477e0,0xb16477e0
+.long 0xbb6bae84,0xbb6bae84
+.long 0xfe81a01c,0xfe81a01c
+.long 0xf9082b94,0xf9082b94
+.long 0x70486858,0x70486858
+.long 0x8f45fd19,0x8f45fd19
+.long 0x94de6c87,0x94de6c87
+.long 0x527bf8b7,0x527bf8b7
+.long 0xab73d323,0xab73d323
+.long 0x724b02e2,0x724b02e2
+.long 0xe31f8f57,0xe31f8f57
+.long 0x6655ab2a,0x6655ab2a
+.long 0xb2eb2807,0xb2eb2807
+.long 0x2fb5c203,0x2fb5c203
+.long 0x86c57b9a,0x86c57b9a
+.long 0xd33708a5,0xd33708a5
+.long 0x302887f2,0x302887f2
+.long 0x23bfa5b2,0x23bfa5b2
+.long 0x02036aba,0x02036aba
+.long 0xed16825c,0xed16825c
+.long 0x8acf1c2b,0x8acf1c2b
+.long 0xa779b492,0xa779b492
+.long 0xf307f2f0,0xf307f2f0
+.long 0x4e69e2a1,0x4e69e2a1
+.long 0x65daf4cd,0x65daf4cd
+.long 0x0605bed5,0x0605bed5
+.long 0xd134621f,0xd134621f
+.long 0xc4a6fe8a,0xc4a6fe8a
+.long 0x342e539d,0x342e539d
+.long 0xa2f355a0,0xa2f355a0
+.long 0x058ae132,0x058ae132
+.long 0xa4f6eb75,0xa4f6eb75
+.long 0x0b83ec39,0x0b83ec39
+.long 0x4060efaa,0x4060efaa
+.long 0x5e719f06,0x5e719f06
+.long 0xbd6e1051,0xbd6e1051
+.long 0x3e218af9,0x3e218af9
+.long 0x96dd063d,0x96dd063d
+.long 0xdd3e05ae,0xdd3e05ae
+.long 0x4de6bd46,0x4de6bd46
+.long 0x91548db5,0x91548db5
+.long 0x71c45d05,0x71c45d05
+.long 0x0406d46f,0x0406d46f
+.long 0x605015ff,0x605015ff
+.long 0x1998fb24,0x1998fb24
+.long 0xd6bde997,0xd6bde997
+.long 0x894043cc,0x894043cc
+.long 0x67d99e77,0x67d99e77
+.long 0xb0e842bd,0xb0e842bd
+.long 0x07898b88,0x07898b88
+.long 0xe7195b38,0xe7195b38
+.long 0x79c8eedb,0x79c8eedb
+.long 0xa17c0a47,0xa17c0a47
+.long 0x7c420fe9,0x7c420fe9
+.long 0xf8841ec9,0xf8841ec9
+.long 0x00000000,0x00000000
+.long 0x09808683,0x09808683
+.long 0x322bed48,0x322bed48
+.long 0x1e1170ac,0x1e1170ac
+.long 0x6c5a724e,0x6c5a724e
+.long 0xfd0efffb,0xfd0efffb
+.long 0x0f853856,0x0f853856
+.long 0x3daed51e,0x3daed51e
+.long 0x362d3927,0x362d3927
+.long 0x0a0fd964,0x0a0fd964
+.long 0x685ca621,0x685ca621
+.long 0x9b5b54d1,0x9b5b54d1
+.long 0x24362e3a,0x24362e3a
+.long 0x0c0a67b1,0x0c0a67b1
+.long 0x9357e70f,0x9357e70f
+.long 0xb4ee96d2,0xb4ee96d2
+.long 0x1b9b919e,0x1b9b919e
+.long 0x80c0c54f,0x80c0c54f
+.long 0x61dc20a2,0x61dc20a2
+.long 0x5a774b69,0x5a774b69
+.long 0x1c121a16,0x1c121a16
+.long 0xe293ba0a,0xe293ba0a
+.long 0xc0a02ae5,0xc0a02ae5
+.long 0x3c22e043,0x3c22e043
+.long 0x121b171d,0x121b171d
+.long 0x0e090d0b,0x0e090d0b
+.long 0xf28bc7ad,0xf28bc7ad
+.long 0x2db6a8b9,0x2db6a8b9
+.long 0x141ea9c8,0x141ea9c8
+.long 0x57f11985,0x57f11985
+.long 0xaf75074c,0xaf75074c
+.long 0xee99ddbb,0xee99ddbb
+.long 0xa37f60fd,0xa37f60fd
+.long 0xf701269f,0xf701269f
+.long 0x5c72f5bc,0x5c72f5bc
+.long 0x44663bc5,0x44663bc5
+.long 0x5bfb7e34,0x5bfb7e34
+.long 0x8b432976,0x8b432976
+.long 0xcb23c6dc,0xcb23c6dc
+.long 0xb6edfc68,0xb6edfc68
+.long 0xb8e4f163,0xb8e4f163
+.long 0xd731dcca,0xd731dcca
+.long 0x42638510,0x42638510
+.long 0x13972240,0x13972240
+.long 0x84c61120,0x84c61120
+.long 0x854a247d,0x854a247d
+.long 0xd2bb3df8,0xd2bb3df8
+.long 0xaef93211,0xaef93211
+.long 0xc729a16d,0xc729a16d
+.long 0x1d9e2f4b,0x1d9e2f4b
+.long 0xdcb230f3,0xdcb230f3
+.long 0x0d8652ec,0x0d8652ec
+.long 0x77c1e3d0,0x77c1e3d0
+.long 0x2bb3166c,0x2bb3166c
+.long 0xa970b999,0xa970b999
+.long 0x119448fa,0x119448fa
+.long 0x47e96422,0x47e96422
+.long 0xa8fc8cc4,0xa8fc8cc4
+.long 0xa0f03f1a,0xa0f03f1a
+.long 0x567d2cd8,0x567d2cd8
+.long 0x223390ef,0x223390ef
+.long 0x87494ec7,0x87494ec7
+.long 0xd938d1c1,0xd938d1c1
+.long 0x8ccaa2fe,0x8ccaa2fe
+.long 0x98d40b36,0x98d40b36
+.long 0xa6f581cf,0xa6f581cf
+.long 0xa57ade28,0xa57ade28
+.long 0xdab78e26,0xdab78e26
+.long 0x3fadbfa4,0x3fadbfa4
+.long 0x2c3a9de4,0x2c3a9de4
+.long 0x5078920d,0x5078920d
+.long 0x6a5fcc9b,0x6a5fcc9b
+.long 0x547e4662,0x547e4662
+.long 0xf68d13c2,0xf68d13c2
+.long 0x90d8b8e8,0x90d8b8e8
+.long 0x2e39f75e,0x2e39f75e
+.long 0x82c3aff5,0x82c3aff5
+.long 0x9f5d80be,0x9f5d80be
+.long 0x69d0937c,0x69d0937c
+.long 0x6fd52da9,0x6fd52da9
+.long 0xcf2512b3,0xcf2512b3
+.long 0xc8ac993b,0xc8ac993b
+.long 0x10187da7,0x10187da7
+.long 0xe89c636e,0xe89c636e
+.long 0xdb3bbb7b,0xdb3bbb7b
+.long 0xcd267809,0xcd267809
+.long 0x6e5918f4,0x6e5918f4
+.long 0xec9ab701,0xec9ab701
+.long 0x834f9aa8,0x834f9aa8
+.long 0xe6956e65,0xe6956e65
+.long 0xaaffe67e,0xaaffe67e
+.long 0x21bccf08,0x21bccf08
+.long 0xef15e8e6,0xef15e8e6
+.long 0xbae79bd9,0xbae79bd9
+.long 0x4a6f36ce,0x4a6f36ce
+.long 0xea9f09d4,0xea9f09d4
+.long 0x29b07cd6,0x29b07cd6
+.long 0x31a4b2af,0x31a4b2af
+.long 0x2a3f2331,0x2a3f2331
+.long 0xc6a59430,0xc6a59430
+.long 0x35a266c0,0x35a266c0
+.long 0x744ebc37,0x744ebc37
+.long 0xfc82caa6,0xfc82caa6
+.long 0xe090d0b0,0xe090d0b0
+.long 0x33a7d815,0x33a7d815
+.long 0xf104984a,0xf104984a
+.long 0x41ecdaf7,0x41ecdaf7
+.long 0x7fcd500e,0x7fcd500e
+.long 0x1791f62f,0x1791f62f
+.long 0x764dd68d,0x764dd68d
+.long 0x43efb04d,0x43efb04d
+.long 0xccaa4d54,0xccaa4d54
+.long 0xe49604df,0xe49604df
+.long 0x9ed1b5e3,0x9ed1b5e3
+.long 0x4c6a881b,0x4c6a881b
+.long 0xc12c1fb8,0xc12c1fb8
+.long 0x4665517f,0x4665517f
+.long 0x9d5eea04,0x9d5eea04
+.long 0x018c355d,0x018c355d
+.long 0xfa877473,0xfa877473
+.long 0xfb0b412e,0xfb0b412e
+.long 0xb3671d5a,0xb3671d5a
+.long 0x92dbd252,0x92dbd252
+.long 0xe9105633,0xe9105633
+.long 0x6dd64713,0x6dd64713
+.long 0x9ad7618c,0x9ad7618c
+.long 0x37a10c7a,0x37a10c7a
+.long 0x59f8148e,0x59f8148e
+.long 0xeb133c89,0xeb133c89
+.long 0xcea927ee,0xcea927ee
+.long 0xb761c935,0xb761c935
+.long 0xe11ce5ed,0xe11ce5ed
+.long 0x7a47b13c,0x7a47b13c
+.long 0x9cd2df59,0x9cd2df59
+.long 0x55f2733f,0x55f2733f
+.long 0x1814ce79,0x1814ce79
+.long 0x73c737bf,0x73c737bf
+.long 0x53f7cdea,0x53f7cdea
+.long 0x5ffdaa5b,0x5ffdaa5b
+.long 0xdf3d6f14,0xdf3d6f14
+.long 0x7844db86,0x7844db86
+.long 0xcaaff381,0xcaaff381
+.long 0xb968c43e,0xb968c43e
+.long 0x3824342c,0x3824342c
+.long 0xc2a3405f,0xc2a3405f
+.long 0x161dc372,0x161dc372
+.long 0xbce2250c,0xbce2250c
+.long 0x283c498b,0x283c498b
+.long 0xff0d9541,0xff0d9541
+.long 0x39a80171,0x39a80171
+.long 0x080cb3de,0x080cb3de
+.long 0xd8b4e49c,0xd8b4e49c
+.long 0x6456c190,0x6456c190
+.long 0x7bcb8461,0x7bcb8461
+.long 0xd532b670,0xd532b670
+.long 0x486c5c74,0x486c5c74
+.long 0xd0b85742,0xd0b85742
+.byte 0x52, 0x09, 0x6a, 0xd5, 0x30, 0x36, 0xa5, 0x38
+.byte 0xbf, 0x40, 0xa3, 0x9e, 0x81, 0xf3, 0xd7, 0xfb
+.byte 0x7c, 0xe3, 0x39, 0x82, 0x9b, 0x2f, 0xff, 0x87
+.byte 0x34, 0x8e, 0x43, 0x44, 0xc4, 0xde, 0xe9, 0xcb
+.byte 0x54, 0x7b, 0x94, 0x32, 0xa6, 0xc2, 0x23, 0x3d
+.byte 0xee, 0x4c, 0x95, 0x0b, 0x42, 0xfa, 0xc3, 0x4e
+.byte 0x08, 0x2e, 0xa1, 0x66, 0x28, 0xd9, 0x24, 0xb2
+.byte 0x76, 0x5b, 0xa2, 0x49, 0x6d, 0x8b, 0xd1, 0x25
+.byte 0x72, 0xf8, 0xf6, 0x64, 0x86, 0x68, 0x98, 0x16
+.byte 0xd4, 0xa4, 0x5c, 0xcc, 0x5d, 0x65, 0xb6, 0x92
+.byte 0x6c, 0x70, 0x48, 0x50, 0xfd, 0xed, 0xb9, 0xda
+.byte 0x5e, 0x15, 0x46, 0x57, 0xa7, 0x8d, 0x9d, 0x84
+.byte 0x90, 0xd8, 0xab, 0x00, 0x8c, 0xbc, 0xd3, 0x0a
+.byte 0xf7, 0xe4, 0x58, 0x05, 0xb8, 0xb3, 0x45, 0x06
+.byte 0xd0, 0x2c, 0x1e, 0x8f, 0xca, 0x3f, 0x0f, 0x02
+.byte 0xc1, 0xaf, 0xbd, 0x03, 0x01, 0x13, 0x8a, 0x6b
+.byte 0x3a, 0x91, 0x11, 0x41, 0x4f, 0x67, 0xdc, 0xea
+.byte 0x97, 0xf2, 0xcf, 0xce, 0xf0, 0xb4, 0xe6, 0x73
+.byte 0x96, 0xac, 0x74, 0x22, 0xe7, 0xad, 0x35, 0x85
+.byte 0xe2, 0xf9, 0x37, 0xe8, 0x1c, 0x75, 0xdf, 0x6e
+.byte 0x47, 0xf1, 0x1a, 0x71, 0x1d, 0x29, 0xc5, 0x89
+.byte 0x6f, 0xb7, 0x62, 0x0e, 0xaa, 0x18, 0xbe, 0x1b
+.byte 0xfc, 0x56, 0x3e, 0x4b, 0xc6, 0xd2, 0x79, 0x20
+.byte 0x9a, 0xdb, 0xc0, 0xfe, 0x78, 0xcd, 0x5a, 0xf4
+.byte 0x1f, 0xdd, 0xa8, 0x33, 0x88, 0x07, 0xc7, 0x31
+.byte 0xb1, 0x12, 0x10, 0x59, 0x27, 0x80, 0xec, 0x5f
+.byte 0x60, 0x51, 0x7f, 0xa9, 0x19, 0xb5, 0x4a, 0x0d
+.byte 0x2d, 0xe5, 0x7a, 0x9f, 0x93, 0xc9, 0x9c, 0xef
+.byte 0xa0, 0xe0, 0x3b, 0x4d, 0xae, 0x2a, 0xf5, 0xb0
+.byte 0xc8, 0xeb, 0xbb, 0x3c, 0x83, 0x53, 0x99, 0x61
+.byte 0x17, 0x2b, 0x04, 0x7e, 0xba, 0x77, 0xd6, 0x26
+.byte 0xe1, 0x69, 0x14, 0x63, 0x55, 0x21, 0x0c, 0x7d
+
+
+.globl .AES_encrypt
+.align 7
+.AES_encrypt:
+ stdu 1,-256(1)
+ mflr 0
+
+ std 4,104(1)
+ std 14,112(1)
+ std 15,120(1)
+ std 16,128(1)
+ std 17,136(1)
+ std 18,144(1)
+ std 19,152(1)
+ std 20,160(1)
+ std 21,168(1)
+ std 22,176(1)
+ std 23,184(1)
+ std 24,192(1)
+ std 25,200(1)
+ std 26,208(1)
+ std 27,216(1)
+ std 28,224(1)
+ std 29,232(1)
+ std 30,240(1)
+ std 31,248(1)
+ std 0,272(1)
+
+ andi. 12,3,3
+ andi. 0,4,3
+ or. 12,12,0
+ bne Lenc_unaligned
+
+Lenc_unaligned_ok:
+ lwz 8,0(3)
+ lwz 9,4(3)
+ lwz 10,8(3)
+ lwz 11,12(3)
+ bl LAES_Te
+ bl Lppc_AES_encrypt_compact
+ ld 4,104(1)
+ stw 8,0(4)
+ stw 9,4(4)
+ stw 10,8(4)
+ stw 11,12(4)
+ b Lenc_done
+
+Lenc_unaligned:
+ subfic 12,3,4096
+ subfic 0,4,4096
+ andi. 12,12,4096-16
+ beq Lenc_xpage
+ andi. 0,0,4096-16
+ bne Lenc_unaligned_ok
+
+Lenc_xpage:
+ lbz 16,0(3)
+ lbz 17,1(3)
+ lbz 18,2(3)
+ lbz 8,3(3)
+ lbz 20,4(3)
+ lbz 21,5(3)
+ lbz 22,6(3)
+ lbz 9,7(3)
+ lbz 24,8(3)
+ lbz 25,9(3)
+ lbz 26,10(3)
+ insrwi 8,16,8,0
+ lbz 10,11(3)
+ insrwi 9,20,8,0
+ lbz 28,12(3)
+ insrwi 8,17,8,8
+ lbz 29,13(3)
+ insrwi 9,21,8,8
+ lbz 30,14(3)
+ insrwi 8,18,8,16
+ lbz 11,15(3)
+ insrwi 9,22,8,16
+ insrwi 10,24,8,0
+ insrwi 11,28,8,0
+ insrwi 10,25,8,8
+ insrwi 11,29,8,8
+ insrwi 10,26,8,16
+ insrwi 11,30,8,16
+
+ bl LAES_Te
+ bl Lppc_AES_encrypt_compact
+ ld 4,104(1)
+
+ extrwi 16,8,8,0
+ extrwi 17,8,8,8
+ stb 16,0(4)
+ extrwi 18,8,8,16
+ stb 17,1(4)
+ stb 18,2(4)
+ extrwi 20,9,8,0
+ stb 8,3(4)
+ extrwi 21,9,8,8
+ stb 20,4(4)
+ extrwi 22,9,8,16
+ stb 21,5(4)
+ stb 22,6(4)
+ extrwi 24,10,8,0
+ stb 9,7(4)
+ extrwi 25,10,8,8
+ stb 24,8(4)
+ extrwi 26,10,8,16
+ stb 25,9(4)
+ stb 26,10(4)
+ extrwi 28,11,8,0
+ stb 10,11(4)
+ extrwi 29,11,8,8
+ stb 28,12(4)
+ extrwi 30,11,8,16
+ stb 29,13(4)
+ stb 30,14(4)
+ stb 11,15(4)
+
+Lenc_done:
+ ld 0,272(1)
+ ld 14,112(1)
+ ld 15,120(1)
+ ld 16,128(1)
+ ld 17,136(1)
+ ld 18,144(1)
+ ld 19,152(1)
+ ld 20,160(1)
+ ld 21,168(1)
+ ld 22,176(1)
+ ld 23,184(1)
+ ld 24,192(1)
+ ld 25,200(1)
+ ld 26,208(1)
+ ld 27,216(1)
+ ld 28,224(1)
+ ld 29,232(1)
+ ld 30,240(1)
+ ld 31,248(1)
+ mtlr 0
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,3,0
+.long 0
+
+.align 5
+Lppc_AES_encrypt:
+ lwz 16,240(5)
+ addi 6,3,3
+ lwz 12,0(5)
+ addi 7,3,2
+ lwz 0,4(5)
+ addi 4,3,1
+ lwz 14,8(5)
+ addi 16,16,-1
+ lwz 15,12(5)
+ addi 5,5,16
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ mtctr 16
+.align 4
+Lenc_loop:
+ rlwinm 16,8,11,21,28
+ rlwinm 17,9,11,21,28
+ rlwinm 18,10,11,21,28
+ rlwinm 19,11,11,21,28
+ lwz 12,0(5)
+ rlwinm 20,9,19,21,28
+ lwz 0,4(5)
+ rlwinm 21,10,19,21,28
+ lwz 14,8(5)
+ rlwinm 22,11,19,21,28
+ lwz 15,12(5)
+ rlwinm 23,8,19,21,28
+ lwzx 16,3,16
+ rlwinm 24,10,27,21,28
+ lwzx 17,3,17
+ rlwinm 25,11,27,21,28
+ lwzx 18,3,18
+ rlwinm 26,8,27,21,28
+ lwzx 19,3,19
+ rlwinm 27,9,27,21,28
+ lwzx 20,6,20
+ rlwinm 28,11,3,21,28
+ lwzx 21,6,21
+ rlwinm 29,8,3,21,28
+ lwzx 22,6,22
+ rlwinm 30,9,3,21,28
+ lwzx 23,6,23
+ rlwinm 31,10,3,21,28
+ lwzx 24,7,24
+ xor 12,12,16
+ lwzx 25,7,25
+ xor 0,0,17
+ lwzx 26,7,26
+ xor 14,14,18
+ lwzx 27,7,27
+ xor 15,15,19
+ lwzx 28,4,28
+ xor 12,12,20
+ lwzx 29,4,29
+ xor 0,0,21
+ lwzx 30,4,30
+ xor 14,14,22
+ lwzx 31,4,31
+ xor 15,15,23
+ xor 12,12,24
+ xor 0,0,25
+ xor 14,14,26
+ xor 15,15,27
+ xor 8,12,28
+ xor 9,0,29
+ xor 10,14,30
+ xor 11,15,31
+ addi 5,5,16
+ bc 16,0,Lenc_loop
+
+ addi 7,3,2048
+ nop
+ lwz 12,0(5)
+ rlwinm 16,8,8,24,31
+ lwz 0,4(5)
+ rlwinm 17,9,8,24,31
+ lwz 14,8(5)
+ rlwinm 18,10,8,24,31
+ lwz 15,12(5)
+ rlwinm 19,11,8,24,31
+ lwz 24,2048(3)
+ rlwinm 20,9,16,24,31
+ lwz 25,2080(3)
+ rlwinm 21,10,16,24,31
+ lwz 26,2112(3)
+ rlwinm 22,11,16,24,31
+ lwz 27,2144(3)
+ rlwinm 23,8,16,24,31
+ lwz 28,2176(3)
+ rlwinm 24,10,24,24,31
+ lwz 29,2208(3)
+ rlwinm 25,11,24,24,31
+ lwz 30,2240(3)
+ rlwinm 26,8,24,24,31
+ lwz 31,2272(3)
+ rlwinm 27,9,24,24,31
+ lbzx 16,7,16
+ rlwinm 28,11,0,24,31
+ lbzx 17,7,17
+ rlwinm 29,8,0,24,31
+ lbzx 18,7,18
+ rlwinm 30,9,0,24,31
+ lbzx 19,7,19
+ rlwinm 31,10,0,24,31
+ lbzx 20,7,20
+ rlwinm 8,16,24,0,7
+ lbzx 21,7,21
+ rlwinm 9,17,24,0,7
+ lbzx 22,7,22
+ rlwinm 10,18,24,0,7
+ lbzx 23,7,23
+ rlwinm 11,19,24,0,7
+ lbzx 24,7,24
+ rlwimi 8,20,16,8,15
+ lbzx 25,7,25
+ rlwimi 9,21,16,8,15
+ lbzx 26,7,26
+ rlwimi 10,22,16,8,15
+ lbzx 27,7,27
+ rlwimi 11,23,16,8,15
+ lbzx 28,7,28
+ rlwimi 8,24,8,16,23
+ lbzx 29,7,29
+ rlwimi 9,25,8,16,23
+ lbzx 30,7,30
+ rlwimi 10,26,8,16,23
+ lbzx 31,7,31
+ rlwimi 11,27,8,16,23
+ or 8,8,28
+ or 9,9,29
+ or 10,10,30
+ or 11,11,31
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 4
+Lppc_AES_encrypt_compact:
+ lwz 16,240(5)
+ addi 6,3,2048
+ lwz 12,0(5)
+ lis 7,0x8080
+ lwz 0,4(5)
+ lis 4,0x1b1b
+ lwz 14,8(5)
+ ori 7,7,0x8080
+ lwz 15,12(5)
+ ori 4,4,0x1b1b
+ addi 5,5,16
+ mtctr 16
+.align 4
+Lenc_compact_loop:
+ xor 8,8,12
+ xor 9,9,0
+ rlwinm 16,8,8,24,31
+ xor 10,10,14
+ rlwinm 17,9,8,24,31
+ xor 11,11,15
+ rlwinm 18,10,8,24,31
+ rlwinm 19,11,8,24,31
+ rlwinm 20,9,16,24,31
+ rlwinm 21,10,16,24,31
+ rlwinm 22,11,16,24,31
+ rlwinm 23,8,16,24,31
+ lbzx 16,6,16
+ rlwinm 24,10,24,24,31
+ lbzx 17,6,17
+ rlwinm 25,11,24,24,31
+ lbzx 18,6,18
+ rlwinm 26,8,24,24,31
+ lbzx 19,6,19
+ rlwinm 27,9,24,24,31
+ lbzx 20,6,20
+ rlwinm 28,11,0,24,31
+ lbzx 21,6,21
+ rlwinm 29,8,0,24,31
+ lbzx 22,6,22
+ rlwinm 30,9,0,24,31
+ lbzx 23,6,23
+ rlwinm 31,10,0,24,31
+ lbzx 24,6,24
+ rlwinm 8,16,24,0,7
+ lbzx 25,6,25
+ rlwinm 9,17,24,0,7
+ lbzx 26,6,26
+ rlwinm 10,18,24,0,7
+ lbzx 27,6,27
+ rlwinm 11,19,24,0,7
+ lbzx 28,6,28
+ rlwimi 8,20,16,8,15
+ lbzx 29,6,29
+ rlwimi 9,21,16,8,15
+ lbzx 30,6,30
+ rlwimi 10,22,16,8,15
+ lbzx 31,6,31
+ rlwimi 11,23,16,8,15
+ rlwimi 8,24,8,16,23
+ rlwimi 9,25,8,16,23
+ rlwimi 10,26,8,16,23
+ rlwimi 11,27,8,16,23
+ lwz 12,0(5)
+ or 8,8,28
+ lwz 0,4(5)
+ or 9,9,29
+ lwz 14,8(5)
+ or 10,10,30
+ lwz 15,12(5)
+ or 11,11,31
+
+ addi 5,5,16
+ bdz Lenc_compact_done
+
+ and 16,8,7
+ and 17,9,7
+ and 18,10,7
+ and 19,11,7
+ srwi 20,16,7
+ andc 24,8,7
+ srwi 21,17,7
+ andc 25,9,7
+ srwi 22,18,7
+ andc 26,10,7
+ srwi 23,19,7
+ andc 27,11,7
+ sub 16,16,20
+ sub 17,17,21
+ sub 18,18,22
+ sub 19,19,23
+ add 24,24,24
+ add 25,25,25
+ add 26,26,26
+ add 27,27,27
+ and 16,16,4
+ and 17,17,4
+ and 18,18,4
+ and 19,19,4
+ xor 16,16,24
+ xor 17,17,25
+ rotlwi 28,8,16
+ xor 18,18,26
+ rotlwi 29,9,16
+ xor 19,19,27
+ rotlwi 30,10,16
+
+ xor 8,8,16
+ rotlwi 31,11,16
+ xor 9,9,17
+ rotrwi 8,8,24
+ xor 10,10,18
+ rotrwi 9,9,24
+ xor 11,11,19
+ rotrwi 10,10,24
+ xor 8,8,16
+ rotrwi 11,11,24
+ xor 9,9,17
+ xor 10,10,18
+ xor 11,11,19
+ rotlwi 24,28,8
+ xor 8,8,28
+ rotlwi 25,29,8
+ xor 9,9,29
+ rotlwi 26,30,8
+ xor 10,10,30
+ rotlwi 27,31,8
+ xor 11,11,31
+ xor 8,8,24
+ xor 9,9,25
+ xor 10,10,26
+ xor 11,11,27
+
+ b Lenc_compact_loop
+.align 4
+Lenc_compact_done:
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .AES_decrypt
+.align 7
+.AES_decrypt:
+ stdu 1,-256(1)
+ mflr 0
+
+ std 4,104(1)
+ std 14,112(1)
+ std 15,120(1)
+ std 16,128(1)
+ std 17,136(1)
+ std 18,144(1)
+ std 19,152(1)
+ std 20,160(1)
+ std 21,168(1)
+ std 22,176(1)
+ std 23,184(1)
+ std 24,192(1)
+ std 25,200(1)
+ std 26,208(1)
+ std 27,216(1)
+ std 28,224(1)
+ std 29,232(1)
+ std 30,240(1)
+ std 31,248(1)
+ std 0,272(1)
+
+ andi. 12,3,3
+ andi. 0,4,3
+ or. 12,12,0
+ bne Ldec_unaligned
+
+Ldec_unaligned_ok:
+ lwz 8,0(3)
+ lwz 9,4(3)
+ lwz 10,8(3)
+ lwz 11,12(3)
+ bl LAES_Td
+ bl Lppc_AES_decrypt_compact
+ ld 4,104(1)
+ stw 8,0(4)
+ stw 9,4(4)
+ stw 10,8(4)
+ stw 11,12(4)
+ b Ldec_done
+
+Ldec_unaligned:
+ subfic 12,3,4096
+ subfic 0,4,4096
+ andi. 12,12,4096-16
+ beq Ldec_xpage
+ andi. 0,0,4096-16
+ bne Ldec_unaligned_ok
+
+Ldec_xpage:
+ lbz 16,0(3)
+ lbz 17,1(3)
+ lbz 18,2(3)
+ lbz 8,3(3)
+ lbz 20,4(3)
+ lbz 21,5(3)
+ lbz 22,6(3)
+ lbz 9,7(3)
+ lbz 24,8(3)
+ lbz 25,9(3)
+ lbz 26,10(3)
+ insrwi 8,16,8,0
+ lbz 10,11(3)
+ insrwi 9,20,8,0
+ lbz 28,12(3)
+ insrwi 8,17,8,8
+ lbz 29,13(3)
+ insrwi 9,21,8,8
+ lbz 30,14(3)
+ insrwi 8,18,8,16
+ lbz 11,15(3)
+ insrwi 9,22,8,16
+ insrwi 10,24,8,0
+ insrwi 11,28,8,0
+ insrwi 10,25,8,8
+ insrwi 11,29,8,8
+ insrwi 10,26,8,16
+ insrwi 11,30,8,16
+
+ bl LAES_Td
+ bl Lppc_AES_decrypt_compact
+ ld 4,104(1)
+
+ extrwi 16,8,8,0
+ extrwi 17,8,8,8
+ stb 16,0(4)
+ extrwi 18,8,8,16
+ stb 17,1(4)
+ stb 18,2(4)
+ extrwi 20,9,8,0
+ stb 8,3(4)
+ extrwi 21,9,8,8
+ stb 20,4(4)
+ extrwi 22,9,8,16
+ stb 21,5(4)
+ stb 22,6(4)
+ extrwi 24,10,8,0
+ stb 9,7(4)
+ extrwi 25,10,8,8
+ stb 24,8(4)
+ extrwi 26,10,8,16
+ stb 25,9(4)
+ stb 26,10(4)
+ extrwi 28,11,8,0
+ stb 10,11(4)
+ extrwi 29,11,8,8
+ stb 28,12(4)
+ extrwi 30,11,8,16
+ stb 29,13(4)
+ stb 30,14(4)
+ stb 11,15(4)
+
+Ldec_done:
+ ld 0,272(1)
+ ld 14,112(1)
+ ld 15,120(1)
+ ld 16,128(1)
+ ld 17,136(1)
+ ld 18,144(1)
+ ld 19,152(1)
+ ld 20,160(1)
+ ld 21,168(1)
+ ld 22,176(1)
+ ld 23,184(1)
+ ld 24,192(1)
+ ld 25,200(1)
+ ld 26,208(1)
+ ld 27,216(1)
+ ld 28,224(1)
+ ld 29,232(1)
+ ld 30,240(1)
+ ld 31,248(1)
+ mtlr 0
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,3,0
+.long 0
+
+.align 5
+Lppc_AES_decrypt:
+ lwz 16,240(5)
+ addi 6,3,3
+ lwz 12,0(5)
+ addi 7,3,2
+ lwz 0,4(5)
+ addi 4,3,1
+ lwz 14,8(5)
+ addi 16,16,-1
+ lwz 15,12(5)
+ addi 5,5,16
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ mtctr 16
+.align 4
+Ldec_loop:
+ rlwinm 16,8,11,21,28
+ rlwinm 17,9,11,21,28
+ rlwinm 18,10,11,21,28
+ rlwinm 19,11,11,21,28
+ lwz 12,0(5)
+ rlwinm 20,11,19,21,28
+ lwz 0,4(5)
+ rlwinm 21,8,19,21,28
+ lwz 14,8(5)
+ rlwinm 22,9,19,21,28
+ lwz 15,12(5)
+ rlwinm 23,10,19,21,28
+ lwzx 16,3,16
+ rlwinm 24,10,27,21,28
+ lwzx 17,3,17
+ rlwinm 25,11,27,21,28
+ lwzx 18,3,18
+ rlwinm 26,8,27,21,28
+ lwzx 19,3,19
+ rlwinm 27,9,27,21,28
+ lwzx 20,6,20
+ rlwinm 28,9,3,21,28
+ lwzx 21,6,21
+ rlwinm 29,10,3,21,28
+ lwzx 22,6,22
+ rlwinm 30,11,3,21,28
+ lwzx 23,6,23
+ rlwinm 31,8,3,21,28
+ lwzx 24,7,24
+ xor 12,12,16
+ lwzx 25,7,25
+ xor 0,0,17
+ lwzx 26,7,26
+ xor 14,14,18
+ lwzx 27,7,27
+ xor 15,15,19
+ lwzx 28,4,28
+ xor 12,12,20
+ lwzx 29,4,29
+ xor 0,0,21
+ lwzx 30,4,30
+ xor 14,14,22
+ lwzx 31,4,31
+ xor 15,15,23
+ xor 12,12,24
+ xor 0,0,25
+ xor 14,14,26
+ xor 15,15,27
+ xor 8,12,28
+ xor 9,0,29
+ xor 10,14,30
+ xor 11,15,31
+ addi 5,5,16
+ bc 16,0,Ldec_loop
+
+ addi 7,3,2048
+ nop
+ lwz 12,0(5)
+ rlwinm 16,8,8,24,31
+ lwz 0,4(5)
+ rlwinm 17,9,8,24,31
+ lwz 14,8(5)
+ rlwinm 18,10,8,24,31
+ lwz 15,12(5)
+ rlwinm 19,11,8,24,31
+ lwz 24,2048(3)
+ rlwinm 20,11,16,24,31
+ lwz 25,2080(3)
+ rlwinm 21,8,16,24,31
+ lwz 26,2112(3)
+ lbzx 16,7,16
+ lwz 27,2144(3)
+ lbzx 17,7,17
+ lwz 28,2176(3)
+ rlwinm 22,9,16,24,31
+ lwz 29,2208(3)
+ rlwinm 23,10,16,24,31
+ lwz 30,2240(3)
+ rlwinm 24,10,24,24,31
+ lwz 31,2272(3)
+ rlwinm 25,11,24,24,31
+ lbzx 18,7,18
+ rlwinm 26,8,24,24,31
+ lbzx 19,7,19
+ rlwinm 27,9,24,24,31
+ lbzx 20,7,20
+ rlwinm 28,9,0,24,31
+ lbzx 21,7,21
+ rlwinm 29,10,0,24,31
+ lbzx 22,7,22
+ rlwinm 30,11,0,24,31
+ lbzx 23,7,23
+ rlwinm 31,8,0,24,31
+ lbzx 24,7,24
+ rlwinm 8,16,24,0,7
+ lbzx 25,7,25
+ rlwinm 9,17,24,0,7
+ lbzx 26,7,26
+ rlwinm 10,18,24,0,7
+ lbzx 27,7,27
+ rlwinm 11,19,24,0,7
+ lbzx 28,7,28
+ rlwimi 8,20,16,8,15
+ lbzx 29,7,29
+ rlwimi 9,21,16,8,15
+ lbzx 30,7,30
+ rlwimi 10,22,16,8,15
+ lbzx 31,7,31
+ rlwimi 11,23,16,8,15
+ rlwimi 8,24,8,16,23
+ rlwimi 9,25,8,16,23
+ rlwimi 10,26,8,16,23
+ rlwimi 11,27,8,16,23
+ or 8,8,28
+ or 9,9,29
+ or 10,10,30
+ or 11,11,31
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 4
+Lppc_AES_decrypt_compact:
+ lwz 16,240(5)
+ addi 6,3,2048
+ lwz 12,0(5)
+ lis 7,0x8080
+ lwz 0,4(5)
+ lis 4,0x1b1b
+ lwz 14,8(5)
+ ori 7,7,0x8080
+ lwz 15,12(5)
+ ori 4,4,0x1b1b
+ addi 5,5,16
+ insrdi 7,7,32,0
+ insrdi 4,4,32,0
+ mtctr 16
+.align 4
+Ldec_compact_loop:
+ xor 8,8,12
+ xor 9,9,0
+ rlwinm 16,8,8,24,31
+ xor 10,10,14
+ rlwinm 17,9,8,24,31
+ xor 11,11,15
+ rlwinm 18,10,8,24,31
+ rlwinm 19,11,8,24,31
+ rlwinm 20,11,16,24,31
+ rlwinm 21,8,16,24,31
+ rlwinm 22,9,16,24,31
+ rlwinm 23,10,16,24,31
+ lbzx 16,6,16
+ rlwinm 24,10,24,24,31
+ lbzx 17,6,17
+ rlwinm 25,11,24,24,31
+ lbzx 18,6,18
+ rlwinm 26,8,24,24,31
+ lbzx 19,6,19
+ rlwinm 27,9,24,24,31
+ lbzx 20,6,20
+ rlwinm 28,9,0,24,31
+ lbzx 21,6,21
+ rlwinm 29,10,0,24,31
+ lbzx 22,6,22
+ rlwinm 30,11,0,24,31
+ lbzx 23,6,23
+ rlwinm 31,8,0,24,31
+ lbzx 24,6,24
+ rlwinm 8,16,24,0,7
+ lbzx 25,6,25
+ rlwinm 9,17,24,0,7
+ lbzx 26,6,26
+ rlwinm 10,18,24,0,7
+ lbzx 27,6,27
+ rlwinm 11,19,24,0,7
+ lbzx 28,6,28
+ rlwimi 8,20,16,8,15
+ lbzx 29,6,29
+ rlwimi 9,21,16,8,15
+ lbzx 30,6,30
+ rlwimi 10,22,16,8,15
+ lbzx 31,6,31
+ rlwimi 11,23,16,8,15
+ rlwimi 8,24,8,16,23
+ rlwimi 9,25,8,16,23
+ rlwimi 10,26,8,16,23
+ rlwimi 11,27,8,16,23
+ lwz 12,0(5)
+ or 8,8,28
+ lwz 0,4(5)
+ or 9,9,29
+ lwz 14,8(5)
+ or 10,10,30
+ lwz 15,12(5)
+ or 11,11,31
+
+ addi 5,5,16
+ bdz Ldec_compact_done
+
+ insrdi 8,9,32,0
+ insrdi 10,11,32,0
+
+ and 16,8,7
+ and 18,10,7
+ srdi 20,16,7
+ srdi 22,18,7
+ andc 24,8,7
+ andc 26,10,7
+ sub 16,16,20
+ sub 18,18,22
+ add 24,24,24
+ add 26,26,26
+ and 16,16,4
+ and 18,18,4
+ xor 16,16,24
+ xor 18,18,26
+
+ and 20,16,7
+ and 22,18,7
+ srdi 24,20,7
+ srdi 26,22,7
+ andc 28,16,7
+ andc 30,18,7
+ sub 20,20,24
+ sub 22,22,26
+ add 28,28,28
+ add 30,30,30
+ and 20,20,4
+ and 22,22,4
+ xor 20,20,28
+ xor 22,22,30
+
+ and 24,20,7
+ and 26,22,7
+ srdi 28,24,7
+ srdi 30,26,7
+ sub 24,24,28
+ sub 26,26,30
+ andc 28,20,7
+ andc 30,22,7
+ add 28,28,28
+ add 30,30,30
+ and 24,24,4
+ and 26,26,4
+ xor 24,24,28
+ xor 26,26,30
+
+ xor 16,16,8
+ xor 18,18,10
+ xor 20,20,8
+ xor 22,22,10
+
+ rldicl 17,16,32,32
+ rldicl 19,18,32,32
+ rldicl 21,20,32,32
+ rldicl 23,22,32,32
+ rldicl 25,24,32,32
+ rldicl 27,26,32,32
+ rotrwi 8,8,8
+ rotrwi 9,9,8
+ xor 8,8,16
+ rotrwi 10,10,8
+ xor 9,9,17
+ rotrwi 11,11,8
+ xor 10,10,18
+ xor 11,11,19
+ xor 16,16,24
+ xor 17,17,25
+ xor 18,18,26
+ xor 19,19,27
+ xor 8,8,20
+ rotrwi 16,16,24
+ xor 9,9,21
+ rotrwi 17,17,24
+ xor 10,10,22
+ rotrwi 18,18,24
+ xor 11,11,23
+ rotrwi 19,19,24
+ xor 20,20,24
+ xor 21,21,25
+ xor 22,22,26
+ xor 23,23,27
+ xor 8,8,24
+ rotrwi 20,20,16
+ xor 9,9,25
+ rotrwi 21,21,16
+ xor 10,10,26
+ rotrwi 22,22,16
+ xor 11,11,27
+ rotrwi 23,23,16
+ xor 8,8,16
+ rotrwi 24,24,8
+ xor 9,9,17
+ rotrwi 25,25,8
+ xor 10,10,18
+ rotrwi 26,26,8
+ xor 11,11,19
+ rotrwi 27,27,8
+ xor 8,8,20
+ xor 9,9,21
+ xor 10,10,22
+ xor 11,11,23
+ xor 8,8,24
+ xor 9,9,25
+ xor 10,10,26
+ xor 11,11,27
+
+ b Ldec_compact_loop
+.align 4
+Ldec_compact_done:
+ xor 8,8,12
+ xor 9,9,0
+ xor 10,10,14
+ xor 11,11,15
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.byte 65,69,83,32,102,111,114,32,80,80,67,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 7
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aesp8-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aesp8-ppc.s
new file mode 100644
index 0000000000..0893f20dc8
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/aesp8-ppc.s
@@ -0,0 +1,3633 @@
+.machine "any"
+
+.csect .text[PR],7
+
+.align 7
+rcon:
+.byte 0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00
+.byte 0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x00,0x1b,0x00,0x00,0x00
+.byte 0x0d,0x0e,0x0f,0x0c,0x0d,0x0e,0x0f,0x0c,0x0d,0x0e,0x0f,0x0c,0x0d,0x0e,0x0f,0x0c
+.byte 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
+Lconsts:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 6
+ addi 6,6,-0x48
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.byte 65,69,83,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+
+.globl .aes_p8_set_encrypt_key
+.align 5
+.aes_p8_set_encrypt_key:
+Lset_encrypt_key:
+ mflr 11
+ std 11,16(1)
+
+ li 6,-1
+ cmpldi 3,0
+ beq- Lenc_key_abort
+ cmpldi 5,0
+ beq- Lenc_key_abort
+ li 6,-2
+ cmpwi 4,128
+ blt- Lenc_key_abort
+ cmpwi 4,256
+ bgt- Lenc_key_abort
+ andi. 0,4,0x3f
+ bne- Lenc_key_abort
+
+ lis 0,0xfff0
+ li 12,-1
+ or 0,0,0
+
+ bl Lconsts
+ mtlr 11
+
+ neg 9,3
+ lvx 1,0,3
+ addi 3,3,15
+ lvsr 3,0,9
+ li 8,0x20
+ cmpwi 4,192
+ lvx 2,0,3
+
+ lvx 4,0,6
+
+ lvx 5,8,6
+ addi 6,6,0x10
+ vperm 1,1,2,3
+ li 7,8
+ vxor 0,0,0
+ mtctr 7
+
+ lvsr 8,0,5
+ vspltisb 9,-1
+ lvx 10,0,5
+ vperm 9,0,9,8
+
+ blt Loop128
+ addi 3,3,8
+ beq L192
+ addi 3,3,8
+ b L256
+
+.align 4
+Loop128:
+ vperm 3,1,1,5
+ vsldoi 6,0,1,12
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ .long 0x10632509
+ stvx 7,0,5
+ addi 5,5,16
+
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vadduwm 4,4,4
+ vxor 1,1,3
+ bc 16,0,Loop128
+
+ lvx 4,0,6
+
+ vperm 3,1,1,5
+ vsldoi 6,0,1,12
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ .long 0x10632509
+ stvx 7,0,5
+ addi 5,5,16
+
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vadduwm 4,4,4
+ vxor 1,1,3
+
+ vperm 3,1,1,5
+ vsldoi 6,0,1,12
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ .long 0x10632509
+ stvx 7,0,5
+ addi 5,5,16
+
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vxor 1,1,3
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ stvx 7,0,5
+
+ addi 3,5,15
+ addi 5,5,0x50
+
+ li 8,10
+ b Ldone
+
+.align 4
+L192:
+ lvx 6,0,3
+ li 7,4
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ stvx 7,0,5
+ addi 5,5,16
+ vperm 2,2,6,3
+ vspltisb 3,8
+ mtctr 7
+ vsububm 5,5,3
+
+Loop192:
+ vperm 3,2,2,5
+ vsldoi 6,0,1,12
+ .long 0x10632509
+
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+
+ vsldoi 7,0,2,8
+ vspltw 6,1,3
+ vxor 6,6,2
+ vsldoi 2,0,2,12
+ vadduwm 4,4,4
+ vxor 2,2,6
+ vxor 1,1,3
+ vxor 2,2,3
+ vsldoi 7,7,1,8
+
+ vperm 3,2,2,5
+ vsldoi 6,0,1,12
+ vperm 11,7,7,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ .long 0x10632509
+ stvx 7,0,5
+ addi 5,5,16
+
+ vsldoi 7,1,2,8
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vperm 11,7,7,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ stvx 7,0,5
+ addi 5,5,16
+
+ vspltw 6,1,3
+ vxor 6,6,2
+ vsldoi 2,0,2,12
+ vadduwm 4,4,4
+ vxor 2,2,6
+ vxor 1,1,3
+ vxor 2,2,3
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ stvx 7,0,5
+ addi 3,5,15
+ addi 5,5,16
+ bc 16,0,Loop192
+
+ li 8,12
+ addi 5,5,0x20
+ b Ldone
+
+.align 4
+L256:
+ lvx 6,0,3
+ li 7,7
+ li 8,14
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ stvx 7,0,5
+ addi 5,5,16
+ vperm 2,2,6,3
+ mtctr 7
+
+Loop256:
+ vperm 3,2,2,5
+ vsldoi 6,0,1,12
+ vperm 11,2,2,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ .long 0x10632509
+ stvx 7,0,5
+ addi 5,5,16
+
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vsldoi 6,0,6,12
+ vxor 1,1,6
+ vadduwm 4,4,4
+ vxor 1,1,3
+ vperm 11,1,1,8
+ vsel 7,10,11,9
+ vor 10,11,11
+ stvx 7,0,5
+ addi 3,5,15
+ addi 5,5,16
+ bdz Ldone
+
+ vspltw 3,1,3
+ vsldoi 6,0,2,12
+ .long 0x106305C8
+
+ vxor 2,2,6
+ vsldoi 6,0,6,12
+ vxor 2,2,6
+ vsldoi 6,0,6,12
+ vxor 2,2,6
+
+ vxor 2,2,3
+ b Loop256
+
+.align 4
+Ldone:
+ lvx 2,0,3
+ vsel 2,10,2,9
+ stvx 2,0,3
+ li 6,0
+ or 12,12,12
+ stw 8,0(5)
+
+Lenc_key_abort:
+ mr 3,6
+ blr
+.long 0
+.byte 0,12,0x14,1,0,0,3,0
+.long 0
+
+
+.globl .aes_p8_set_decrypt_key
+.align 5
+.aes_p8_set_decrypt_key:
+ stdu 1,-64(1)
+ mflr 10
+ std 10,64+16(1)
+ bl Lset_encrypt_key
+ mtlr 10
+
+ cmpwi 3,0
+ bne- Ldec_key_abort
+
+ slwi 7,8,4
+ subi 3,5,240
+ srwi 8,8,1
+ add 5,3,7
+ mtctr 8
+
+Ldeckey:
+ lwz 0, 0(3)
+ lwz 6, 4(3)
+ lwz 7, 8(3)
+ lwz 8, 12(3)
+ addi 3,3,16
+ lwz 9, 0(5)
+ lwz 10,4(5)
+ lwz 11,8(5)
+ lwz 12,12(5)
+ stw 0, 0(5)
+ stw 6, 4(5)
+ stw 7, 8(5)
+ stw 8, 12(5)
+ subi 5,5,16
+ stw 9, -16(3)
+ stw 10,-12(3)
+ stw 11,-8(3)
+ stw 12,-4(3)
+ bc 16,0,Ldeckey
+
+ xor 3,3,3
+Ldec_key_abort:
+ addi 1,1,64
+ blr
+.long 0
+.byte 0,12,4,1,0x80,0,3,0
+.long 0
+
+.globl .aes_p8_encrypt
+.align 5
+.aes_p8_encrypt:
+ lwz 6,240(5)
+ lis 0,0xfc00
+ li 12,-1
+ li 7,15
+ or 0,0,0
+
+ lvx 0,0,3
+ neg 11,4
+ lvx 1,7,3
+ lvsl 2,0,3
+
+ lvsl 3,0,11
+
+ li 7,16
+ vperm 0,0,1,2
+ lvx 1,0,5
+ lvsl 5,0,5
+ srwi 6,6,1
+ lvx 2,7,5
+ addi 7,7,16
+ subi 6,6,1
+ vperm 1,1,2,5
+
+ vxor 0,0,1
+ lvx 1,7,5
+ addi 7,7,16
+ mtctr 6
+
+Loop_enc:
+ vperm 2,2,1,5
+ .long 0x10001508
+ lvx 2,7,5
+ addi 7,7,16
+ vperm 1,1,2,5
+ .long 0x10000D08
+ lvx 1,7,5
+ addi 7,7,16
+ bc 16,0,Loop_enc
+
+ vperm 2,2,1,5
+ .long 0x10001508
+ lvx 2,7,5
+ vperm 1,1,2,5
+ .long 0x10000D09
+
+ vspltisb 2,-1
+ vxor 1,1,1
+ li 7,15
+ vperm 2,1,2,3
+
+ lvx 1,0,4
+ vperm 0,0,0,3
+ vsel 1,1,0,2
+ lvx 4,7,4
+ stvx 1,0,4
+ vsel 0,0,4,2
+ stvx 0,7,4
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+.globl .aes_p8_decrypt
+.align 5
+.aes_p8_decrypt:
+ lwz 6,240(5)
+ lis 0,0xfc00
+ li 12,-1
+ li 7,15
+ or 0,0,0
+
+ lvx 0,0,3
+ neg 11,4
+ lvx 1,7,3
+ lvsl 2,0,3
+
+ lvsl 3,0,11
+
+ li 7,16
+ vperm 0,0,1,2
+ lvx 1,0,5
+ lvsl 5,0,5
+ srwi 6,6,1
+ lvx 2,7,5
+ addi 7,7,16
+ subi 6,6,1
+ vperm 1,1,2,5
+
+ vxor 0,0,1
+ lvx 1,7,5
+ addi 7,7,16
+ mtctr 6
+
+Loop_dec:
+ vperm 2,2,1,5
+ .long 0x10001548
+ lvx 2,7,5
+ addi 7,7,16
+ vperm 1,1,2,5
+ .long 0x10000D48
+ lvx 1,7,5
+ addi 7,7,16
+ bc 16,0,Loop_dec
+
+ vperm 2,2,1,5
+ .long 0x10001548
+ lvx 2,7,5
+ vperm 1,1,2,5
+ .long 0x10000D49
+
+ vspltisb 2,-1
+ vxor 1,1,1
+ li 7,15
+ vperm 2,1,2,3
+
+ lvx 1,0,4
+ vperm 0,0,0,3
+ vsel 1,1,0,2
+ lvx 4,7,4
+ stvx 1,0,4
+ vsel 0,0,4,2
+ stvx 0,7,4
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+.globl .aes_p8_cbc_encrypt
+.align 5
+.aes_p8_cbc_encrypt:
+ cmpldi 5,16
+ bclr 14,0
+
+ cmpwi 8,0
+ lis 0,0xffe0
+ li 12,-1
+ or 0,0,0
+
+ li 10,15
+ vxor 0,0,0
+
+
+ lvx 4,0,7
+ lvsl 6,0,7
+ lvx 5,10,7
+
+ vperm 4,4,5,6
+
+ neg 11,3
+ lvsl 10,0,6
+ lwz 9,240(6)
+
+ lvsr 6,0,11
+ lvx 5,0,3
+ addi 3,3,15
+
+
+ lvsr 8,0,4
+ vspltisb 9,-1
+ lvx 7,0,4
+ vperm 9,0,9,8
+
+
+ srwi 9,9,1
+ li 10,16
+ subi 9,9,1
+ beq Lcbc_dec
+
+Lcbc_enc:
+ vor 2,5,5
+ lvx 5,0,3
+ addi 3,3,16
+ mtctr 9
+ subi 5,5,16
+
+ lvx 0,0,6
+ vperm 2,2,5,6
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ vxor 2,2,0
+ lvx 0,10,6
+ addi 10,10,16
+ vxor 2,2,4
+
+Loop_cbc_enc:
+ vperm 1,1,0,10
+ .long 0x10420D08
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ .long 0x10420508
+ lvx 0,10,6
+ addi 10,10,16
+ bc 16,0,Loop_cbc_enc
+
+ vperm 1,1,0,10
+ .long 0x10420D08
+ lvx 1,10,6
+ li 10,16
+ vperm 0,0,1,10
+ .long 0x10820509
+ cmpldi 5,16
+
+ vperm 3,4,4,8
+ vsel 2,7,3,9
+ vor 7,3,3
+ stvx 2,0,4
+ addi 4,4,16
+ bge Lcbc_enc
+
+ b Lcbc_done
+
+.align 4
+Lcbc_dec:
+ cmpldi 5,128
+ bge _aesp8_cbc_decrypt8x
+ vor 3,5,5
+ lvx 5,0,3
+ addi 3,3,16
+ mtctr 9
+ subi 5,5,16
+
+ lvx 0,0,6
+ vperm 3,3,5,6
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ vxor 2,3,0
+ lvx 0,10,6
+ addi 10,10,16
+
+Loop_cbc_dec:
+ vperm 1,1,0,10
+ .long 0x10420D48
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ .long 0x10420548
+ lvx 0,10,6
+ addi 10,10,16
+ bc 16,0,Loop_cbc_dec
+
+ vperm 1,1,0,10
+ .long 0x10420D48
+ lvx 1,10,6
+ li 10,16
+ vperm 0,0,1,10
+ .long 0x10420549
+ cmpldi 5,16
+
+ vxor 2,2,4
+ vor 4,3,3
+ vperm 3,2,2,8
+ vsel 2,7,3,9
+ vor 7,3,3
+ stvx 2,0,4
+ addi 4,4,16
+ bge Lcbc_dec
+
+Lcbc_done:
+ addi 4,4,-1
+ lvx 2,0,4
+ vsel 2,7,2,9
+ stvx 2,0,4
+
+ neg 8,7
+ li 10,15
+ vxor 0,0,0
+ vspltisb 9,-1
+
+ lvsl 8,0,8
+ vperm 9,0,9,8
+
+ lvx 7,0,7
+ vperm 4,4,4,8
+ vsel 2,7,4,9
+ lvx 5,10,7
+ stvx 2,0,7
+ vsel 2,4,5,9
+ stvx 2,10,7
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,6,0
+.long 0
+.align 5
+_aesp8_cbc_decrypt8x:
+ stdu 1,-448(1)
+ li 10,207
+ li 11,223
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ li 0,-1
+ stw 12,396(1)
+ li 8,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ or 0,0,0
+
+ subi 9,9,3
+ subi 5,5,128
+
+ lvx 23,0,6
+ lvx 30,8,6
+ addi 6,6,0x20
+ lvx 31,0,6
+ vperm 23,23,30,10
+ addi 11,1,64+15
+ mtctr 9
+
+Load_cbc_dec_key:
+ vperm 24,30,31,10
+ lvx 30,8,6
+ addi 6,6,0x20
+ stvx 24,0,11
+ vperm 25,31,30,10
+ lvx 31,0,6
+ stvx 25,8,11
+ addi 11,11,0x20
+ bc 16,0,Load_cbc_dec_key
+
+ lvx 26,8,6
+ vperm 24,30,31,10
+ lvx 27,26,6
+ stvx 24,0,11
+ vperm 25,31,26,10
+ lvx 28,27,6
+ stvx 25,8,11
+ addi 11,1,64+15
+ vperm 26,26,27,10
+ lvx 29,28,6
+ vperm 27,27,28,10
+ lvx 30,29,6
+ vperm 28,28,29,10
+ lvx 31,30,6
+ vperm 29,29,30,10
+ lvx 14,31,6
+ vperm 30,30,31,10
+ lvx 24,0,11
+ vperm 31,31,14,10
+ lvx 25,8,11
+
+
+
+ subi 3,3,15
+
+
+ .long 0x7C001E99
+
+
+ .long 0x7C281E99
+
+ .long 0x7C5A1E99
+
+ .long 0x7C7B1E99
+
+ .long 0x7D5C1E99
+
+ vxor 14,0,23
+ .long 0x7D7D1E99
+
+ vxor 15,1,23
+ .long 0x7D9E1E99
+
+ vxor 16,2,23
+ .long 0x7DBF1E99
+ addi 3,3,0x80
+
+ vxor 17,3,23
+
+ vxor 18,10,23
+
+ vxor 19,11,23
+ vxor 20,12,23
+ vxor 21,13,23
+
+ mtctr 9
+ b Loop_cbc_dec8x
+.align 5
+Loop_cbc_dec8x:
+ .long 0x11CEC548
+ .long 0x11EFC548
+ .long 0x1210C548
+ .long 0x1231C548
+ .long 0x1252C548
+ .long 0x1273C548
+ .long 0x1294C548
+ .long 0x12B5C548
+ lvx 24,26,11
+ addi 11,11,0x20
+
+ .long 0x11CECD48
+ .long 0x11EFCD48
+ .long 0x1210CD48
+ .long 0x1231CD48
+ .long 0x1252CD48
+ .long 0x1273CD48
+ .long 0x1294CD48
+ .long 0x12B5CD48
+ lvx 25,8,11
+ bc 16,0,Loop_cbc_dec8x
+
+ subic 5,5,128
+ .long 0x11CEC548
+ .long 0x11EFC548
+ .long 0x1210C548
+ .long 0x1231C548
+ .long 0x1252C548
+ .long 0x1273C548
+ .long 0x1294C548
+ .long 0x12B5C548
+
+ subfe. 0,0,0
+ .long 0x11CECD48
+ .long 0x11EFCD48
+ .long 0x1210CD48
+ .long 0x1231CD48
+ .long 0x1252CD48
+ .long 0x1273CD48
+ .long 0x1294CD48
+ .long 0x12B5CD48
+
+ and 0,0,5
+ .long 0x11CED548
+ .long 0x11EFD548
+ .long 0x1210D548
+ .long 0x1231D548
+ .long 0x1252D548
+ .long 0x1273D548
+ .long 0x1294D548
+ .long 0x12B5D548
+
+ add 3,3,0
+
+
+
+ .long 0x11CEDD48
+ .long 0x11EFDD48
+ .long 0x1210DD48
+ .long 0x1231DD48
+ .long 0x1252DD48
+ .long 0x1273DD48
+ .long 0x1294DD48
+ .long 0x12B5DD48
+
+ addi 11,1,64+15
+ .long 0x11CEE548
+ .long 0x11EFE548
+ .long 0x1210E548
+ .long 0x1231E548
+ .long 0x1252E548
+ .long 0x1273E548
+ .long 0x1294E548
+ .long 0x12B5E548
+ lvx 24,0,11
+
+ .long 0x11CEED48
+ .long 0x11EFED48
+ .long 0x1210ED48
+ .long 0x1231ED48
+ .long 0x1252ED48
+ .long 0x1273ED48
+ .long 0x1294ED48
+ .long 0x12B5ED48
+ lvx 25,8,11
+
+ .long 0x11CEF548
+ vxor 4,4,31
+ .long 0x11EFF548
+ vxor 0,0,31
+ .long 0x1210F548
+ vxor 1,1,31
+ .long 0x1231F548
+ vxor 2,2,31
+ .long 0x1252F548
+ vxor 3,3,31
+ .long 0x1273F548
+ vxor 10,10,31
+ .long 0x1294F548
+ vxor 11,11,31
+ .long 0x12B5F548
+ vxor 12,12,31
+
+ .long 0x11CE2549
+ .long 0x11EF0549
+ .long 0x7C001E99
+ .long 0x12100D49
+ .long 0x7C281E99
+ .long 0x12311549
+
+ .long 0x7C5A1E99
+ .long 0x12521D49
+
+ .long 0x7C7B1E99
+ .long 0x12735549
+
+ .long 0x7D5C1E99
+ .long 0x12945D49
+
+ .long 0x7D7D1E99
+ .long 0x12B56549
+
+ .long 0x7D9E1E99
+ vor 4,13,13
+
+ .long 0x7DBF1E99
+ addi 3,3,0x80
+
+
+
+ .long 0x7DC02799
+
+ vxor 14,0,23
+
+ .long 0x7DE82799
+
+ vxor 15,1,23
+
+ .long 0x7E1A2799
+ vxor 16,2,23
+
+ .long 0x7E3B2799
+ vxor 17,3,23
+
+ .long 0x7E5C2799
+ vxor 18,10,23
+
+ .long 0x7E7D2799
+ vxor 19,11,23
+
+ .long 0x7E9E2799
+ vxor 20,12,23
+ .long 0x7EBF2799
+ addi 4,4,0x80
+ vxor 21,13,23
+
+ mtctr 9
+ beq Loop_cbc_dec8x
+
+ addic. 5,5,128
+ beq Lcbc_dec8x_done
+ nop
+ nop
+
+Loop_cbc_dec8x_tail:
+ .long 0x11EFC548
+ .long 0x1210C548
+ .long 0x1231C548
+ .long 0x1252C548
+ .long 0x1273C548
+ .long 0x1294C548
+ .long 0x12B5C548
+ lvx 24,26,11
+ addi 11,11,0x20
+
+ .long 0x11EFCD48
+ .long 0x1210CD48
+ .long 0x1231CD48
+ .long 0x1252CD48
+ .long 0x1273CD48
+ .long 0x1294CD48
+ .long 0x12B5CD48
+ lvx 25,8,11
+ bc 16,0,Loop_cbc_dec8x_tail
+
+ .long 0x11EFC548
+ .long 0x1210C548
+ .long 0x1231C548
+ .long 0x1252C548
+ .long 0x1273C548
+ .long 0x1294C548
+ .long 0x12B5C548
+
+ .long 0x11EFCD48
+ .long 0x1210CD48
+ .long 0x1231CD48
+ .long 0x1252CD48
+ .long 0x1273CD48
+ .long 0x1294CD48
+ .long 0x12B5CD48
+
+ .long 0x11EFD548
+ .long 0x1210D548
+ .long 0x1231D548
+ .long 0x1252D548
+ .long 0x1273D548
+ .long 0x1294D548
+ .long 0x12B5D548
+
+ .long 0x11EFDD48
+ .long 0x1210DD48
+ .long 0x1231DD48
+ .long 0x1252DD48
+ .long 0x1273DD48
+ .long 0x1294DD48
+ .long 0x12B5DD48
+
+ .long 0x11EFE548
+ .long 0x1210E548
+ .long 0x1231E548
+ .long 0x1252E548
+ .long 0x1273E548
+ .long 0x1294E548
+ .long 0x12B5E548
+
+ .long 0x11EFED48
+ .long 0x1210ED48
+ .long 0x1231ED48
+ .long 0x1252ED48
+ .long 0x1273ED48
+ .long 0x1294ED48
+ .long 0x12B5ED48
+
+ .long 0x11EFF548
+ vxor 4,4,31
+ .long 0x1210F548
+ vxor 1,1,31
+ .long 0x1231F548
+ vxor 2,2,31
+ .long 0x1252F548
+ vxor 3,3,31
+ .long 0x1273F548
+ vxor 10,10,31
+ .long 0x1294F548
+ vxor 11,11,31
+ .long 0x12B5F548
+ vxor 12,12,31
+
+ cmplwi 5,32
+ blt Lcbc_dec8x_one
+ nop
+ beq Lcbc_dec8x_two
+ cmplwi 5,64
+ blt Lcbc_dec8x_three
+ nop
+ beq Lcbc_dec8x_four
+ cmplwi 5,96
+ blt Lcbc_dec8x_five
+ nop
+ beq Lcbc_dec8x_six
+
+Lcbc_dec8x_seven:
+ .long 0x11EF2549
+ .long 0x12100D49
+ .long 0x12311549
+ .long 0x12521D49
+ .long 0x12735549
+ .long 0x12945D49
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+
+ .long 0x7E5B2799
+
+ .long 0x7E7C2799
+
+ .long 0x7E9D2799
+ .long 0x7EBE2799
+ addi 4,4,0x70
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_six:
+ .long 0x12102549
+ .long 0x12311549
+ .long 0x12521D49
+ .long 0x12735549
+ .long 0x12945D49
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7E002799
+
+ .long 0x7E282799
+
+ .long 0x7E5A2799
+
+ .long 0x7E7B2799
+
+ .long 0x7E9C2799
+ .long 0x7EBD2799
+ addi 4,4,0x60
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_five:
+ .long 0x12312549
+ .long 0x12521D49
+ .long 0x12735549
+ .long 0x12945D49
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7E202799
+
+ .long 0x7E482799
+
+ .long 0x7E7A2799
+
+ .long 0x7E9B2799
+ .long 0x7EBC2799
+ addi 4,4,0x50
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_four:
+ .long 0x12522549
+ .long 0x12735549
+ .long 0x12945D49
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7E402799
+
+ .long 0x7E682799
+
+ .long 0x7E9A2799
+ .long 0x7EBB2799
+ addi 4,4,0x40
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_three:
+ .long 0x12732549
+ .long 0x12945D49
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7E602799
+
+ .long 0x7E882799
+ .long 0x7EBA2799
+ addi 4,4,0x30
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_two:
+ .long 0x12942549
+ .long 0x12B56549
+ vor 4,13,13
+
+
+
+ .long 0x7E802799
+ .long 0x7EA82799
+ addi 4,4,0x20
+ b Lcbc_dec8x_done
+
+.align 5
+Lcbc_dec8x_one:
+ .long 0x12B52549
+ vor 4,13,13
+
+
+ .long 0x7EA02799
+ addi 4,4,0x10
+
+Lcbc_dec8x_done:
+
+ .long 0x7C803F99
+
+ li 10,79
+ li 11,95
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,0x04,0,0x80,6,6,0
+.long 0
+
+.globl .aes_p8_ctr32_encrypt_blocks
+.align 5
+.aes_p8_ctr32_encrypt_blocks:
+ cmpldi 5,1
+ bclr 14,0
+
+ lis 0,0xfff0
+ li 12,-1
+ or 0,0,0
+
+ li 10,15
+ vxor 0,0,0
+
+
+ lvx 4,0,7
+ lvsl 6,0,7
+ lvx 5,10,7
+ vspltisb 11,1
+
+ vperm 4,4,5,6
+ vsldoi 11,0,11,1
+
+ neg 11,3
+ lvsl 10,0,6
+ lwz 9,240(6)
+
+ lvsr 6,0,11
+ lvx 5,0,3
+ addi 3,3,15
+
+
+ srwi 9,9,1
+ li 10,16
+ subi 9,9,1
+
+ cmpldi 5,8
+ bge _aesp8_ctr32_encrypt8x
+
+ lvsr 8,0,4
+ vspltisb 9,-1
+ lvx 7,0,4
+ vperm 9,0,9,8
+
+
+ lvx 0,0,6
+ mtctr 9
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ vxor 2,4,0
+ lvx 0,10,6
+ addi 10,10,16
+ b Loop_ctr32_enc
+
+.align 5
+Loop_ctr32_enc:
+ vperm 1,1,0,10
+ .long 0x10420D08
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 0,0,1,10
+ .long 0x10420508
+ lvx 0,10,6
+ addi 10,10,16
+ bc 16,0,Loop_ctr32_enc
+
+ vadduwm 4,4,11
+ vor 3,5,5
+ lvx 5,0,3
+ addi 3,3,16
+ subic. 5,5,1
+
+ vperm 1,1,0,10
+ .long 0x10420D08
+ lvx 1,10,6
+ vperm 3,3,5,6
+ li 10,16
+ vperm 1,0,1,10
+ lvx 0,0,6
+ vxor 3,3,1
+ .long 0x10421D09
+
+ lvx 1,10,6
+ addi 10,10,16
+ vperm 2,2,2,8
+ vsel 3,7,2,9
+ mtctr 9
+ vperm 0,0,1,10
+ vor 7,2,2
+ vxor 2,4,0
+ lvx 0,10,6
+ addi 10,10,16
+ stvx 3,0,4
+ addi 4,4,16
+ bne Loop_ctr32_enc
+
+ addi 4,4,-1
+ lvx 2,0,4
+ vsel 2,7,2,9
+ stvx 2,0,4
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,6,0
+.long 0
+.align 5
+_aesp8_ctr32_encrypt8x:
+ stdu 1,-448(1)
+ li 10,207
+ li 11,223
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ li 0,-1
+ stw 12,396(1)
+ li 8,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ or 0,0,0
+
+ subi 9,9,3
+
+ lvx 23,0,6
+ lvx 30,8,6
+ addi 6,6,0x20
+ lvx 31,0,6
+ vperm 23,23,30,10
+ addi 11,1,64+15
+ mtctr 9
+
+Load_ctr32_enc_key:
+ vperm 24,30,31,10
+ lvx 30,8,6
+ addi 6,6,0x20
+ stvx 24,0,11
+ vperm 25,31,30,10
+ lvx 31,0,6
+ stvx 25,8,11
+ addi 11,11,0x20
+ bc 16,0,Load_ctr32_enc_key
+
+ lvx 26,8,6
+ vperm 24,30,31,10
+ lvx 27,26,6
+ stvx 24,0,11
+ vperm 25,31,26,10
+ lvx 28,27,6
+ stvx 25,8,11
+ addi 11,1,64+15
+ vperm 26,26,27,10
+ lvx 29,28,6
+ vperm 27,27,28,10
+ lvx 30,29,6
+ vperm 28,28,29,10
+ lvx 31,30,6
+ vperm 29,29,30,10
+ lvx 15,31,6
+ vperm 30,30,31,10
+ lvx 24,0,11
+ vperm 31,31,15,10
+ lvx 25,8,11
+
+ vadduwm 7,11,11
+ subi 3,3,15
+ sldi 5,5,4
+
+ vadduwm 16,4,11
+ vadduwm 17,4,7
+ vxor 15,4,23
+
+ vadduwm 18,16,7
+ vxor 16,16,23
+
+ vadduwm 19,17,7
+ vxor 17,17,23
+
+ vadduwm 20,18,7
+ vxor 18,18,23
+
+ vadduwm 21,19,7
+ vxor 19,19,23
+ vadduwm 22,20,7
+ vxor 20,20,23
+ vadduwm 4,21,7
+ vxor 21,21,23
+ vxor 22,22,23
+
+ mtctr 9
+ b Loop_ctr32_enc8x
+.align 5
+Loop_ctr32_enc8x:
+ .long 0x11EFC508
+ .long 0x1210C508
+ .long 0x1231C508
+ .long 0x1252C508
+ .long 0x1273C508
+ .long 0x1294C508
+ .long 0x12B5C508
+ .long 0x12D6C508
+Loop_ctr32_enc8x_middle:
+ lvx 24,26,11
+ addi 11,11,0x20
+
+ .long 0x11EFCD08
+ .long 0x1210CD08
+ .long 0x1231CD08
+ .long 0x1252CD08
+ .long 0x1273CD08
+ .long 0x1294CD08
+ .long 0x12B5CD08
+ .long 0x12D6CD08
+ lvx 25,8,11
+ bc 16,0,Loop_ctr32_enc8x
+
+ subic 11,5,256
+ .long 0x11EFC508
+ .long 0x1210C508
+ .long 0x1231C508
+ .long 0x1252C508
+ .long 0x1273C508
+ .long 0x1294C508
+ .long 0x12B5C508
+ .long 0x12D6C508
+
+ subfe 0,0,0
+ .long 0x11EFCD08
+ .long 0x1210CD08
+ .long 0x1231CD08
+ .long 0x1252CD08
+ .long 0x1273CD08
+ .long 0x1294CD08
+ .long 0x12B5CD08
+ .long 0x12D6CD08
+
+ and 0,0,11
+ addi 11,1,64+15
+ .long 0x11EFD508
+ .long 0x1210D508
+ .long 0x1231D508
+ .long 0x1252D508
+ .long 0x1273D508
+ .long 0x1294D508
+ .long 0x12B5D508
+ .long 0x12D6D508
+ lvx 24,0,11
+
+ subic 5,5,129
+ .long 0x11EFDD08
+ addi 5,5,1
+ .long 0x1210DD08
+ .long 0x1231DD08
+ .long 0x1252DD08
+ .long 0x1273DD08
+ .long 0x1294DD08
+ .long 0x12B5DD08
+ .long 0x12D6DD08
+ lvx 25,8,11
+
+ .long 0x11EFE508
+ .long 0x7C001E99
+ .long 0x1210E508
+ .long 0x7C281E99
+ .long 0x1231E508
+ .long 0x7C5A1E99
+ .long 0x1252E508
+ .long 0x7C7B1E99
+ .long 0x1273E508
+ .long 0x7D5C1E99
+ .long 0x1294E508
+ .long 0x7D9D1E99
+ .long 0x12B5E508
+ .long 0x7DBE1E99
+ .long 0x12D6E508
+ .long 0x7DDF1E99
+ addi 3,3,0x80
+
+ .long 0x11EFED08
+
+ .long 0x1210ED08
+
+ .long 0x1231ED08
+
+ .long 0x1252ED08
+
+ .long 0x1273ED08
+
+ .long 0x1294ED08
+
+ .long 0x12B5ED08
+
+ .long 0x12D6ED08
+
+
+ add 3,3,0
+
+
+
+ subfe. 0,0,0
+ .long 0x11EFF508
+ vxor 0,0,31
+ .long 0x1210F508
+ vxor 1,1,31
+ .long 0x1231F508
+ vxor 2,2,31
+ .long 0x1252F508
+ vxor 3,3,31
+ .long 0x1273F508
+ vxor 10,10,31
+ .long 0x1294F508
+ vxor 12,12,31
+ .long 0x12B5F508
+ vxor 13,13,31
+ .long 0x12D6F508
+ vxor 14,14,31
+
+ bne Lctr32_enc8x_break
+
+ .long 0x100F0509
+ .long 0x10300D09
+ vadduwm 16,4,11
+ .long 0x10511509
+ vadduwm 17,4,7
+ vxor 15,4,23
+ .long 0x10721D09
+ vadduwm 18,16,7
+ vxor 16,16,23
+ .long 0x11535509
+ vadduwm 19,17,7
+ vxor 17,17,23
+ .long 0x11946509
+ vadduwm 20,18,7
+ vxor 18,18,23
+ .long 0x11B56D09
+ vadduwm 21,19,7
+ vxor 19,19,23
+ .long 0x11D67509
+ vadduwm 22,20,7
+ vxor 20,20,23
+
+ vadduwm 4,21,7
+ vxor 21,21,23
+
+ vxor 22,22,23
+ mtctr 9
+
+ .long 0x11EFC508
+ .long 0x7C002799
+
+ .long 0x1210C508
+ .long 0x7C282799
+
+ .long 0x1231C508
+ .long 0x7C5A2799
+
+ .long 0x1252C508
+ .long 0x7C7B2799
+
+ .long 0x1273C508
+ .long 0x7D5C2799
+
+ .long 0x1294C508
+ .long 0x7D9D2799
+
+ .long 0x12B5C508
+ .long 0x7DBE2799
+ .long 0x12D6C508
+ .long 0x7DDF2799
+ addi 4,4,0x80
+
+ b Loop_ctr32_enc8x_middle
+
+.align 5
+Lctr32_enc8x_break:
+ cmpwi 5,-0x60
+ blt Lctr32_enc8x_one
+ nop
+ beq Lctr32_enc8x_two
+ cmpwi 5,-0x40
+ blt Lctr32_enc8x_three
+ nop
+ beq Lctr32_enc8x_four
+ cmpwi 5,-0x20
+ blt Lctr32_enc8x_five
+ nop
+ beq Lctr32_enc8x_six
+ cmpwi 5,0x00
+ blt Lctr32_enc8x_seven
+
+Lctr32_enc8x_eight:
+ .long 0x11EF0509
+ .long 0x12100D09
+ .long 0x12311509
+ .long 0x12521D09
+ .long 0x12735509
+ .long 0x12946509
+ .long 0x12B56D09
+ .long 0x12D67509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+
+ .long 0x7E5B2799
+
+ .long 0x7E7C2799
+
+ .long 0x7E9D2799
+
+ .long 0x7EBE2799
+ .long 0x7EDF2799
+ addi 4,4,0x80
+ b Lctr32_enc8x_done
+
+.align 5
+Lctr32_enc8x_seven:
+ .long 0x11EF0D09
+ .long 0x12101509
+ .long 0x12311D09
+ .long 0x12525509
+ .long 0x12736509
+ .long 0x12946D09
+ .long 0x12B57509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+
+ .long 0x7E5B2799
+
+ .long 0x7E7C2799
+
+ .long 0x7E9D2799
+ .long 0x7EBE2799
+ addi 4,4,0x70
+ b Lctr32_enc8x_done
+
+.align 5
+Lctr32_enc8x_six:
+ .long 0x11EF1509
+ .long 0x12101D09
+ .long 0x12315509
+ .long 0x12526509
+ .long 0x12736D09
+ .long 0x12947509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+
+ .long 0x7E5B2799
+
+ .long 0x7E7C2799
+ .long 0x7E9D2799
+ addi 4,4,0x60
+ b Lctr32_enc8x_done
+
+.align 5
+Lctr32_enc8x_five:
+ .long 0x11EF1D09
+ .long 0x12105509
+ .long 0x12316509
+ .long 0x12526D09
+ .long 0x12737509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+
+ .long 0x7E5B2799
+ .long 0x7E7C2799
+ addi 4,4,0x50
+ b Lctr32_enc8x_done
+
+.align 5
+Lctr32_enc8x_four:
+ .long 0x11EF5509
+ .long 0x12106509
+ .long 0x12316D09
+ .long 0x12527509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+
+ .long 0x7E3A2799
+ .long 0x7E5B2799
+ addi 4,4,0x40
+ b Lctr32_enc8x_done
+
+.align 5
+Lctr32_enc8x_three:
+ .long 0x11EF6509
+ .long 0x12106D09
+ .long 0x12317509
+
+
+
+ .long 0x7DE02799
+
+ .long 0x7E082799
+ .long 0x7E3A2799
+ addi 4,4,0x30
+ b Lcbc_dec8x_done
+
+.align 5
+Lctr32_enc8x_two:
+ .long 0x11EF6D09
+ .long 0x12107509
+
+
+
+ .long 0x7DE02799
+ .long 0x7E082799
+ addi 4,4,0x20
+ b Lcbc_dec8x_done
+
+.align 5
+Lctr32_enc8x_one:
+ .long 0x11EF7509
+
+
+ .long 0x7DE02799
+ addi 4,4,0x10
+
+Lctr32_enc8x_done:
+ li 10,79
+ li 11,95
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+ stvx 6,10,1
+ addi 10,10,32
+ stvx 6,11,1
+ addi 11,11,32
+
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,0x04,0,0x80,6,6,0
+.long 0
+
+.globl .aes_p8_xts_encrypt
+.align 5
+.aes_p8_xts_encrypt:
+ mr 10,3
+ li 3,-1
+ cmpldi 5,16
+ bclr 14,0
+
+ lis 0,0xfff0
+ li 12,-1
+ li 11,0
+ or 0,0,0
+
+ vspltisb 9,0x07
+
+
+
+
+ li 3,15
+ lvx 8,0,8
+ lvsl 5,0,8
+ lvx 4,3,8
+
+ vperm 8,8,4,5
+
+ neg 11,10
+ lvsr 5,0,11
+ lvx 2,0,10
+ addi 10,10,15
+
+
+ cmpldi 7,0
+ beq Lxts_enc_no_key2
+
+ lvsl 7,0,7
+ lwz 9,240(7)
+ srwi 9,9,1
+ subi 9,9,1
+ li 3,16
+
+ lvx 0,0,7
+ lvx 1,3,7
+ addi 3,3,16
+ vperm 0,0,1,7
+ vxor 8,8,0
+ lvx 0,3,7
+ addi 3,3,16
+ mtctr 9
+
+Ltweak_xts_enc:
+ vperm 1,1,0,7
+ .long 0x11080D08
+ lvx 1,3,7
+ addi 3,3,16
+ vperm 0,0,1,7
+ .long 0x11080508
+ lvx 0,3,7
+ addi 3,3,16
+ bc 16,0,Ltweak_xts_enc
+
+ vperm 1,1,0,7
+ .long 0x11080D08
+ lvx 1,3,7
+ vperm 0,0,1,7
+ .long 0x11080509
+
+ li 8,0
+ b Lxts_enc
+
+Lxts_enc_no_key2:
+ li 3,-16
+ and 5,5,3
+
+
+Lxts_enc:
+ lvx 4,0,10
+ addi 10,10,16
+
+ lvsl 7,0,6
+ lwz 9,240(6)
+ srwi 9,9,1
+ subi 9,9,1
+ li 3,16
+
+ vslb 10,9,9
+ vor 10,10,9
+ vspltisb 11,1
+ vsldoi 10,10,11,15
+
+ cmpldi 5,96
+ bge _aesp8_xts_encrypt6x
+
+ andi. 7,5,15
+ subic 0,5,32
+ subi 7,7,16
+ subfe 0,0,0
+ and 0,0,7
+ add 10,10,0
+
+ lvx 0,0,6
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 2,2,4,5
+ vperm 0,0,1,7
+ vxor 2,2,8
+ vxor 2,2,0
+ lvx 0,3,6
+ addi 3,3,16
+ mtctr 9
+ b Loop_xts_enc
+
+.align 5
+Loop_xts_enc:
+ vperm 1,1,0,7
+ .long 0x10420D08
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 0,0,1,7
+ .long 0x10420508
+ lvx 0,3,6
+ addi 3,3,16
+ bc 16,0,Loop_xts_enc
+
+ vperm 1,1,0,7
+ .long 0x10420D08
+ lvx 1,3,6
+ li 3,16
+ vperm 0,0,1,7
+ vxor 0,0,8
+ .long 0x10620509
+
+
+ nop
+
+ .long 0x7C602799
+ addi 4,4,16
+
+ subic. 5,5,16
+ beq Lxts_enc_done
+
+ vor 2,4,4
+ lvx 4,0,10
+ addi 10,10,16
+ lvx 0,0,6
+ lvx 1,3,6
+ addi 3,3,16
+
+ subic 0,5,32
+ subfe 0,0,0
+ and 0,0,7
+ add 10,10,0
+
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 8,8,11
+
+ vperm 2,2,4,5
+ vperm 0,0,1,7
+ vxor 2,2,8
+ vxor 3,3,0
+ vxor 2,2,0
+ lvx 0,3,6
+ addi 3,3,16
+
+ mtctr 9
+ cmpldi 5,16
+ bge Loop_xts_enc
+
+ vxor 3,3,8
+ lvsr 5,0,5
+ vxor 4,4,4
+ vspltisb 11,-1
+ vperm 4,4,11,5
+ vsel 2,2,3,4
+
+ subi 11,4,17
+ subi 4,4,16
+ mtctr 5
+ li 5,16
+Loop_xts_enc_steal:
+ lbzu 0,1(11)
+ stb 0,16(11)
+ bc 16,0,Loop_xts_enc_steal
+
+ mtctr 9
+ b Loop_xts_enc
+
+Lxts_enc_done:
+ cmpldi 8,0
+ beq Lxts_enc_ret
+
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 8,8,11
+
+
+ .long 0x7D004799
+
+Lxts_enc_ret:
+ or 12,12,12
+ li 3,0
+ blr
+.long 0
+.byte 0,12,0x04,0,0x80,6,6,0
+.long 0
+
+
+.globl .aes_p8_xts_decrypt
+.align 5
+.aes_p8_xts_decrypt:
+ mr 10,3
+ li 3,-1
+ cmpldi 5,16
+ bclr 14,0
+
+ lis 0,0xfff8
+ li 12,-1
+ li 11,0
+ or 0,0,0
+
+ andi. 0,5,15
+ neg 0,0
+ andi. 0,0,16
+ sub 5,5,0
+
+ vspltisb 9,0x07
+
+
+
+
+ li 3,15
+ lvx 8,0,8
+ lvsl 5,0,8
+ lvx 4,3,8
+
+ vperm 8,8,4,5
+
+ neg 11,10
+ lvsr 5,0,11
+ lvx 2,0,10
+ addi 10,10,15
+
+
+ cmpldi 7,0
+ beq Lxts_dec_no_key2
+
+ lvsl 7,0,7
+ lwz 9,240(7)
+ srwi 9,9,1
+ subi 9,9,1
+ li 3,16
+
+ lvx 0,0,7
+ lvx 1,3,7
+ addi 3,3,16
+ vperm 0,0,1,7
+ vxor 8,8,0
+ lvx 0,3,7
+ addi 3,3,16
+ mtctr 9
+
+Ltweak_xts_dec:
+ vperm 1,1,0,7
+ .long 0x11080D08
+ lvx 1,3,7
+ addi 3,3,16
+ vperm 0,0,1,7
+ .long 0x11080508
+ lvx 0,3,7
+ addi 3,3,16
+ bc 16,0,Ltweak_xts_dec
+
+ vperm 1,1,0,7
+ .long 0x11080D08
+ lvx 1,3,7
+ vperm 0,0,1,7
+ .long 0x11080509
+
+ li 8,0
+ b Lxts_dec
+
+Lxts_dec_no_key2:
+ neg 3,5
+ andi. 3,3,15
+ add 5,5,3
+
+
+Lxts_dec:
+ lvx 4,0,10
+ addi 10,10,16
+
+ lvsl 7,0,6
+ lwz 9,240(6)
+ srwi 9,9,1
+ subi 9,9,1
+ li 3,16
+
+ vslb 10,9,9
+ vor 10,10,9
+ vspltisb 11,1
+ vsldoi 10,10,11,15
+
+ cmpldi 5,96
+ bge _aesp8_xts_decrypt6x
+
+ lvx 0,0,6
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 2,2,4,5
+ vperm 0,0,1,7
+ vxor 2,2,8
+ vxor 2,2,0
+ lvx 0,3,6
+ addi 3,3,16
+ mtctr 9
+
+ cmpldi 5,16
+ blt Ltail_xts_dec
+ b Loop_xts_dec
+
+.align 5
+Loop_xts_dec:
+ vperm 1,1,0,7
+ .long 0x10420D48
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 0,0,1,7
+ .long 0x10420548
+ lvx 0,3,6
+ addi 3,3,16
+ bc 16,0,Loop_xts_dec
+
+ vperm 1,1,0,7
+ .long 0x10420D48
+ lvx 1,3,6
+ li 3,16
+ vperm 0,0,1,7
+ vxor 0,0,8
+ .long 0x10620549
+
+
+ nop
+
+ .long 0x7C602799
+ addi 4,4,16
+
+ subic. 5,5,16
+ beq Lxts_dec_done
+
+ vor 2,4,4
+ lvx 4,0,10
+ addi 10,10,16
+ lvx 0,0,6
+ lvx 1,3,6
+ addi 3,3,16
+
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 8,8,11
+
+ vperm 2,2,4,5
+ vperm 0,0,1,7
+ vxor 2,2,8
+ vxor 2,2,0
+ lvx 0,3,6
+ addi 3,3,16
+
+ mtctr 9
+ cmpldi 5,16
+ bge Loop_xts_dec
+
+Ltail_xts_dec:
+ vsrab 11,8,9
+ vaddubm 12,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 12,12,11
+
+ subi 10,10,16
+ add 10,10,5
+
+ vxor 2,2,8
+ vxor 2,2,12
+
+Loop_xts_dec_short:
+ vperm 1,1,0,7
+ .long 0x10420D48
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 0,0,1,7
+ .long 0x10420548
+ lvx 0,3,6
+ addi 3,3,16
+ bc 16,0,Loop_xts_dec_short
+
+ vperm 1,1,0,7
+ .long 0x10420D48
+ lvx 1,3,6
+ li 3,16
+ vperm 0,0,1,7
+ vxor 0,0,12
+ .long 0x10620549
+
+
+ nop
+
+ .long 0x7C602799
+
+ vor 2,4,4
+ lvx 4,0,10
+
+ lvx 0,0,6
+ lvx 1,3,6
+ addi 3,3,16
+ vperm 2,2,4,5
+ vperm 0,0,1,7
+
+ lvsr 5,0,5
+ vxor 4,4,4
+ vspltisb 11,-1
+ vperm 4,4,11,5
+ vsel 2,2,3,4
+
+ vxor 0,0,8
+ vxor 2,2,0
+ lvx 0,3,6
+ addi 3,3,16
+
+ subi 11,4,1
+ mtctr 5
+ li 5,16
+Loop_xts_dec_steal:
+ lbzu 0,1(11)
+ stb 0,16(11)
+ bc 16,0,Loop_xts_dec_steal
+
+ mtctr 9
+ b Loop_xts_dec
+
+Lxts_dec_done:
+ cmpldi 8,0
+ beq Lxts_dec_ret
+
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 8,8,11
+
+
+ .long 0x7D004799
+
+Lxts_dec_ret:
+ or 12,12,12
+ li 3,0
+ blr
+.long 0
+.byte 0,12,0x04,0,0x80,6,6,0
+.long 0
+
+.align 5
+_aesp8_xts_encrypt6x:
+ stdu 1,-448(1)
+ mflr 11
+ li 7,207
+ li 3,223
+ std 11,464(1)
+ stvx 20,7,1
+ addi 7,7,32
+ stvx 21,3,1
+ addi 3,3,32
+ stvx 22,7,1
+ addi 7,7,32
+ stvx 23,3,1
+ addi 3,3,32
+ stvx 24,7,1
+ addi 7,7,32
+ stvx 25,3,1
+ addi 3,3,32
+ stvx 26,7,1
+ addi 7,7,32
+ stvx 27,3,1
+ addi 3,3,32
+ stvx 28,7,1
+ addi 7,7,32
+ stvx 29,3,1
+ addi 3,3,32
+ stvx 30,7,1
+ stvx 31,3,1
+ li 0,-1
+ stw 12,396(1)
+ li 3,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ or 0,0,0
+
+ subi 9,9,3
+
+ lvx 23,0,6
+ lvx 30,3,6
+ addi 6,6,0x20
+ lvx 31,0,6
+ vperm 23,23,30,7
+ addi 7,1,64+15
+ mtctr 9
+
+Load_xts_enc_key:
+ vperm 24,30,31,7
+ lvx 30,3,6
+ addi 6,6,0x20
+ stvx 24,0,7
+ vperm 25,31,30,7
+ lvx 31,0,6
+ stvx 25,3,7
+ addi 7,7,0x20
+ bc 16,0,Load_xts_enc_key
+
+ lvx 26,3,6
+ vperm 24,30,31,7
+ lvx 27,26,6
+ stvx 24,0,7
+ vperm 25,31,26,7
+ lvx 28,27,6
+ stvx 25,3,7
+ addi 7,1,64+15
+ vperm 26,26,27,7
+ lvx 29,28,6
+ vperm 27,27,28,7
+ lvx 30,29,6
+ vperm 28,28,29,7
+ lvx 31,30,6
+ vperm 29,29,30,7
+ lvx 22,31,6
+ vperm 30,30,31,7
+ lvx 24,0,7
+ vperm 31,31,22,7
+ lvx 25,3,7
+
+ vperm 0,2,4,5
+ subi 10,10,31
+ vxor 17,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 7,0,17
+ vxor 8,8,11
+
+ .long 0x7C235699
+ vxor 18,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 12,1,18
+ vxor 8,8,11
+
+ .long 0x7C5A5699
+ andi. 31,5,15
+ vxor 19,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 13,2,19
+ vxor 8,8,11
+
+ .long 0x7C7B5699
+ sub 5,5,31
+ vxor 20,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 14,3,20
+ vxor 8,8,11
+
+ .long 0x7C9C5699
+ subi 5,5,0x60
+ vxor 21,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 15,4,21
+ vxor 8,8,11
+
+ .long 0x7CBD5699
+ addi 10,10,0x60
+ vxor 22,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 16,5,22
+ vxor 8,8,11
+
+ vxor 31,31,23
+ mtctr 9
+ b Loop_xts_enc6x
+
+.align 5
+Loop_xts_enc6x:
+ .long 0x10E7C508
+ .long 0x118CC508
+ .long 0x11ADC508
+ .long 0x11CEC508
+ .long 0x11EFC508
+ .long 0x1210C508
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD08
+ .long 0x118CCD08
+ .long 0x11ADCD08
+ .long 0x11CECD08
+ .long 0x11EFCD08
+ .long 0x1210CD08
+ lvx 25,3,7
+ bc 16,0,Loop_xts_enc6x
+
+ subic 5,5,96
+ vxor 0,17,31
+ .long 0x10E7C508
+ .long 0x118CC508
+ vsrab 11,8,9
+ vxor 17,8,23
+ vaddubm 8,8,8
+ .long 0x11ADC508
+ .long 0x11CEC508
+ vsldoi 11,11,11,15
+ .long 0x11EFC508
+ .long 0x1210C508
+
+ subfe. 0,0,0
+ vand 11,11,10
+ .long 0x10E7CD08
+ .long 0x118CCD08
+ vxor 8,8,11
+ .long 0x11ADCD08
+ .long 0x11CECD08
+ vxor 1,18,31
+ vsrab 11,8,9
+ vxor 18,8,23
+ .long 0x11EFCD08
+ .long 0x1210CD08
+
+ and 0,0,5
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x10E7D508
+ .long 0x118CD508
+ vand 11,11,10
+ .long 0x11ADD508
+ .long 0x11CED508
+ vxor 8,8,11
+ .long 0x11EFD508
+ .long 0x1210D508
+
+ add 10,10,0
+
+
+
+ vxor 2,19,31
+ vsrab 11,8,9
+ vxor 19,8,23
+ vaddubm 8,8,8
+ .long 0x10E7DD08
+ .long 0x118CDD08
+ vsldoi 11,11,11,15
+ .long 0x11ADDD08
+ .long 0x11CEDD08
+ vand 11,11,10
+ .long 0x11EFDD08
+ .long 0x1210DD08
+
+ addi 7,1,64+15
+ vxor 8,8,11
+ .long 0x10E7E508
+ .long 0x118CE508
+ vxor 3,20,31
+ vsrab 11,8,9
+ vxor 20,8,23
+ .long 0x11ADE508
+ .long 0x11CEE508
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x11EFE508
+ .long 0x1210E508
+ lvx 24,0,7
+ vand 11,11,10
+
+ .long 0x10E7ED08
+ .long 0x118CED08
+ vxor 8,8,11
+ .long 0x11ADED08
+ .long 0x11CEED08
+ vxor 4,21,31
+ vsrab 11,8,9
+ vxor 21,8,23
+ .long 0x11EFED08
+ .long 0x1210ED08
+ lvx 25,3,7
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ .long 0x10E7F508
+ .long 0x118CF508
+ vand 11,11,10
+ .long 0x11ADF508
+ .long 0x11CEF508
+ vxor 8,8,11
+ .long 0x11EFF508
+ .long 0x1210F508
+ vxor 5,22,31
+ vsrab 11,8,9
+ vxor 22,8,23
+
+ .long 0x10E70509
+ .long 0x7C005699
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x118C0D09
+ .long 0x7C235699
+ .long 0x11AD1509
+
+ .long 0x7C5A5699
+ vand 11,11,10
+ .long 0x11CE1D09
+
+ .long 0x7C7B5699
+ .long 0x11EF2509
+
+ .long 0x7C9C5699
+ vxor 8,8,11
+ .long 0x11702D09
+
+
+ .long 0x7CBD5699
+ addi 10,10,0x60
+
+
+
+
+
+ .long 0x7CE02799
+ vxor 7,0,17
+
+ .long 0x7D832799
+ vxor 12,1,18
+
+ .long 0x7DBA2799
+ vxor 13,2,19
+
+ .long 0x7DDB2799
+ vxor 14,3,20
+
+ .long 0x7DFC2799
+ vxor 15,4,21
+
+ .long 0x7D7D2799
+ vxor 16,5,22
+ addi 4,4,0x60
+
+ mtctr 9
+ beq Loop_xts_enc6x
+
+ addic. 5,5,0x60
+ beq Lxts_enc6x_zero
+ cmpwi 5,0x20
+ blt Lxts_enc6x_one
+ nop
+ beq Lxts_enc6x_two
+ cmpwi 5,0x40
+ blt Lxts_enc6x_three
+ nop
+ beq Lxts_enc6x_four
+
+Lxts_enc6x_five:
+ vxor 7,1,17
+ vxor 12,2,18
+ vxor 13,3,19
+ vxor 14,4,20
+ vxor 15,5,21
+
+ bl _aesp8_xts_enc5x
+
+
+ vor 17,22,22
+
+ .long 0x7CE02799
+
+ .long 0x7D832799
+
+ .long 0x7DBA2799
+ vxor 11,15,22
+
+ .long 0x7DDB2799
+ .long 0x7DFC2799
+ addi 4,4,0x50
+ bne Lxts_enc6x_steal
+ b Lxts_enc6x_done
+
+.align 4
+Lxts_enc6x_four:
+ vxor 7,2,17
+ vxor 12,3,18
+ vxor 13,4,19
+ vxor 14,5,20
+ vxor 15,15,15
+
+ bl _aesp8_xts_enc5x
+
+
+ vor 17,21,21
+
+ .long 0x7CE02799
+
+ .long 0x7D832799
+ vxor 11,14,21
+
+ .long 0x7DBA2799
+ .long 0x7DDB2799
+ addi 4,4,0x40
+ bne Lxts_enc6x_steal
+ b Lxts_enc6x_done
+
+.align 4
+Lxts_enc6x_three:
+ vxor 7,3,17
+ vxor 12,4,18
+ vxor 13,5,19
+ vxor 14,14,14
+ vxor 15,15,15
+
+ bl _aesp8_xts_enc5x
+
+
+ vor 17,20,20
+
+ .long 0x7CE02799
+ vxor 11,13,20
+
+ .long 0x7D832799
+ .long 0x7DBA2799
+ addi 4,4,0x30
+ bne Lxts_enc6x_steal
+ b Lxts_enc6x_done
+
+.align 4
+Lxts_enc6x_two:
+ vxor 7,4,17
+ vxor 12,5,18
+ vxor 13,13,13
+ vxor 14,14,14
+ vxor 15,15,15
+
+ bl _aesp8_xts_enc5x
+
+
+ vor 17,19,19
+ vxor 11,12,19
+
+ .long 0x7CE02799
+ .long 0x7D832799
+ addi 4,4,0x20
+ bne Lxts_enc6x_steal
+ b Lxts_enc6x_done
+
+.align 4
+Lxts_enc6x_one:
+ vxor 7,5,17
+ nop
+Loop_xts_enc1x:
+ .long 0x10E7C508
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD08
+ lvx 25,3,7
+ bc 16,0,Loop_xts_enc1x
+
+ add 10,10,31
+ cmpwi 31,0
+ .long 0x10E7C508
+
+ subi 10,10,16
+ .long 0x10E7CD08
+
+ lvsr 5,0,31
+ .long 0x10E7D508
+
+ .long 0x7C005699
+ .long 0x10E7DD08
+
+ addi 7,1,64+15
+ .long 0x10E7E508
+ lvx 24,0,7
+
+ .long 0x10E7ED08
+ lvx 25,3,7
+ vxor 17,17,31
+
+
+ .long 0x10E7F508
+
+ vperm 0,0,0,5
+ .long 0x10E78D09
+
+ vor 17,18,18
+ vxor 11,7,18
+
+ .long 0x7CE02799
+ addi 4,4,0x10
+ bne Lxts_enc6x_steal
+ b Lxts_enc6x_done
+
+.align 4
+Lxts_enc6x_zero:
+ cmpwi 31,0
+ beq Lxts_enc6x_done
+
+ add 10,10,31
+ subi 10,10,16
+ .long 0x7C005699
+ lvsr 5,0,31
+
+ vperm 0,0,0,5
+ vxor 11,11,17
+Lxts_enc6x_steal:
+ vxor 0,0,17
+ vxor 7,7,7
+ vspltisb 12,-1
+ vperm 7,7,12,5
+ vsel 7,0,11,7
+
+ subi 30,4,17
+ subi 4,4,16
+ mtctr 31
+Loop_xts_enc6x_steal:
+ lbzu 0,1(30)
+ stb 0,16(30)
+ bc 16,0,Loop_xts_enc6x_steal
+
+ li 31,0
+ mtctr 9
+ b Loop_xts_enc1x
+
+.align 4
+Lxts_enc6x_done:
+ cmpldi 8,0
+ beq Lxts_enc6x_ret
+
+ vxor 8,17,23
+
+ .long 0x7D004799
+
+Lxts_enc6x_ret:
+ mtlr 11
+ li 10,79
+ li 11,95
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,6,6,0
+.long 0
+
+.align 5
+_aesp8_xts_enc5x:
+ .long 0x10E7C508
+ .long 0x118CC508
+ .long 0x11ADC508
+ .long 0x11CEC508
+ .long 0x11EFC508
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD08
+ .long 0x118CCD08
+ .long 0x11ADCD08
+ .long 0x11CECD08
+ .long 0x11EFCD08
+ lvx 25,3,7
+ bc 16,0,_aesp8_xts_enc5x
+
+ add 10,10,31
+ cmpwi 31,0
+ .long 0x10E7C508
+ .long 0x118CC508
+ .long 0x11ADC508
+ .long 0x11CEC508
+ .long 0x11EFC508
+
+ subi 10,10,16
+ .long 0x10E7CD08
+ .long 0x118CCD08
+ .long 0x11ADCD08
+ .long 0x11CECD08
+ .long 0x11EFCD08
+ vxor 17,17,31
+
+ .long 0x10E7D508
+ lvsr 5,0,31
+ .long 0x118CD508
+ .long 0x11ADD508
+ .long 0x11CED508
+ .long 0x11EFD508
+ vxor 1,18,31
+
+ .long 0x10E7DD08
+ .long 0x7C005699
+ .long 0x118CDD08
+ .long 0x11ADDD08
+ .long 0x11CEDD08
+ .long 0x11EFDD08
+ vxor 2,19,31
+
+ addi 7,1,64+15
+ .long 0x10E7E508
+ .long 0x118CE508
+ .long 0x11ADE508
+ .long 0x11CEE508
+ .long 0x11EFE508
+ lvx 24,0,7
+ vxor 3,20,31
+
+ .long 0x10E7ED08
+
+ .long 0x118CED08
+ .long 0x11ADED08
+ .long 0x11CEED08
+ .long 0x11EFED08
+ lvx 25,3,7
+ vxor 4,21,31
+
+ .long 0x10E7F508
+ vperm 0,0,0,5
+ .long 0x118CF508
+ .long 0x11ADF508
+ .long 0x11CEF508
+ .long 0x11EFF508
+
+ .long 0x10E78D09
+ .long 0x118C0D09
+ .long 0x11AD1509
+ .long 0x11CE1D09
+ .long 0x11EF2509
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 5
+_aesp8_xts_decrypt6x:
+ stdu 1,-448(1)
+ mflr 11
+ li 7,207
+ li 3,223
+ std 11,464(1)
+ stvx 20,7,1
+ addi 7,7,32
+ stvx 21,3,1
+ addi 3,3,32
+ stvx 22,7,1
+ addi 7,7,32
+ stvx 23,3,1
+ addi 3,3,32
+ stvx 24,7,1
+ addi 7,7,32
+ stvx 25,3,1
+ addi 3,3,32
+ stvx 26,7,1
+ addi 7,7,32
+ stvx 27,3,1
+ addi 3,3,32
+ stvx 28,7,1
+ addi 7,7,32
+ stvx 29,3,1
+ addi 3,3,32
+ stvx 30,7,1
+ stvx 31,3,1
+ li 0,-1
+ stw 12,396(1)
+ li 3,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ or 0,0,0
+
+ subi 9,9,3
+
+ lvx 23,0,6
+ lvx 30,3,6
+ addi 6,6,0x20
+ lvx 31,0,6
+ vperm 23,23,30,7
+ addi 7,1,64+15
+ mtctr 9
+
+Load_xts_dec_key:
+ vperm 24,30,31,7
+ lvx 30,3,6
+ addi 6,6,0x20
+ stvx 24,0,7
+ vperm 25,31,30,7
+ lvx 31,0,6
+ stvx 25,3,7
+ addi 7,7,0x20
+ bc 16,0,Load_xts_dec_key
+
+ lvx 26,3,6
+ vperm 24,30,31,7
+ lvx 27,26,6
+ stvx 24,0,7
+ vperm 25,31,26,7
+ lvx 28,27,6
+ stvx 25,3,7
+ addi 7,1,64+15
+ vperm 26,26,27,7
+ lvx 29,28,6
+ vperm 27,27,28,7
+ lvx 30,29,6
+ vperm 28,28,29,7
+ lvx 31,30,6
+ vperm 29,29,30,7
+ lvx 22,31,6
+ vperm 30,30,31,7
+ lvx 24,0,7
+ vperm 31,31,22,7
+ lvx 25,3,7
+
+ vperm 0,2,4,5
+ subi 10,10,31
+ vxor 17,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ vand 11,11,10
+ vxor 7,0,17
+ vxor 8,8,11
+
+ .long 0x7C235699
+ vxor 18,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 12,1,18
+ vxor 8,8,11
+
+ .long 0x7C5A5699
+ andi. 31,5,15
+ vxor 19,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 13,2,19
+ vxor 8,8,11
+
+ .long 0x7C7B5699
+ sub 5,5,31
+ vxor 20,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 14,3,20
+ vxor 8,8,11
+
+ .long 0x7C9C5699
+ subi 5,5,0x60
+ vxor 21,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 15,4,21
+ vxor 8,8,11
+
+ .long 0x7CBD5699
+ addi 10,10,0x60
+ vxor 22,8,23
+ vsrab 11,8,9
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ vand 11,11,10
+ vxor 16,5,22
+ vxor 8,8,11
+
+ vxor 31,31,23
+ mtctr 9
+ b Loop_xts_dec6x
+
+.align 5
+Loop_xts_dec6x:
+ .long 0x10E7C548
+ .long 0x118CC548
+ .long 0x11ADC548
+ .long 0x11CEC548
+ .long 0x11EFC548
+ .long 0x1210C548
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD48
+ .long 0x118CCD48
+ .long 0x11ADCD48
+ .long 0x11CECD48
+ .long 0x11EFCD48
+ .long 0x1210CD48
+ lvx 25,3,7
+ bc 16,0,Loop_xts_dec6x
+
+ subic 5,5,96
+ vxor 0,17,31
+ .long 0x10E7C548
+ .long 0x118CC548
+ vsrab 11,8,9
+ vxor 17,8,23
+ vaddubm 8,8,8
+ .long 0x11ADC548
+ .long 0x11CEC548
+ vsldoi 11,11,11,15
+ .long 0x11EFC548
+ .long 0x1210C548
+
+ subfe. 0,0,0
+ vand 11,11,10
+ .long 0x10E7CD48
+ .long 0x118CCD48
+ vxor 8,8,11
+ .long 0x11ADCD48
+ .long 0x11CECD48
+ vxor 1,18,31
+ vsrab 11,8,9
+ vxor 18,8,23
+ .long 0x11EFCD48
+ .long 0x1210CD48
+
+ and 0,0,5
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x10E7D548
+ .long 0x118CD548
+ vand 11,11,10
+ .long 0x11ADD548
+ .long 0x11CED548
+ vxor 8,8,11
+ .long 0x11EFD548
+ .long 0x1210D548
+
+ add 10,10,0
+
+
+
+ vxor 2,19,31
+ vsrab 11,8,9
+ vxor 19,8,23
+ vaddubm 8,8,8
+ .long 0x10E7DD48
+ .long 0x118CDD48
+ vsldoi 11,11,11,15
+ .long 0x11ADDD48
+ .long 0x11CEDD48
+ vand 11,11,10
+ .long 0x11EFDD48
+ .long 0x1210DD48
+
+ addi 7,1,64+15
+ vxor 8,8,11
+ .long 0x10E7E548
+ .long 0x118CE548
+ vxor 3,20,31
+ vsrab 11,8,9
+ vxor 20,8,23
+ .long 0x11ADE548
+ .long 0x11CEE548
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x11EFE548
+ .long 0x1210E548
+ lvx 24,0,7
+ vand 11,11,10
+
+ .long 0x10E7ED48
+ .long 0x118CED48
+ vxor 8,8,11
+ .long 0x11ADED48
+ .long 0x11CEED48
+ vxor 4,21,31
+ vsrab 11,8,9
+ vxor 21,8,23
+ .long 0x11EFED48
+ .long 0x1210ED48
+ lvx 25,3,7
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+
+ .long 0x10E7F548
+ .long 0x118CF548
+ vand 11,11,10
+ .long 0x11ADF548
+ .long 0x11CEF548
+ vxor 8,8,11
+ .long 0x11EFF548
+ .long 0x1210F548
+ vxor 5,22,31
+ vsrab 11,8,9
+ vxor 22,8,23
+
+ .long 0x10E70549
+ .long 0x7C005699
+ vaddubm 8,8,8
+ vsldoi 11,11,11,15
+ .long 0x118C0D49
+ .long 0x7C235699
+ .long 0x11AD1549
+
+ .long 0x7C5A5699
+ vand 11,11,10
+ .long 0x11CE1D49
+
+ .long 0x7C7B5699
+ .long 0x11EF2549
+
+ .long 0x7C9C5699
+ vxor 8,8,11
+ .long 0x12102D49
+
+ .long 0x7CBD5699
+ addi 10,10,0x60
+
+
+
+
+
+ .long 0x7CE02799
+ vxor 7,0,17
+
+ .long 0x7D832799
+ vxor 12,1,18
+
+ .long 0x7DBA2799
+ vxor 13,2,19
+
+ .long 0x7DDB2799
+ vxor 14,3,20
+
+ .long 0x7DFC2799
+ vxor 15,4,21
+ .long 0x7E1D2799
+ vxor 16,5,22
+ addi 4,4,0x60
+
+ mtctr 9
+ beq Loop_xts_dec6x
+
+ addic. 5,5,0x60
+ beq Lxts_dec6x_zero
+ cmpwi 5,0x20
+ blt Lxts_dec6x_one
+ nop
+ beq Lxts_dec6x_two
+ cmpwi 5,0x40
+ blt Lxts_dec6x_three
+ nop
+ beq Lxts_dec6x_four
+
+Lxts_dec6x_five:
+ vxor 7,1,17
+ vxor 12,2,18
+ vxor 13,3,19
+ vxor 14,4,20
+ vxor 15,5,21
+
+ bl _aesp8_xts_dec5x
+
+
+ vor 17,22,22
+ vxor 18,8,23
+
+ .long 0x7CE02799
+ vxor 7,0,18
+
+ .long 0x7D832799
+
+ .long 0x7DBA2799
+
+ .long 0x7DDB2799
+ .long 0x7DFC2799
+ addi 4,4,0x50
+ bne Lxts_dec6x_steal
+ b Lxts_dec6x_done
+
+.align 4
+Lxts_dec6x_four:
+ vxor 7,2,17
+ vxor 12,3,18
+ vxor 13,4,19
+ vxor 14,5,20
+ vxor 15,15,15
+
+ bl _aesp8_xts_dec5x
+
+
+ vor 17,21,21
+ vor 18,22,22
+
+ .long 0x7CE02799
+ vxor 7,0,22
+
+ .long 0x7D832799
+
+ .long 0x7DBA2799
+ .long 0x7DDB2799
+ addi 4,4,0x40
+ bne Lxts_dec6x_steal
+ b Lxts_dec6x_done
+
+.align 4
+Lxts_dec6x_three:
+ vxor 7,3,17
+ vxor 12,4,18
+ vxor 13,5,19
+ vxor 14,14,14
+ vxor 15,15,15
+
+ bl _aesp8_xts_dec5x
+
+
+ vor 17,20,20
+ vor 18,21,21
+
+ .long 0x7CE02799
+ vxor 7,0,21
+
+ .long 0x7D832799
+ .long 0x7DBA2799
+ addi 4,4,0x30
+ bne Lxts_dec6x_steal
+ b Lxts_dec6x_done
+
+.align 4
+Lxts_dec6x_two:
+ vxor 7,4,17
+ vxor 12,5,18
+ vxor 13,13,13
+ vxor 14,14,14
+ vxor 15,15,15
+
+ bl _aesp8_xts_dec5x
+
+
+ vor 17,19,19
+ vor 18,20,20
+
+ .long 0x7CE02799
+ vxor 7,0,20
+ .long 0x7D832799
+ addi 4,4,0x20
+ bne Lxts_dec6x_steal
+ b Lxts_dec6x_done
+
+.align 4
+Lxts_dec6x_one:
+ vxor 7,5,17
+ nop
+Loop_xts_dec1x:
+ .long 0x10E7C548
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD48
+ lvx 25,3,7
+ bc 16,0,Loop_xts_dec1x
+
+ subi 0,31,1
+ .long 0x10E7C548
+
+ andi. 0,0,16
+ cmpwi 31,0
+ .long 0x10E7CD48
+
+ sub 10,10,0
+ .long 0x10E7D548
+
+ .long 0x7C005699
+ .long 0x10E7DD48
+
+ addi 7,1,64+15
+ .long 0x10E7E548
+ lvx 24,0,7
+
+ .long 0x10E7ED48
+ lvx 25,3,7
+ vxor 17,17,31
+
+
+ .long 0x10E7F548
+
+ mtctr 9
+ .long 0x10E78D49
+
+ vor 17,18,18
+ vor 18,19,19
+
+ .long 0x7CE02799
+ addi 4,4,0x10
+ vxor 7,0,19
+ bne Lxts_dec6x_steal
+ b Lxts_dec6x_done
+
+.align 4
+Lxts_dec6x_zero:
+ cmpwi 31,0
+ beq Lxts_dec6x_done
+
+ .long 0x7C005699
+
+ vxor 7,0,18
+Lxts_dec6x_steal:
+ .long 0x10E7C548
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD48
+ lvx 25,3,7
+ bc 16,0,Lxts_dec6x_steal
+
+ add 10,10,31
+ .long 0x10E7C548
+
+ cmpwi 31,0
+ .long 0x10E7CD48
+
+ .long 0x7C005699
+ .long 0x10E7D548
+
+ lvsr 5,0,31
+ .long 0x10E7DD48
+
+ addi 7,1,64+15
+ .long 0x10E7E548
+ lvx 24,0,7
+
+ .long 0x10E7ED48
+ lvx 25,3,7
+ vxor 18,18,31
+
+
+ .long 0x10E7F548
+
+ vperm 0,0,0,5
+ .long 0x11679549
+
+
+
+ .long 0x7D602799
+
+ vxor 7,7,7
+ vspltisb 12,-1
+ vperm 7,7,12,5
+ vsel 7,0,11,7
+ vxor 7,7,17
+
+ subi 30,4,1
+ mtctr 31
+Loop_xts_dec6x_steal:
+ lbzu 0,1(30)
+ stb 0,16(30)
+ bc 16,0,Loop_xts_dec6x_steal
+
+ li 31,0
+ mtctr 9
+ b Loop_xts_dec1x
+
+.align 4
+Lxts_dec6x_done:
+ cmpldi 8,0
+ beq Lxts_dec6x_ret
+
+ vxor 8,17,23
+
+ .long 0x7D004799
+
+Lxts_dec6x_ret:
+ mtlr 11
+ li 10,79
+ li 11,95
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+ stvx 9,10,1
+ addi 10,10,32
+ stvx 9,11,1
+ addi 11,11,32
+
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,6,6,0
+.long 0
+
+.align 5
+_aesp8_xts_dec5x:
+ .long 0x10E7C548
+ .long 0x118CC548
+ .long 0x11ADC548
+ .long 0x11CEC548
+ .long 0x11EFC548
+ lvx 24,26,7
+ addi 7,7,0x20
+
+ .long 0x10E7CD48
+ .long 0x118CCD48
+ .long 0x11ADCD48
+ .long 0x11CECD48
+ .long 0x11EFCD48
+ lvx 25,3,7
+ bc 16,0,_aesp8_xts_dec5x
+
+ subi 0,31,1
+ .long 0x10E7C548
+ .long 0x118CC548
+ .long 0x11ADC548
+ .long 0x11CEC548
+ .long 0x11EFC548
+
+ andi. 0,0,16
+ cmpwi 31,0
+ .long 0x10E7CD48
+ .long 0x118CCD48
+ .long 0x11ADCD48
+ .long 0x11CECD48
+ .long 0x11EFCD48
+ vxor 17,17,31
+
+ sub 10,10,0
+ .long 0x10E7D548
+ .long 0x118CD548
+ .long 0x11ADD548
+ .long 0x11CED548
+ .long 0x11EFD548
+ vxor 1,18,31
+
+ .long 0x10E7DD48
+ .long 0x7C005699
+ .long 0x118CDD48
+ .long 0x11ADDD48
+ .long 0x11CEDD48
+ .long 0x11EFDD48
+ vxor 2,19,31
+
+ addi 7,1,64+15
+ .long 0x10E7E548
+ .long 0x118CE548
+ .long 0x11ADE548
+ .long 0x11CEE548
+ .long 0x11EFE548
+ lvx 24,0,7
+ vxor 3,20,31
+
+ .long 0x10E7ED48
+
+ .long 0x118CED48
+ .long 0x11ADED48
+ .long 0x11CEED48
+ .long 0x11EFED48
+ lvx 25,3,7
+ vxor 4,21,31
+
+ .long 0x10E7F548
+ .long 0x118CF548
+ .long 0x11ADF548
+ .long 0x11CEF548
+ .long 0x11EFF548
+
+ .long 0x10E78D49
+ .long 0x118C0D49
+ .long 0x11AD1549
+ .long 0x11CE1D49
+ .long 0x11EF2549
+ mtctr 9
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/vpaes-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/vpaes-ppc.s
new file mode 100644
index 0000000000..f2682de7c1
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/aes/vpaes-ppc.s
@@ -0,0 +1,1461 @@
+.machine "any"
+
+.csect .text[PR],7
+
+.align 7
+_vpaes_consts:
+Lk_mc_forward:
+.byte 0x01,0x02,0x03,0x00,0x05,0x06,0x07,0x04,0x09,0x0a,0x0b,0x08,0x0d,0x0e,0x0f,0x0c
+.byte 0x05,0x06,0x07,0x04,0x09,0x0a,0x0b,0x08,0x0d,0x0e,0x0f,0x0c,0x01,0x02,0x03,0x00
+.byte 0x09,0x0a,0x0b,0x08,0x0d,0x0e,0x0f,0x0c,0x01,0x02,0x03,0x00,0x05,0x06,0x07,0x04
+.byte 0x0d,0x0e,0x0f,0x0c,0x01,0x02,0x03,0x00,0x05,0x06,0x07,0x04,0x09,0x0a,0x0b,0x08
+Lk_mc_backward:
+.byte 0x03,0x00,0x01,0x02,0x07,0x04,0x05,0x06,0x0b,0x08,0x09,0x0a,0x0f,0x0c,0x0d,0x0e
+.byte 0x0f,0x0c,0x0d,0x0e,0x03,0x00,0x01,0x02,0x07,0x04,0x05,0x06,0x0b,0x08,0x09,0x0a
+.byte 0x0b,0x08,0x09,0x0a,0x0f,0x0c,0x0d,0x0e,0x03,0x00,0x01,0x02,0x07,0x04,0x05,0x06
+.byte 0x07,0x04,0x05,0x06,0x0b,0x08,0x09,0x0a,0x0f,0x0c,0x0d,0x0e,0x03,0x00,0x01,0x02
+Lk_sr:
+.byte 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f
+.byte 0x00,0x05,0x0a,0x0f,0x04,0x09,0x0e,0x03,0x08,0x0d,0x02,0x07,0x0c,0x01,0x06,0x0b
+.byte 0x00,0x09,0x02,0x0b,0x04,0x0d,0x06,0x0f,0x08,0x01,0x0a,0x03,0x0c,0x05,0x0e,0x07
+.byte 0x00,0x0d,0x0a,0x07,0x04,0x01,0x0e,0x0b,0x08,0x05,0x02,0x0f,0x0c,0x09,0x06,0x03
+
+
+
+
+Lk_inv:
+.byte 0xf0,0x01,0x08,0x0d,0x0f,0x06,0x05,0x0e,0x02,0x0c,0x0b,0x0a,0x09,0x03,0x07,0x04
+.byte 0xf0,0x07,0x0b,0x0f,0x06,0x0a,0x04,0x01,0x09,0x08,0x05,0x02,0x0c,0x0e,0x0d,0x03
+Lk_ipt:
+.byte 0x00,0x70,0x2a,0x5a,0x98,0xe8,0xb2,0xc2,0x08,0x78,0x22,0x52,0x90,0xe0,0xba,0xca
+.byte 0x00,0x4d,0x7c,0x31,0x7d,0x30,0x01,0x4c,0x81,0xcc,0xfd,0xb0,0xfc,0xb1,0x80,0xcd
+Lk_sbo:
+.byte 0x00,0xc7,0xbd,0x6f,0x17,0x6d,0xd2,0xd0,0x78,0xa8,0x02,0xc5,0x7a,0xbf,0xaa,0x15
+.byte 0x00,0x6a,0xbb,0x5f,0xa5,0x74,0xe4,0xcf,0xfa,0x35,0x2b,0x41,0xd1,0x90,0x1e,0x8e
+Lk_sb1:
+.byte 0x00,0x23,0xe2,0xfa,0x15,0xd4,0x18,0x36,0xef,0xd9,0x2e,0x0d,0xc1,0xcc,0xf7,0x3b
+.byte 0x00,0x3e,0x50,0xcb,0x8f,0xe1,0x9b,0xb1,0x44,0xf5,0x2a,0x14,0x6e,0x7a,0xdf,0xa5
+Lk_sb2:
+.byte 0x00,0x29,0xe1,0x0a,0x40,0x88,0xeb,0x69,0x4a,0x23,0x82,0xab,0xc8,0x63,0xa1,0xc2
+.byte 0x00,0x24,0x71,0x0b,0xc6,0x93,0x7a,0xe2,0xcd,0x2f,0x98,0xbc,0x55,0xe9,0xb7,0x5e
+
+
+
+
+Lk_dipt:
+.byte 0x00,0x5f,0x54,0x0b,0x04,0x5b,0x50,0x0f,0x1a,0x45,0x4e,0x11,0x1e,0x41,0x4a,0x15
+.byte 0x00,0x65,0x05,0x60,0xe6,0x83,0xe3,0x86,0x94,0xf1,0x91,0xf4,0x72,0x17,0x77,0x12
+Lk_dsbo:
+.byte 0x00,0x40,0xf9,0x7e,0x53,0xea,0x87,0x13,0x2d,0x3e,0x94,0xd4,0xb9,0x6d,0xaa,0xc7
+.byte 0x00,0x1d,0x44,0x93,0x0f,0x56,0xd7,0x12,0x9c,0x8e,0xc5,0xd8,0x59,0x81,0x4b,0xca
+Lk_dsb9:
+.byte 0x00,0xd6,0x86,0x9a,0x53,0x03,0x1c,0x85,0xc9,0x4c,0x99,0x4f,0x50,0x1f,0xd5,0xca
+.byte 0x00,0x49,0xd7,0xec,0x89,0x17,0x3b,0xc0,0x65,0xa5,0xfb,0xb2,0x9e,0x2c,0x5e,0x72
+Lk_dsbd:
+.byte 0x00,0xa2,0xb1,0xe6,0xdf,0xcc,0x57,0x7d,0x39,0x44,0x2a,0x88,0x13,0x9b,0x6e,0xf5
+.byte 0x00,0xcb,0xc6,0x24,0xf7,0xfa,0xe2,0x3c,0xd3,0xef,0xde,0x15,0x0d,0x18,0x31,0x29
+Lk_dsbb:
+.byte 0x00,0x42,0xb4,0x96,0x92,0x64,0x22,0xd0,0x04,0xd4,0xf2,0xb0,0xf6,0x46,0x26,0x60
+.byte 0x00,0x67,0x59,0xcd,0xa6,0x98,0x94,0xc1,0x6b,0xaa,0x55,0x32,0x3e,0x0c,0xff,0xf3
+Lk_dsbe:
+.byte 0x00,0xd0,0xd4,0x26,0x96,0x92,0xf2,0x46,0xb0,0xf6,0xb4,0x64,0x04,0x60,0x42,0x22
+.byte 0x00,0xc1,0xaa,0xff,0xcd,0xa6,0x55,0x0c,0x32,0x3e,0x59,0x98,0x6b,0xf3,0x67,0x94
+
+
+
+
+Lk_dksd:
+.byte 0x00,0x47,0xe4,0xa3,0x5d,0x1a,0xb9,0xfe,0xf9,0xbe,0x1d,0x5a,0xa4,0xe3,0x40,0x07
+.byte 0x00,0x83,0x36,0xb5,0xf4,0x77,0xc2,0x41,0x1e,0x9d,0x28,0xab,0xea,0x69,0xdc,0x5f
+Lk_dksb:
+.byte 0x00,0xd5,0x50,0x85,0x1f,0xca,0x4f,0x9a,0x99,0x4c,0xc9,0x1c,0x86,0x53,0xd6,0x03
+.byte 0x00,0x4a,0xfc,0xb6,0xa7,0xed,0x5b,0x11,0xc8,0x82,0x34,0x7e,0x6f,0x25,0x93,0xd9
+Lk_dkse:
+.byte 0x00,0xd6,0xc9,0x1f,0xca,0x1c,0x03,0xd5,0x86,0x50,0x4f,0x99,0x4c,0x9a,0x85,0x53
+.byte 0xe8,0x7b,0xdc,0x4f,0x05,0x96,0x31,0xa2,0x87,0x14,0xb3,0x20,0x6a,0xf9,0x5e,0xcd
+Lk_dks9:
+.byte 0x00,0xa7,0xd9,0x7e,0xc8,0x6f,0x11,0xb6,0xfc,0x5b,0x25,0x82,0x34,0x93,0xed,0x4a
+.byte 0x00,0x33,0x14,0x27,0x62,0x51,0x76,0x45,0xce,0xfd,0xda,0xe9,0xac,0x9f,0xb8,0x8b
+
+Lk_rcon:
+.byte 0xb6,0xee,0x9d,0xaf,0xb9,0x91,0x83,0x1f,0x81,0x7d,0x7c,0x4d,0x08,0x98,0x2a,0x70
+Lk_s63:
+.byte 0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b,0x5b
+
+Lk_opt:
+.byte 0x00,0x60,0xb6,0xd6,0x29,0x49,0x9f,0xff,0x08,0x68,0xbe,0xde,0x21,0x41,0x97,0xf7
+.byte 0x00,0xec,0xbc,0x50,0x51,0xbd,0xed,0x01,0xe0,0x0c,0x5c,0xb0,0xb1,0x5d,0x0d,0xe1
+Lk_deskew:
+.byte 0x00,0xe3,0xa4,0x47,0x40,0xa3,0xe4,0x07,0x1a,0xf9,0xbe,0x5d,0x5a,0xb9,0xfe,0x1d
+.byte 0x00,0x69,0xea,0x83,0xdc,0xb5,0x36,0x5f,0x77,0x1e,0x9d,0xf4,0xab,0xc2,0x41,0x28
+.align 5
+Lconsts:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 12
+ addi 12,12,-0x308
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.byte 86,101,99,116,111,114,32,80,101,114,109,117,116,97,116,105,111,110,32,65,69,83,32,102,111,114,32,65,108,116,105,86,101,99,44,32,77,105,107,101,32,72,97,109,98,117,114,103,32,40,83,116,97,110,102,111,114,100,32,85,110,105,118,101,114,115,105,116,121,41,0
+.align 2
+.align 6
+
+
+
+
+
+
+.align 4
+_vpaes_encrypt_preheat:
+ mflr 8
+ bl Lconsts
+ mtlr 8
+ li 11, 0xc0
+ li 10, 0xd0
+ li 9, 0xe0
+ li 8, 0xf0
+ vxor 7, 7, 7
+ vspltisb 8,4
+ vspltisb 9,0x0f
+ lvx 10, 12, 11
+ li 11, 0x100
+ lvx 11, 12, 10
+ li 10, 0x110
+ lvx 12, 12, 9
+ li 9, 0x120
+ lvx 13, 12, 8
+ li 8, 0x130
+ lvx 14, 12, 11
+ li 11, 0x140
+ lvx 15, 12, 10
+ li 10, 0x150
+ lvx 16, 12, 9
+ lvx 17, 12, 8
+ lvx 18, 12, 11
+ lvx 19, 12, 10
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.align 5
+_vpaes_encrypt_core:
+ lwz 8, 240(5)
+ li 9, 16
+ lvx 5, 0, 5
+ li 11, 0x10
+ lvx 6, 9, 5
+ addi 9, 9, 16
+ vperm 5, 5, 6, 31
+ addi 10, 11, 0x40
+ vsrb 1, 0, 8
+ vperm 0, 12, 12, 0
+ vperm 1, 13, 13, 1
+ vxor 0, 0, 5
+ vxor 0, 0, 1
+ mtctr 8
+ b Lenc_entry
+
+.align 4
+Lenc_loop:
+
+ vperm 4, 17, 7, 2
+ lvx 1, 12, 11
+ addi 11, 11, 16
+ vperm 0, 16, 7, 3
+ vxor 4, 4, 5
+ andi. 11, 11, 0x30
+ vperm 5, 19, 7, 2
+ vxor 0, 0, 4
+ vperm 2, 18, 7, 3
+ lvx 4, 12, 10
+ addi 10, 11, 0x40
+ vperm 3, 0, 7, 1
+ vxor 2, 2, 5
+ vperm 0, 0, 7, 4
+ vxor 3, 3, 2
+ vperm 4, 3, 7, 1
+ vxor 0, 0, 3
+ vxor 0, 0, 4
+
+Lenc_entry:
+
+ vsrb 1, 0, 8
+ vperm 5, 11, 11, 0
+ vxor 0, 0, 1
+ vperm 3, 10, 10, 1
+ vperm 4, 10, 10, 0
+ vand 0, 0, 9
+ vxor 3, 3, 5
+ vxor 4, 4, 5
+ vperm 2, 10, 7, 3
+ vor 5, 6, 6
+ lvx 6, 9, 5
+ vperm 3, 10, 7, 4
+ addi 9, 9, 16
+ vxor 2, 2, 0
+ vperm 5, 5, 6, 31
+ vxor 3, 3, 1
+ bc 16,0,Lenc_loop
+
+
+ addi 10, 11, 0x80
+
+
+ vperm 4, 14, 7, 2
+ lvx 1, 12, 10
+ vperm 0, 15, 7, 3
+ vxor 4, 4, 5
+ vxor 0, 0, 4
+ vperm 0, 0, 7, 1
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .vpaes_encrypt
+.align 5
+.vpaes_encrypt:
+ stdu 1,-256(1)
+ li 10,63
+ li 11,79
+ mflr 6
+ li 7,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 7,252(1)
+ li 0, -1
+ std 6,272(1)
+ or 0, 0, 0
+
+ bl _vpaes_encrypt_preheat
+
+ lvsl 27, 0, 3
+ lvx 0, 0, 3
+ addi 3, 3, 15
+ lvsr 29, 0, 4
+ lvsl 31, 0, 5
+ lvx 26, 0, 3
+ vperm 0, 0, 26, 27
+
+ bl _vpaes_encrypt_core
+
+ andi. 8, 4, 15
+ li 9, 16
+ beq Lenc_out_aligned
+
+ vperm 0, 0, 0, 29
+ mtctr 9
+Lenc_out_unaligned:
+ stvebx 0, 0, 4
+ addi 4, 4, 1
+ bc 16,0,Lenc_out_unaligned
+ b Lenc_done
+
+.align 4
+Lenc_out_aligned:
+ stvx 0, 0, 4
+Lenc_done:
+
+ li 10,63
+ li 11,79
+ mtlr 6
+ or 7, 7, 7
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,0,3,0
+.long 0
+
+
+.align 4
+_vpaes_decrypt_preheat:
+ mflr 8
+ bl Lconsts
+ mtlr 8
+ li 11, 0xc0
+ li 10, 0xd0
+ li 9, 0x160
+ li 8, 0x170
+ vxor 7, 7, 7
+ vspltisb 8,4
+ vspltisb 9,0x0f
+ lvx 10, 12, 11
+ li 11, 0x180
+ lvx 11, 12, 10
+ li 10, 0x190
+ lvx 12, 12, 9
+ li 9, 0x1a0
+ lvx 13, 12, 8
+ li 8, 0x1b0
+ lvx 14, 12, 11
+ li 11, 0x1c0
+ lvx 15, 12, 10
+ li 10, 0x1d0
+ lvx 16, 12, 9
+ li 9, 0x1e0
+ lvx 17, 12, 8
+ li 8, 0x1f0
+ lvx 18, 12, 11
+ li 11, 0x200
+ lvx 19, 12, 10
+ li 10, 0x210
+ lvx 20, 12, 9
+ lvx 21, 12, 8
+ lvx 22, 12, 11
+ lvx 23, 12, 10
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+.align 4
+_vpaes_decrypt_core:
+ lwz 8, 240(5)
+ li 9, 16
+ lvx 5, 0, 5
+ li 11, 0x30
+ lvx 6, 9, 5
+ addi 9, 9, 16
+ vperm 5, 5, 6, 31
+ vsrb 1, 0, 8
+ vperm 0, 12, 12, 0
+ vperm 1, 13, 13, 1
+ vxor 0, 0, 5
+ vxor 0, 0, 1
+ mtctr 8
+ b Ldec_entry
+
+.align 4
+Ldec_loop:
+
+
+
+ lvx 0, 12, 11
+
+
+ vperm 4, 16, 7, 2
+ subi 11, 11, 16
+ vperm 1, 17, 7, 3
+ andi. 11, 11, 0x30
+ vxor 5, 5, 4
+
+ vxor 5, 5, 1
+
+
+ vperm 4, 18, 7, 2
+ vperm 5, 5, 7, 0
+ vperm 1, 19, 7, 3
+ vxor 5, 5, 4
+
+ vxor 5, 5, 1
+
+
+ vperm 4, 20, 7, 2
+ vperm 5, 5, 7, 0
+ vperm 1, 21, 7, 3
+ vxor 5, 5, 4
+
+ vxor 5, 5, 1
+
+
+ vperm 4, 22, 7, 2
+ vperm 5, 5, 7, 0
+ vperm 1, 23, 7, 3
+ vxor 0, 5, 4
+ vxor 0, 0, 1
+
+Ldec_entry:
+
+ vsrb 1, 0, 8
+ vperm 2, 11, 11, 0
+ vxor 0, 0, 1
+ vperm 3, 10, 10, 1
+ vperm 4, 10, 10, 0
+ vand 0, 0, 9
+ vxor 3, 3, 2
+ vxor 4, 4, 2
+ vperm 2, 10, 7, 3
+ vor 5, 6, 6
+ lvx 6, 9, 5
+ vperm 3, 10, 7, 4
+ addi 9, 9, 16
+ vxor 2, 2, 0
+ vperm 5, 5, 6, 31
+ vxor 3, 3, 1
+ bc 16,0,Ldec_loop
+
+
+ addi 10, 11, 0x80
+
+ vperm 4, 14, 7, 2
+
+ lvx 2, 12, 10
+ vperm 1, 15, 7, 3
+ vxor 4, 4, 5
+ vxor 0, 1, 4
+ vperm 0, 0, 7, 2
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .vpaes_decrypt
+.align 5
+.vpaes_decrypt:
+ stdu 1,-256(1)
+ li 10,63
+ li 11,79
+ mflr 6
+ li 7,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 7,252(1)
+ li 0, -1
+ std 6,272(1)
+ or 0, 0, 0
+
+ bl _vpaes_decrypt_preheat
+
+ lvsl 27, 0, 3
+ lvx 0, 0, 3
+ addi 3, 3, 15
+ lvsr 29, 0, 4
+ lvsl 31, 0, 5
+ lvx 26, 0, 3
+ vperm 0, 0, 26, 27
+
+ bl _vpaes_decrypt_core
+
+ andi. 8, 4, 15
+ li 9, 16
+ beq Ldec_out_aligned
+
+ vperm 0, 0, 0, 29
+ mtctr 9
+Ldec_out_unaligned:
+ stvebx 0, 0, 4
+ addi 4, 4, 1
+ bc 16,0,Ldec_out_unaligned
+ b Ldec_done
+
+.align 4
+Ldec_out_aligned:
+ stvx 0, 0, 4
+Ldec_done:
+
+ li 10,63
+ li 11,79
+ mtlr 6
+ or 7, 7, 7
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,0,3,0
+.long 0
+
+
+.globl .vpaes_cbc_encrypt
+.align 5
+.vpaes_cbc_encrypt:
+ cmpldi 5,16
+ bclr 14,0
+
+ stdu 1,-272(1)
+ mflr 0
+ li 10,63
+ li 11,79
+ li 12,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 12,252(1)
+ std 30,256(1)
+ std 31,264(1)
+ li 9, -16
+ std 0, 288(1)
+
+ and 30, 5, 9
+ andi. 9, 4, 15
+ mr 5, 6
+ mr 31, 7
+ li 6, -1
+ mcrf 1, 0
+ mr 7, 12
+ or 6, 6, 6
+
+ lvx 24, 0, 31
+ li 9, 15
+ lvsl 27, 0, 31
+ lvx 25, 9, 31
+ vperm 24, 24, 25, 27
+
+ cmpwi 8, 0
+ neg 8, 3
+ vxor 7, 7, 7
+ lvsl 31, 0, 5
+ lvsr 29, 0, 4
+ lvsr 27, 0, 8
+ vnor 30, 7, 7
+ lvx 26, 0, 3
+ vperm 30, 7, 30, 29
+ addi 3, 3, 15
+
+ beq Lcbc_decrypt
+
+ bl _vpaes_encrypt_preheat
+ li 0, 16
+
+ beq 1, Lcbc_enc_loop
+
+ vor 0, 26, 26
+ lvx 26, 0, 3
+ addi 3, 3, 16
+ vperm 0, 0, 26, 27
+ vxor 0, 0, 24
+
+ bl _vpaes_encrypt_core
+
+ andi. 8, 4, 15
+ vor 24, 0, 0
+ sub 9, 4, 8
+ vperm 28, 0, 0, 29
+
+Lcbc_enc_head:
+ stvebx 28, 8, 9
+ cmpwi 8, 15
+ addi 8, 8, 1
+ bne Lcbc_enc_head
+
+ sub. 30, 30, 0
+ addi 4, 4, 16
+ beq Lcbc_unaligned_done
+
+Lcbc_enc_loop:
+ vor 0, 26, 26
+ lvx 26, 0, 3
+ addi 3, 3, 16
+ vperm 0, 0, 26, 27
+ vxor 0, 0, 24
+
+ bl _vpaes_encrypt_core
+
+ vor 24, 0, 0
+ sub. 30, 30, 0
+ vperm 0, 0, 0, 29
+ vsel 1, 28, 0, 30
+ vor 28, 0, 0
+ stvx 1, 0, 4
+ addi 4, 4, 16
+ bne Lcbc_enc_loop
+
+ b Lcbc_done
+
+.align 5
+Lcbc_decrypt:
+ bl _vpaes_decrypt_preheat
+ li 0, 16
+
+ beq 1, Lcbc_dec_loop
+
+ vor 0, 26, 26
+ lvx 26, 0, 3
+ addi 3, 3, 16
+ vperm 0, 0, 26, 27
+ vor 25, 0, 0
+
+ bl _vpaes_decrypt_core
+
+ andi. 8, 4, 15
+ vxor 0, 0, 24
+ vor 24, 25, 25
+ sub 9, 4, 8
+ vperm 28, 0, 0, 29
+
+Lcbc_dec_head:
+ stvebx 28, 8, 9
+ cmpwi 8, 15
+ addi 8, 8, 1
+ bne Lcbc_dec_head
+
+ sub. 30, 30, 0
+ addi 4, 4, 16
+ beq Lcbc_unaligned_done
+
+Lcbc_dec_loop:
+ vor 0, 26, 26
+ lvx 26, 0, 3
+ addi 3, 3, 16
+ vperm 0, 0, 26, 27
+ vor 25, 0, 0
+
+ bl _vpaes_decrypt_core
+
+ vxor 0, 0, 24
+ vor 24, 25, 25
+ sub. 30, 30, 0
+ vperm 0, 0, 0, 29
+ vsel 1, 28, 0, 30
+ vor 28, 0, 0
+ stvx 1, 0, 4
+ addi 4, 4, 16
+ bne Lcbc_dec_loop
+
+Lcbc_done:
+ beq 1, Lcbc_write_iv
+
+Lcbc_unaligned_done:
+ andi. 8, 4, 15
+ sub 4, 4, 8
+ li 9, 0
+Lcbc_tail:
+ stvebx 28, 9, 4
+ addi 9, 9, 1
+ cmpw 9, 8
+ bne Lcbc_tail
+
+Lcbc_write_iv:
+ neg 8, 31
+ li 10, 4
+ lvsl 29, 0, 8
+ li 11, 8
+ li 12, 12
+ vperm 24, 24, 24, 29
+ stvewx 24, 0, 31
+ stvewx 24, 10, 31
+ stvewx 24, 11, 31
+ stvewx 24, 12, 31
+
+ or 7, 7, 7
+ li 10,63
+ li 11,79
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+Lcbc_abort:
+ ld 0, 288(1)
+ ld 30,256(1)
+ ld 31,264(1)
+ mtlr 0
+ addi 1,1,272
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,2,6,0
+.long 0
+
+
+
+
+
+
+.align 4
+_vpaes_key_preheat:
+ mflr 8
+ bl Lconsts
+ mtlr 8
+ li 11, 0xc0
+ li 10, 0xd0
+ li 9, 0xe0
+ li 8, 0xf0
+
+ vspltisb 8,4
+ vxor 9,9,9
+ lvx 10, 12, 11
+ li 11, 0x120
+ lvx 11, 12, 10
+ li 10, 0x130
+ lvx 12, 12, 9
+ li 9, 0x220
+ lvx 13, 12, 8
+ li 8, 0x230
+
+ lvx 14, 12, 11
+ li 11, 0x240
+ lvx 15, 12, 10
+ li 10, 0x250
+
+ lvx 16, 12, 9
+ li 9, 0x260
+ lvx 17, 12, 8
+ li 8, 0x270
+ lvx 18, 12, 11
+ li 11, 0x280
+ lvx 19, 12, 10
+ li 10, 0x290
+ lvx 20, 12, 9
+ li 9, 0x2a0
+ lvx 21, 12, 8
+ li 8, 0x2b0
+ lvx 22, 12, 11
+ lvx 23, 12, 10
+
+ lvx 24, 12, 9
+ lvx 25, 0, 12
+ lvx 26, 12, 8
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 4
+_vpaes_schedule_core:
+ mflr 7
+
+ bl _vpaes_key_preheat
+
+
+ neg 8, 3
+ lvx 0, 0, 3
+ addi 3, 3, 15
+ lvsr 27, 0, 8
+ lvx 6, 0, 3
+ addi 3, 3, 8
+ vperm 0, 0, 6, 27
+
+
+ vor 3, 0, 0
+ bl _vpaes_schedule_transform
+ vor 7, 0, 0
+
+ bne 1, Lschedule_am_decrypting
+
+
+ li 8, 0x30
+ li 9, 4
+ li 10, 8
+ li 11, 12
+
+ lvsr 29, 0, 5
+ vnor 30, 9, 9
+ vperm 30, 9, 30, 29
+
+
+ vperm 28, 0, 0, 29
+ stvewx 28, 0, 5
+ stvewx 28, 9, 5
+ stvewx 28, 10, 5
+ addi 10, 12, 0x80
+ stvewx 28, 11, 5
+ b Lschedule_go
+
+Lschedule_am_decrypting:
+ srwi 8, 4, 1
+ andi. 8, 8, 32
+ xori 8, 8, 32
+ addi 10, 12, 0x80
+
+ lvx 1, 8, 10
+ li 9, 4
+ li 10, 8
+ li 11, 12
+ vperm 4, 3, 3, 1
+
+ neg 0, 5
+ lvsl 29, 0, 0
+ vnor 30, 9, 9
+ vperm 30, 30, 9, 29
+
+
+ vperm 28, 4, 4, 29
+ stvewx 28, 0, 5
+ stvewx 28, 9, 5
+ stvewx 28, 10, 5
+ addi 10, 12, 0x80
+ stvewx 28, 11, 5
+ addi 5, 5, 15
+ xori 8, 8, 0x30
+
+Lschedule_go:
+ cmplwi 4, 192
+ bgt Lschedule_256
+ beq Lschedule_192
+
+
+
+
+
+
+
+
+
+
+Lschedule_128:
+ li 0, 10
+ mtctr 0
+
+Loop_schedule_128:
+ bl _vpaes_schedule_round
+ bdz Lschedule_mangle_last
+ bl _vpaes_schedule_mangle
+ b Loop_schedule_128
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.align 4
+Lschedule_192:
+ li 0, 4
+ lvx 0, 0, 3
+ vperm 0, 6, 0, 27
+ vsldoi 0, 3, 0, 8
+ bl _vpaes_schedule_transform
+ vsldoi 6, 0, 9, 8
+ vsldoi 6, 9, 6, 8
+ mtctr 0
+
+Loop_schedule_192:
+ bl _vpaes_schedule_round
+ vsldoi 0, 6, 0, 8
+ bl _vpaes_schedule_mangle
+ bl _vpaes_schedule_192_smear
+ bl _vpaes_schedule_mangle
+ bl _vpaes_schedule_round
+ bdz Lschedule_mangle_last
+ bl _vpaes_schedule_mangle
+ bl _vpaes_schedule_192_smear
+ b Loop_schedule_192
+
+
+
+
+
+
+
+
+
+
+
+.align 4
+Lschedule_256:
+ li 0, 7
+ addi 3, 3, 8
+ lvx 0, 0, 3
+ vperm 0, 6, 0, 27
+ bl _vpaes_schedule_transform
+ mtctr 0
+
+Loop_schedule_256:
+ bl _vpaes_schedule_mangle
+ vor 6, 0, 0
+
+
+ bl _vpaes_schedule_round
+ bdz Lschedule_mangle_last
+ bl _vpaes_schedule_mangle
+
+
+ vspltw 0, 0, 3
+ vor 5, 7, 7
+ vor 7, 6, 6
+ bl _vpaes_schedule_low_round
+ vor 7, 5, 5
+
+ b Loop_schedule_256
+
+
+
+
+
+
+
+
+
+
+.align 4
+Lschedule_mangle_last:
+
+ li 11, 0x2e0
+ li 9, 0x2f0
+ bne 1, Lschedule_mangle_last_dec
+
+
+ lvx 1, 8, 10
+ li 11, 0x2c0
+ li 9, 0x2d0
+ vperm 0, 0, 0, 1
+
+ lvx 12, 11, 12
+ lvx 13, 9, 12
+ addi 5, 5, 16
+ vxor 0, 0, 26
+ bl _vpaes_schedule_transform
+
+
+ vperm 0, 0, 0, 29
+ li 10, 4
+ vsel 2, 28, 0, 30
+ li 11, 8
+ stvx 2, 0, 5
+ li 12, 12
+ stvewx 0, 0, 5
+ stvewx 0, 10, 5
+ stvewx 0, 11, 5
+ stvewx 0, 12, 5
+ b Lschedule_mangle_done
+
+.align 4
+Lschedule_mangle_last_dec:
+ lvx 12, 11, 12
+ lvx 13, 9, 12
+ addi 5, 5, -16
+ vxor 0, 0, 26
+ bl _vpaes_schedule_transform
+
+
+ addi 9, 5, -15
+ vperm 0, 0, 0, 29
+ li 10, 4
+ vsel 2, 28, 0, 30
+ li 11, 8
+ stvx 2, 0, 5
+ li 12, 12
+ stvewx 0, 0, 9
+ stvewx 0, 10, 9
+ stvewx 0, 11, 9
+ stvewx 0, 12, 9
+
+
+Lschedule_mangle_done:
+ mtlr 7
+
+ vxor 0, 0, 0
+ vxor 1, 1, 1
+ vxor 2, 2, 2
+ vxor 3, 3, 3
+ vxor 4, 4, 4
+ vxor 5, 5, 5
+ vxor 6, 6, 6
+ vxor 7, 7, 7
+
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.align 4
+_vpaes_schedule_192_smear:
+ vspltw 0, 7, 3
+ vsldoi 1, 9, 6, 12
+ vsldoi 0, 7, 0, 8
+ vxor 6, 6, 1
+ vxor 6, 6, 0
+ vor 0, 6, 6
+ vsldoi 6, 6, 9, 8
+ vsldoi 6, 9, 6, 8
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.align 4
+_vpaes_schedule_round:
+
+
+ vsldoi 1, 24, 9, 15
+ vsldoi 24, 24, 24, 15
+ vxor 7, 7, 1
+
+
+ vspltw 0, 0, 3
+ vsldoi 0, 0, 0, 1
+
+
+
+
+_vpaes_schedule_low_round:
+
+ vsldoi 1, 9, 7, 12
+ vxor 7, 7, 1
+ vspltisb 1, 0x0f
+ vsldoi 4, 9, 7, 8
+
+
+ vand 1, 1, 0
+ vsrb 0, 0, 8
+ vxor 7, 7, 4
+ vperm 2, 11, 9, 1
+ vxor 1, 1, 0
+ vperm 3, 10, 9, 0
+ vxor 3, 3, 2
+ vperm 4, 10, 9, 1
+ vxor 7, 7, 26
+ vperm 3, 10, 9, 3
+ vxor 4, 4, 2
+ vperm 2, 10, 9, 4
+ vxor 3, 3, 1
+ vxor 2, 2, 0
+ vperm 4, 15, 9, 3
+ vperm 1, 14, 9, 2
+ vxor 1, 1, 4
+
+
+ vxor 0, 1, 7
+ vxor 7, 1, 7
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+
+
+
+
+.align 4
+_vpaes_schedule_transform:
+
+ vsrb 2, 0, 8
+
+ vperm 0, 12, 12, 0
+
+ vperm 2, 13, 13, 2
+ vxor 0, 0, 2
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.align 4
+_vpaes_schedule_mangle:
+
+
+ bne 1, Lschedule_mangle_dec
+
+
+ vxor 4, 0, 26
+ addi 5, 5, 16
+ vperm 4, 4, 4, 25
+ vperm 1, 4, 4, 25
+ vperm 3, 1, 1, 25
+ vxor 4, 4, 1
+ lvx 1, 8, 10
+ vxor 3, 3, 4
+
+ vperm 3, 3, 3, 1
+ addi 8, 8, -16
+ andi. 8, 8, 0x30
+
+
+ vperm 1, 3, 3, 29
+ vsel 2, 28, 1, 30
+ vor 28, 1, 1
+ stvx 2, 0, 5
+ blr
+
+.align 4
+Lschedule_mangle_dec:
+
+
+ vsrb 1, 0, 8
+
+
+
+ vperm 2, 16, 16, 0
+
+ vperm 3, 17, 17, 1
+ vxor 3, 3, 2
+ vperm 3, 3, 9, 25
+
+
+ vperm 2, 18, 18, 0
+ vxor 2, 2, 3
+
+ vperm 3, 19, 19, 1
+ vxor 3, 3, 2
+ vperm 3, 3, 9, 25
+
+
+ vperm 2, 20, 20, 0
+ vxor 2, 2, 3
+
+ vperm 3, 21, 21, 1
+ vxor 3, 3, 2
+
+
+ vperm 2, 22, 22, 0
+ vperm 3, 3, 9, 25
+
+ vperm 4, 23, 23, 1
+ lvx 1, 8, 10
+ vxor 2, 2, 3
+ vxor 3, 4, 2
+
+ addi 5, 5, -16
+
+ vperm 3, 3, 3, 1
+ addi 8, 8, -16
+ andi. 8, 8, 0x30
+
+
+ vperm 1, 3, 3, 29
+ vsel 2, 28, 1, 30
+ vor 28, 1, 1
+ stvx 2, 0, 5
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .vpaes_set_encrypt_key
+.align 5
+.vpaes_set_encrypt_key:
+ stdu 1,-256(1)
+ li 10,63
+ li 11,79
+ mflr 0
+ li 6,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 6,252(1)
+ li 7, -1
+ std 0, 272(1)
+ or 7, 7, 7
+
+ srwi 9, 4, 5
+ addi 9, 9, 6
+ stw 9, 240(5)
+
+ cmplw 1, 4, 4
+ li 8, 0x30
+ bl _vpaes_schedule_core
+
+ ld 0, 272(1)
+ li 10,63
+ li 11,79
+ or 6, 6, 6
+ mtlr 0
+ xor 3, 3, 3
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,0,3,0
+.long 0
+
+
+.globl .vpaes_set_decrypt_key
+.align 4
+.vpaes_set_decrypt_key:
+ stdu 1,-256(1)
+ li 10,63
+ li 11,79
+ mflr 0
+ li 6,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 6,252(1)
+ li 7, -1
+ std 0, 272(1)
+ or 7, 7, 7
+
+ srwi 9, 4, 5
+ addi 9, 9, 6
+ stw 9, 240(5)
+
+ slwi 9, 9, 4
+ add 5, 5, 9
+
+ cmplwi 1, 4, 0
+ srwi 8, 4, 1
+ andi. 8, 8, 32
+ xori 8, 8, 32
+ bl _vpaes_schedule_core
+
+ ld 0, 272(1)
+ li 10,63
+ li 11,79
+ or 6, 6, 6
+ mtlr 0
+ xor 3, 3, 3
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,0,3,0
+.long 0
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/bn-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/bn-ppc.s
new file mode 100644
index 0000000000..b8414b98f4
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/bn-ppc.s
@@ -0,0 +1,1843 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+.globl .bn_sqr_comba4
+.globl .bn_sqr_comba8
+.globl .bn_mul_comba4
+.globl .bn_mul_comba8
+.globl .bn_sub_words
+.globl .bn_add_words
+.globl .bn_div_words
+.globl .bn_sqr_words
+.globl .bn_mul_words
+.globl .bn_mul_add_words
+
+
+
+.machine "any"
+
+
+
+
+
+
+
+
+.align 4
+.bn_sqr_comba4:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+
+
+ ld 5,0(4)
+ mulld 9,5,5
+ mulhdu 10,5,5
+
+
+
+
+ std 9,0(3)
+
+ ld 6,8(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 7,7,7
+ adde 8,8,8
+ addze 9,0
+
+
+ addc 10,7,10
+ addze 11,8
+ addze 9,9
+
+ std 10,8(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,0
+
+ ld 6,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 7,7,7
+ adde 8,8,8
+ addze 10,10
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ std 11,16(3)
+
+ ld 6,24(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 7,7,7
+ adde 8,8,8
+ addze 11,0
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,8(4)
+ ld 6,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 7,7,7
+ adde 8,8,8
+ addze 11,11
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ std 9,24(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,0
+
+ ld 6,24(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 7,7,7
+ adde 8,8,8
+ addze 9,9
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ std 10,32(3)
+
+ ld 5,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 7,7,7
+ adde 8,8,8
+ addze 10,0
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ std 11,40(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 9,7,9
+ adde 10,8,10
+
+ std 9,48(3)
+ std 10,56(3)
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_sqr_comba8:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+
+
+ ld 5,0(4)
+ mulld 9,5,5
+ mulhdu 10,5,5
+ std 9,0(3)
+
+ ld 6,8(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,0
+ addze 9,0
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ std 10,8(3)
+
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,0
+
+ ld 6,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ std 11,16(3)
+
+ ld 6,24(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,0
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,8(4)
+ ld 6,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ std 9,24(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,0
+
+ ld 6,24(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ ld 5,0(4)
+ ld 6,32(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ std 10,32(3)
+
+ ld 6,40(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,0
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ ld 5,8(4)
+ ld 6,32(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ ld 5,16(4)
+ ld 6,24(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ std 11,40(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,0
+
+ ld 6,32(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,8(4)
+ ld 6,40(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,0(4)
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ std 9,48(3)
+
+ ld 6,56(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,0
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ ld 5,8(4)
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ ld 5,16(4)
+ ld 6,40(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ ld 5,24(4)
+ ld 6,32(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ std 10,56(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,0
+
+ ld 6,40(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ ld 5,16(4)
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ ld 5,8(4)
+ ld 6,56(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ std 11,64(3)
+
+ ld 5,16(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,0
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,24(4)
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+
+ ld 5,32(4)
+ ld 6,40(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ std 9,72(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,0
+
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+
+ ld 5,24(4)
+ ld 6,56(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ std 10,80(3)
+
+ ld 5,32(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,0
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+
+ ld 5,40(4)
+ ld 6,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ addc 11,7,11
+ adde 9,8,9
+ addze 10,10
+ std 11,88(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,0
+
+ ld 6,56(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ addc 9,7,9
+ adde 10,8,10
+ addze 11,11
+ std 9,96(3)
+
+
+ ld 5,48(4)
+ mulld 7,5,6
+ mulhdu 8,5,6
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,0
+ addc 10,7,10
+ adde 11,8,11
+ addze 9,9
+ std 10,104(3)
+
+ mulld 7,6,6
+ mulhdu 8,6,6
+ addc 11,7,11
+ adde 9,8,9
+ std 11,112(3)
+ std 9, 120(3)
+
+
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_mul_comba4:
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+ ld 6,0(4)
+ ld 7,0(5)
+ mulld 10,6,7
+ mulhdu 11,6,7
+ std 10,0(3)
+
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,8,11
+ adde 12,9,0
+ addze 10,0
+
+ ld 6, 8(4)
+ ld 7, 0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,8,11
+ adde 12,9,12
+ addze 10,10
+ std 11,8(3)
+
+ ld 6,16(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,8,12
+ adde 10,9,10
+ addze 11,0
+
+ ld 6,8(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,8,12
+ adde 10,9,10
+ addze 11,11
+
+ ld 6,0(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,8,12
+ adde 10,9,10
+ addze 11,11
+ std 12,16(3)
+
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,8,10
+ adde 11,9,11
+ addze 12,0
+
+ ld 6,8(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,8,10
+ adde 11,9,11
+ addze 12,12
+
+ ld 6,16(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,8,10
+ adde 11,9,11
+ addze 12,12
+
+ ld 6,24(4)
+ ld 7,0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,8,10
+ adde 11,9,11
+ addze 12,12
+ std 10,24(3)
+
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,8,11
+ adde 12,9,12
+ addze 10,0
+
+ ld 6,16(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,8,11
+ adde 12,9,12
+ addze 10,10
+
+ ld 6,8(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,8,11
+ adde 12,9,12
+ addze 10,10
+ std 11,32(3)
+
+ ld 6,16(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,8,12
+ adde 10,9,10
+ addze 11,0
+
+ ld 6,24(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,8,12
+ adde 10,9,10
+ addze 11,11
+ std 12,40(3)
+
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,8,10
+ adde 11,9,11
+
+ std 10,48(3)
+ std 11,56(3)
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_mul_comba8:
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+
+ ld 6,0(4)
+ ld 7,0(5)
+ mulld 10,6,7
+ mulhdu 11,6,7
+ std 10,0(3)
+
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ addze 12,9
+ addze 10,0
+
+ ld 6,8(4)
+ ld 7,0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+ std 11,8(3)
+
+ ld 6,16(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,0
+
+ ld 6,8(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,0(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+ std 12,16(3)
+
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,0
+
+ ld 6,8(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+
+ ld 6,16(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,24(4)
+ ld 7,0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+ std 10,24(3)
+
+ ld 6,32(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,0
+
+ ld 6,24(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,16(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,8(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,0(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+ std 11,32(3)
+
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,0
+
+ ld 6,8(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,16(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,24(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,32(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,40(4)
+ ld 7,0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+ std 12,40(3)
+
+ ld 6,48(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,0
+
+ ld 6,40(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,32(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,24(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,16(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,8(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,0(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+ std 10,48(3)
+
+ ld 7,56(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,0
+
+ ld 6,8(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,16(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,24(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,32(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,40(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,48(4)
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,56(4)
+ ld 7,0(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+ std 11,56(3)
+
+ ld 7,8(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,0
+
+ ld 6,48(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,40(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,32(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,24(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,16(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,8(4)
+ ld 7,56(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+ std 12,64(3)
+
+ ld 6,16(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,0
+
+ ld 6,24(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,32(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,40(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,48(4)
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,56(4)
+ ld 7,16(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+ std 10,72(3)
+
+ ld 7,24(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,0
+
+ ld 6,48(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,40(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,32(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+
+ ld 6,24(4)
+ ld 7,56(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+ std 11,80(3)
+
+ ld 6,32(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,0
+
+ ld 6,40(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,48(4)
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+
+ ld 6,56(4)
+ ld 7,32(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ addze 11,11
+ std 12,88(3)
+
+ ld 7,40(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,0
+
+ ld 6,48(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+
+ ld 6,40(4)
+ ld 7,56(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 10,10,8
+ adde 11,11,9
+ addze 12,12
+ std 10,96(3)
+
+ ld 6,48(4)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,0
+
+ ld 6,56(4)
+ ld 7,48(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 11,11,8
+ adde 12,12,9
+ addze 10,10
+ std 11,104(3)
+
+ ld 7,56(5)
+ mulld 8,6,7
+ mulhdu 9,6,7
+ addc 12,12,8
+ adde 10,10,9
+ std 12,112(3)
+ std 10,120(3)
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_sub_words:
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+
+
+ subfc. 7,0,6
+
+
+ beq Lppcasm_sub_adios
+ addi 4,4,-8
+ addi 3,3,-8
+ addi 5,5,-8
+ mtctr 6
+Lppcasm_sub_mainloop:
+ ldu 7,8(4)
+ ldu 8,8(5)
+ subfe 6,8,7
+
+
+ stdu 6,8(3)
+ bc 16,0,Lppcasm_sub_mainloop
+Lppcasm_sub_adios:
+ subfze 3,0
+ andi. 3,3,1
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,4,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_add_words:
+
+
+
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+
+
+
+ addic. 6,6,0
+ beq Lppcasm_add_adios
+ addi 4,4,-8
+ addi 3,3,-8
+ addi 5,5,-8
+ mtctr 6
+Lppcasm_add_mainloop:
+ ldu 7,8(4)
+ ldu 8,8(5)
+ adde 8,7,8
+ stdu 8,8(3)
+ bc 16,0,Lppcasm_add_mainloop
+Lppcasm_add_adios:
+ addze 3,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,4,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_div_words:
+
+
+
+
+
+
+
+
+
+
+
+ cmpldi 0,5,0
+ bne Lppcasm_div1
+ li 3,-1
+ blr
+Lppcasm_div1:
+ xor 0,0,0
+ li 8,64
+ cntlzd. 7,5
+ beq Lppcasm_div2
+ subf 8,7,8
+ srd. 9,3,8
+ td 16,9,0
+Lppcasm_div2:
+ cmpld 0,3,5
+ blt Lppcasm_div3
+ subf 3,5,3
+Lppcasm_div3:
+ cmpi 0,0,7,0
+ beq Lppcasm_div4
+ sld 3,3,7
+ srd 8,4,8
+ sld 5,5,7
+ or 3,3,8
+ sld 4,4,7
+Lppcasm_div4:
+ srdi 9,5,32
+
+
+ li 6,2
+ mtctr 6
+Lppcasm_divouterloop:
+ srdi 8,3,32
+ srdi 11,4,32
+
+ cmpld 0,8,9
+ bne Lppcasm_div5
+
+ li 8,-1
+ clrldi 8,8,32
+ b Lppcasm_div6
+Lppcasm_div5:
+ divdu 8,3,9
+Lppcasm_div6:
+ mulld 12,9,8
+ clrldi 10,5,32
+ mulld 6,8,10
+
+Lppcasm_divinnerloop:
+ subf 10,12,3
+ srdi 7,10,32
+ addic. 7,7,0
+
+
+
+ sldi 7,10,32
+ or 7,7,11
+ cmpld 1,6,7
+ bne Lppcasm_divinnerexit
+ ble 1,Lppcasm_divinnerexit
+ addi 8,8,-1
+ subf 12,9,12
+ clrldi 10,5,32
+ subf 6,10,6
+ b Lppcasm_divinnerloop
+Lppcasm_divinnerexit:
+ srdi 10,6,32
+ sldi 11,6,32
+ cmpld 1,4,11
+ add 12,12,10
+ bge 1,Lppcasm_div7
+ addi 12,12,1
+Lppcasm_div7:
+ subf 11,11,4
+ cmpld 1,3,12
+ bge 1,Lppcasm_div8
+ addi 8,8,-1
+ add 3,5,3
+Lppcasm_div8:
+ subf 12,12,3
+ sldi 4,11,32
+
+
+
+ insrdi 11,12,32,32
+ rotldi 3,11,32
+ bdz Lppcasm_div9
+ sldi 0,8,32
+ b Lppcasm_divouterloop
+Lppcasm_div9:
+ or 3,8,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+
+
+
+
+
+
+
+.align 4
+.bn_sqr_words:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ addic. 5,5,0
+ beq Lppcasm_sqr_adios
+ addi 4,4,-8
+ addi 3,3,-8
+ mtctr 5
+Lppcasm_sqr_mainloop:
+
+ ldu 6,8(4)
+ mulld 7,6,6
+ mulhdu 8,6,6
+ stdu 7,8(3)
+ stdu 8,8(3)
+ bc 16,0,Lppcasm_sqr_mainloop
+Lppcasm_sqr_adios:
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_mul_words:
+
+
+
+
+
+
+
+ xor 0,0,0
+ xor 12,12,12
+ rlwinm. 7,5,30,2,31
+ beq Lppcasm_mw_REM
+ mtctr 7
+Lppcasm_mw_LOOP:
+
+ ld 8,0(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ addc 9,9,12
+
+
+
+
+ std 9,0(3)
+
+ ld 8,8(4)
+ mulld 11,6,8
+ mulhdu 12,6,8
+ adde 11,11,10
+
+ std 11,8(3)
+
+ ld 8,16(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ adde 9,9,12
+
+ std 9,16(3)
+
+ ld 8,24(4)
+ mulld 11,6,8
+ mulhdu 12,6,8
+ adde 11,11,10
+ addze 12,12
+
+ std 11,24(3)
+
+ addi 3,3,32
+ addi 4,4,32
+ bc 16,0,Lppcasm_mw_LOOP
+
+Lppcasm_mw_REM:
+ andi. 5,5,0x3
+ beq Lppcasm_mw_OVER
+
+ ld 8,0(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ addc 9,9,12
+ addze 10,10
+ std 9,0(3)
+ addi 12,10,0
+
+ addi 5,5,-1
+ cmpli 0,0,5,0
+ beq Lppcasm_mw_OVER
+
+
+
+ ld 8,8(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ addc 9,9,12
+ addze 10,10
+ std 9,8(3)
+ addi 12,10,0
+
+ addi 5,5,-1
+ cmpli 0,0,5,0
+ beq Lppcasm_mw_OVER
+
+
+ ld 8,16(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ addc 9,9,12
+ addze 10,10
+ std 9,16(3)
+ addi 12,10,0
+
+Lppcasm_mw_OVER:
+ addi 3,12,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,4,0
+.long 0
+
+
+
+
+
+
+
+
+
+.align 4
+.bn_mul_add_words:
+
+
+
+
+
+
+
+
+
+
+ xor 0,0,0
+ xor 12,12,12
+ rlwinm. 7,5,30,2,31
+ beq Lppcasm_maw_leftover
+ mtctr 7
+Lppcasm_maw_mainloop:
+
+ ld 8,0(4)
+ ld 11,0(3)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ addc 9,9,12
+ addze 10,10
+ addc 9,9,11
+
+
+
+
+
+
+ std 9,0(3)
+
+
+ ld 8,8(4)
+ ld 9,8(3)
+ mulld 11,6,8
+ mulhdu 12,6,8
+ adde 11,11,10
+ addze 12,12
+ addc 11,11,9
+
+ std 11,8(3)
+
+
+ ld 8,16(4)
+ mulld 9,6,8
+ ld 11,16(3)
+ mulhdu 10,6,8
+ adde 9,9,12
+ addze 10,10
+ addc 9,9,11
+
+ std 9,16(3)
+
+
+ ld 8,24(4)
+ mulld 11,6,8
+ ld 9,24(3)
+ mulhdu 12,6,8
+ adde 11,11,10
+ addze 12,12
+ addc 11,11,9
+ addze 12,12
+ std 11,24(3)
+ addi 3,3,32
+ addi 4,4,32
+ bc 16,0,Lppcasm_maw_mainloop
+
+Lppcasm_maw_leftover:
+ andi. 5,5,0x3
+ beq Lppcasm_maw_adios
+ addi 3,3,-8
+ addi 4,4,-8
+
+ mtctr 5
+ ldu 8,8(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ ldu 11,8(3)
+ addc 9,9,11
+ addze 10,10
+ addc 9,9,12
+ addze 12,10
+ std 9,0(3)
+
+ bdz Lppcasm_maw_adios
+
+ ldu 8,8(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ ldu 11,8(3)
+ addc 9,9,11
+ addze 10,10
+ addc 9,9,12
+ addze 12,10
+ std 9,0(3)
+
+ bdz Lppcasm_maw_adios
+
+ ldu 8,8(4)
+ mulld 9,6,8
+ mulhdu 10,6,8
+ ldu 11,8(3)
+ addc 9,9,11
+ addze 10,10
+ addc 9,9,12
+ addze 12,10
+ std 9,0(3)
+
+Lppcasm_maw_adios:
+ addi 3,12,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,4,0
+.long 0
+
+.align 4
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc-mont.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc-mont.s
new file mode 100644
index 0000000000..b767b00a56
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc-mont.s
@@ -0,0 +1,217 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .bn_mul_mont_int
+.align 4
+.bn_mul_mont_int:
+ cmpwi 8,4
+ mr 9,3
+ li 3,0
+ bclr 12,0
+ slwi 8,8,3
+ li 12,-4096
+ addi 3,8,352
+ subf 3,3,1
+ and 3,3,12
+ subf 3,1,3
+ mr 12,1
+ srwi 8,8,3
+ stdux 1,1,3
+
+ std 20,-96(12)
+ std 21,-88(12)
+ std 22,-80(12)
+ std 23,-72(12)
+ std 24,-64(12)
+ std 25,-56(12)
+ std 26,-48(12)
+ std 27,-40(12)
+ std 28,-32(12)
+ std 29,-24(12)
+ std 30,-16(12)
+ std 31,-8(12)
+
+ ld 7,0(7)
+ addi 8,8,-2
+
+ ld 23,0(5)
+ ld 10,0(4)
+ addi 22,1,64
+ mulld 25,10,23
+ mulhdu 26,10,23
+
+ ld 10,8(4)
+ ld 11,0(6)
+
+ mulld 24,25,7
+
+ mulld 29,10,23
+ mulhdu 30,10,23
+
+ mulld 27,11,24
+ mulhdu 28,11,24
+ ld 11,8(6)
+ addc 27,27,25
+ addze 28,28
+
+ mulld 31,11,24
+ mulhdu 0,11,24
+
+ mtctr 8
+ li 21,16
+.align 4
+L1st:
+ ldx 10,4,21
+ addc 25,29,26
+ ldx 11,6,21
+ addze 26,30
+ mulld 29,10,23
+ addc 27,31,28
+ mulhdu 30,10,23
+ addze 28,0
+ mulld 31,11,24
+ addc 27,27,25
+ mulhdu 0,11,24
+ addze 28,28
+ std 27,0(22)
+
+ addi 21,21,8
+ addi 22,22,8
+ bc 16,0,L1st
+
+ addc 25,29,26
+ addze 26,30
+
+ addc 27,31,28
+ addze 28,0
+ addc 27,27,25
+ addze 28,28
+ std 27,0(22)
+
+ li 3,0
+ addc 28,28,26
+ addze 3,3
+ std 28,8(22)
+
+ li 20,8
+.align 4
+Louter:
+ ldx 23,5,20
+ ld 10,0(4)
+ addi 22,1,64
+ ld 12,64(1)
+ mulld 25,10,23
+ mulhdu 26,10,23
+ ld 10,8(4)
+ ld 11,0(6)
+ addc 25,25,12
+ mulld 29,10,23
+ addze 26,26
+ mulld 24,25,7
+ mulhdu 30,10,23
+ mulld 27,11,24
+ mulhdu 28,11,24
+ ld 11,8(6)
+ addc 27,27,25
+ mulld 31,11,24
+ addze 28,28
+ mulhdu 0,11,24
+
+ mtctr 8
+ li 21,16
+.align 4
+Linner:
+ ldx 10,4,21
+ addc 25,29,26
+ ld 12,8(22)
+ addze 26,30
+ ldx 11,6,21
+ addc 27,31,28
+ mulld 29,10,23
+ addze 28,0
+ mulhdu 30,10,23
+ addc 25,25,12
+ mulld 31,11,24
+ addze 26,26
+ mulhdu 0,11,24
+ addc 27,27,25
+ addi 21,21,8
+ addze 28,28
+ std 27,0(22)
+ addi 22,22,8
+ bc 16,0,Linner
+
+ ld 12,8(22)
+ addc 25,29,26
+ addze 26,30
+ addc 25,25,12
+ addze 26,26
+
+ addc 27,31,28
+ addze 28,0
+ addc 27,27,25
+ addze 28,28
+ std 27,0(22)
+
+ addic 3,3,-1
+ li 3,0
+ adde 28,28,26
+ addze 3,3
+ std 28,8(22)
+
+ slwi 12,8,3
+ cmpld 20,12
+ addi 20,20,8
+ ble Louter
+
+ addi 8,8,2
+ subfc 21,21,21
+ addi 22,1,64
+ mtctr 8
+
+.align 4
+Lsub: ldx 12,22,21
+ ldx 11,6,21
+ subfe 10,11,12
+ stdx 10,9,21
+ addi 21,21,8
+ bc 16,0,Lsub
+
+ li 21,0
+ mtctr 8
+ subfe 3,21,3
+ and 4,22,3
+ andc 6,9,3
+ or 4,4,6
+
+.align 4
+Lcopy:
+ ldx 12,4,21
+ stdx 12,9,21
+ stdx 21,22,21
+ addi 21,21,8
+ bc 16,0,Lcopy
+
+ ld 12,0(1)
+ li 3,1
+ ld 20,-96(12)
+ ld 21,-88(12)
+ ld 22,-80(12)
+ ld 23,-72(12)
+ ld 24,-64(12)
+ ld 25,-56(12)
+ ld 26,-48(12)
+ ld 27,-40(12)
+ ld 28,-32(12)
+ ld 29,-24(12)
+ ld 30,-16(12)
+ ld 31,-8(12)
+ mr 1,12
+ blr
+.long 0
+.byte 0,12,4,0,0x80,12,6,0
+.long 0
+
+
+.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc64-mont.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc64-mont.s
new file mode 100644
index 0000000000..2b5e5c9b25
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/bn/ppc64-mont.s
@@ -0,0 +1,741 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .bn_mul_mont_fpu64
+.align 5
+.bn_mul_mont_fpu64:
+ cmpwi 8,3
+ mr 9,3
+ li 3,0
+ bclr 14,0
+ andi. 0,8,1
+ bclr 6,2
+
+ slwi 8,8,3
+ li 12,-4096
+ slwi 10,8,2
+ add 10,10,8
+ addi 10,10,552
+ subf 10,10,1
+ and 10,10,12
+ subf 10,1,10
+ mr 12,1
+ stdux 1,1,10
+
+ std 19,-200(12)
+ std 20,-192(12)
+ std 21,-184(12)
+ std 22,-176(12)
+ std 23,-168(12)
+ std 24,-160(12)
+ std 25,-152(12)
+ std 26,-144(12)
+ std 27,-136(12)
+ std 28,-128(12)
+ std 29,-120(12)
+ std 30,-112(12)
+ std 31,-104(12)
+ stfd 20,-96(12)
+ stfd 21,-88(12)
+ stfd 22,-80(12)
+ stfd 23,-72(12)
+ stfd 24,-64(12)
+ stfd 25,-56(12)
+ stfd 26,-48(12)
+ stfd 27,-40(12)
+ stfd 28,-32(12)
+ stfd 29,-24(12)
+ stfd 30,-16(12)
+ stfd 31,-8(12)
+
+ addi 10,1,264
+ li 12,-64
+ add 22,10,8
+ and 22,22,12
+
+ addi 22,22,-8
+ srwi 11,8,4
+ addi 11,11,-1
+ addi 10,1,184
+ li 0,0
+ mtctr 11
+ ld 23,0(4)
+ ld 27,0(5)
+ ld 7,0(7)
+
+ mulld 31,23,27
+
+ rldicl 24,27,0,48
+ rldicl 25,27,48,48
+ rldicl 26,27,32,48
+ rldicl 27,27,16,48
+ std 24,64(1)
+ std 25,72(1)
+ std 26,80(1)
+ std 27,88(1)
+
+ mulld 31,31,7
+
+ rldicl 28,31,0,48
+ rldicl 29,31,48,48
+ rldicl 30,31,32,48
+ rldicl 31,31,16,48
+ std 28,96(1)
+ std 29,104(1)
+ std 30,112(1)
+ std 31,120(1)
+
+ rldicl 24,23,0,32
+ rldicl 25,23,32,32
+ lwz 26,12(4)
+ lwz 27,8(4)
+ lwz 28,4(6)
+ lwz 29,0(6)
+ lwz 30,12(6)
+ lwz 31,8(6)
+ lfd 0,64(1)
+ lfd 1,72(1)
+ lfd 2,80(1)
+ lfd 3,88(1)
+ lfd 4,96(1)
+ lfd 5,104(1)
+ lfd 6,112(1)
+ lfd 7,120(1)
+ std 24,128(1)
+ std 25,136(1)
+ std 26,144(1)
+ std 27,152(1)
+ std 28,160(1)
+ std 29,168(1)
+ std 30,176(1)
+ std 31,184(1)
+ fcfid 0,0
+ fcfid 1,1
+ fcfid 2,2
+ fcfid 3,3
+ fcfid 4,4
+ fcfid 5,5
+ fcfid 6,6
+ fcfid 7,7
+
+ lfd 10,128(1)
+ lfd 11,136(1)
+ lfd 12,144(1)
+ lfd 13,152(1)
+ lfd 20,160(1)
+ lfd 21,168(1)
+ lfd 22,176(1)
+ lfd 23,184(1)
+ fcfid 10,10
+ fcfid 11,11
+ fcfid 12,12
+ fcfid 13,13
+ fcfid 20,20
+ fcfid 21,21
+ fcfid 22,22
+ fcfid 23,23
+ addi 4,4,16
+ addi 6,6,16
+
+ fmul 26,11,0
+ fmul 27,11,1
+ stfd 10,8(22)
+ stfd 11,16(22)
+ fmul 28,12,0
+ fmul 29,12,1
+ stfd 12,24(22)
+ stfd 13,32(22)
+ fmul 30,13,0
+ fmul 31,13,1
+ stfd 20,40(22)
+ stfd 21,48(22)
+ fmul 24,10,0
+ fmul 25,10,1
+ stfd 22,56(22)
+ stfdu 23,64(22)
+
+ fmadd 26,10,2,26
+ fmadd 27,10,3,27
+ fmadd 28,11,2,28
+ fmadd 29,11,3,29
+ fmadd 30,12,2,30
+ fmadd 31,12,3,31
+ fmul 8,13,2
+ fmul 9,13,3
+
+ fmadd 26,21,4,26
+ fmadd 27,21,5,27
+ fmadd 28,22,4,28
+ fmadd 29,22,5,29
+ fmadd 30,23,4,30
+ fmadd 31,23,5,31
+ fmadd 24,20,4,24
+ fmadd 25,20,5,25
+
+ fmadd 26,20,6,26
+ fmadd 27,20,7,27
+ fmadd 28,21,6,28
+ fmadd 29,21,7,29
+ fmadd 30,22,6,30
+ fmadd 31,22,7,31
+ fmadd 8,23,6,8
+ fmadd 9,23,7,9
+
+ fctid 24,24
+ fctid 25,25
+ fctid 26,26
+ fctid 27,27
+ fctid 28,28
+ fctid 29,29
+ fctid 30,30
+ fctid 31,31
+
+ stfd 24,64(1)
+ stfd 25,72(1)
+ stfd 26,80(1)
+ stfd 27,88(1)
+ stfd 28,96(1)
+ stfd 29,104(1)
+ stfd 30,112(1)
+ stfd 31,120(1)
+
+.align 5
+L1st:
+ lwz 24,4(4)
+ lwz 25,0(4)
+ lwz 26,12(4)
+ lwz 27,8(4)
+ lwz 28,4(6)
+ lwz 29,0(6)
+ lwz 30,12(6)
+ lwz 31,8(6)
+ std 24,128(1)
+ std 25,136(1)
+ std 26,144(1)
+ std 27,152(1)
+ std 28,160(1)
+ std 29,168(1)
+ std 30,176(1)
+ std 31,184(1)
+ ld 24,64(1)
+ ld 25,72(1)
+ ld 26,80(1)
+ ld 27,88(1)
+ ld 28,96(1)
+ ld 29,104(1)
+ ld 30,112(1)
+ ld 31,120(1)
+ lfd 10,128(1)
+ lfd 11,136(1)
+ lfd 12,144(1)
+ lfd 13,152(1)
+ lfd 20,160(1)
+ lfd 21,168(1)
+ lfd 22,176(1)
+ lfd 23,184(1)
+ fcfid 10,10
+ fcfid 11,11
+ fcfid 12,12
+ fcfid 13,13
+ fcfid 20,20
+ fcfid 21,21
+ fcfid 22,22
+ fcfid 23,23
+ addi 4,4,16
+ addi 6,6,16
+
+ fmul 26,11,0
+ fmul 27,11,1
+ fmul 28,12,0
+ fmul 29,12,1
+ stfd 10,8(22)
+ stfd 11,16(22)
+ fmul 30,13,0
+ fmul 31,13,1
+ fmadd 24,10,0,8
+ fmadd 25,10,1,9
+ stfd 12,24(22)
+ stfd 13,32(22)
+ fmadd 26,10,2,26
+ fmadd 27,10,3,27
+ fmadd 28,11,2,28
+ fmadd 29,11,3,29
+ stfd 20,40(22)
+ stfd 21,48(22)
+ fmadd 30,12,2,30
+ fmadd 31,12,3,31
+ add 24,24,0
+ fmul 8,13,2
+ fmul 9,13,3
+ stfd 22,56(22)
+ stfdu 23,64(22)
+ srdi 0,24,16
+ add 25,25,0
+ srdi 0,25,16
+
+ fmadd 26,21,4,26
+ fmadd 27,21,5,27
+ insrdi 24,25,16,32
+ fmadd 28,22,4,28
+ fmadd 29,22,5,29
+ add 26,26,0
+ fmadd 30,23,4,30
+ fmadd 31,23,5,31
+ srdi 0,26,16
+ fmadd 24,20,4,24
+ fmadd 25,20,5,25
+ insrdi 24,26,16,16
+ add 27,27,0
+ srdi 0,27,16
+
+ fmadd 26,20,6,26
+ fmadd 27,20,7,27
+ insrdi 24,27,16,0
+ fmadd 28,21,6,28
+ fmadd 29,21,7,29
+ add 28,28,0
+ fmadd 30,22,6,30
+ fmadd 31,22,7,31
+ srdi 0,28,16
+ fmadd 8,23,6,8
+ fmadd 9,23,7,9
+ add 29,29,0
+ srdi 0,29,16
+ insrdi 28,29,16,32
+
+ fctid 24,24
+ fctid 25,25
+ add 30,30,0
+ fctid 26,26
+ fctid 27,27
+ srdi 0,30,16
+ fctid 28,28
+ fctid 29,29
+ insrdi 28,30,16,16
+ fctid 30,30
+ fctid 31,31
+ add 31,31,0
+ insrdi 28,31,16,0
+ srdi 0,31,16
+
+ stfd 24,64(1)
+ stfd 25,72(1)
+ stfd 26,80(1)
+ stfd 27,88(1)
+ stfd 28,96(1)
+ stfd 29,104(1)
+ stfd 30,112(1)
+ stfd 31,120(1)
+ std 24,8(10)
+ stdu 28,16(10)
+ bc 16,0,L1st
+
+ fctid 8,8
+ fctid 9,9
+ ld 24,64(1)
+ ld 25,72(1)
+ ld 26,80(1)
+ ld 27,88(1)
+ ld 28,96(1)
+ ld 29,104(1)
+ ld 30,112(1)
+ ld 31,120(1)
+ stfd 8,128(1)
+ stfd 9,136(1)
+
+ add 24,24,0
+ srdi 0,24,16
+ add 25,25,0
+ srdi 0,25,16
+ insrdi 24,25,16,32
+ add 26,26,0
+ srdi 0,26,16
+ insrdi 24,26,16,16
+ add 27,27,0
+ srdi 0,27,16
+ insrdi 24,27,16,0
+ add 28,28,0
+ srdi 0,28,16
+ add 29,29,0
+ srdi 0,29,16
+ insrdi 28,29,16,32
+ add 30,30,0
+ srdi 0,30,16
+ insrdi 28,30,16,16
+ add 31,31,0
+ insrdi 28,31,16,0
+ srdi 0,31,16
+ ld 30,128(1)
+ ld 31,136(1)
+
+ std 24,8(10)
+ stdu 28,16(10)
+
+ add 30,30,0
+ srdi 0,30,16
+ add 31,31,0
+ insrdi 30,31,48,0
+ srdi 3,31,48
+ std 30,8(10)
+ slwi 31,8,2
+ subf 22,31,22
+
+ li 12,8
+.align 5
+Louter:
+ addi 10,1,192
+ li 0,0
+ mtctr 11
+ ldx 27,5,12
+
+ ld 30,200(1)
+ mulld 31,23,27
+ add 31,31,30
+
+ rldicl 24,27,0,48
+ rldicl 25,27,48,48
+ rldicl 26,27,32,48
+ rldicl 27,27,16,48
+ std 24,64(1)
+ std 25,72(1)
+ std 26,80(1)
+ std 27,88(1)
+
+ mulld 31,31,7
+
+ rldicl 28,31,0,48
+ rldicl 29,31,48,48
+ rldicl 30,31,32,48
+ rldicl 31,31,16,48
+ std 28,96(1)
+ std 29,104(1)
+ std 30,112(1)
+ std 31,120(1)
+ lfd 10,8(22)
+ lfd 11,16(22)
+ lfd 12,24(22)
+ lfd 13,32(22)
+ lfd 20,40(22)
+ lfd 21,48(22)
+ lfd 22,56(22)
+ lfdu 23,64(22)
+
+ lfd 0,64(1)
+ lfd 1,72(1)
+ lfd 2,80(1)
+ lfd 3,88(1)
+ lfd 4,96(1)
+ lfd 5,104(1)
+ lfd 6,112(1)
+ lfd 7,120(1)
+
+ fcfid 0,0
+ fcfid 1,1
+ fcfid 2,2
+ fcfid 3,3
+ fcfid 4,4
+ fcfid 5,5
+ fcfid 6,6
+ fcfid 7,7
+
+ fmul 26,11,0
+ fmul 27,11,1
+ fmul 28,12,0
+ fmul 29,12,1
+ fmul 30,13,0
+ fmul 31,13,1
+ fmul 24,10,0
+ fmul 25,10,1
+
+ fmadd 26,10,2,26
+ fmadd 27,10,3,27
+ fmadd 28,11,2,28
+ fmadd 29,11,3,29
+ fmadd 30,12,2,30
+ fmadd 31,12,3,31
+ fmul 8,13,2
+ fmul 9,13,3
+
+ fmadd 26,21,4,26
+ fmadd 27,21,5,27
+ lfd 10,8(22)
+ lfd 11,16(22)
+ fmadd 28,22,4,28
+ fmadd 29,22,5,29
+ lfd 12,24(22)
+ lfd 13,32(22)
+ fmadd 30,23,4,30
+ fmadd 31,23,5,31
+ fmadd 24,20,4,24
+ fmadd 25,20,5,25
+
+ fmadd 26,20,6,26
+ fmadd 27,20,7,27
+ fmadd 28,21,6,28
+ fmadd 29,21,7,29
+ fmadd 30,22,6,30
+ fmadd 31,22,7,31
+ fmadd 8,23,6,8
+ fmadd 9,23,7,9
+
+ fctid 24,24
+ fctid 25,25
+ fctid 26,26
+ fctid 27,27
+ fctid 28,28
+ fctid 29,29
+ fctid 30,30
+ fctid 31,31
+
+ stfd 24,64(1)
+ stfd 25,72(1)
+ stfd 26,80(1)
+ stfd 27,88(1)
+ stfd 28,96(1)
+ stfd 29,104(1)
+ stfd 30,112(1)
+ stfd 31,120(1)
+
+.align 5
+Linner:
+ fmul 26,11,0
+ fmul 27,11,1
+ fmul 28,12,0
+ fmul 29,12,1
+ lfd 20,40(22)
+ lfd 21,48(22)
+ fmul 30,13,0
+ fmul 31,13,1
+ fmadd 24,10,0,8
+ fmadd 25,10,1,9
+ lfd 22,56(22)
+ lfdu 23,64(22)
+
+ fmadd 26,10,2,26
+ fmadd 27,10,3,27
+ fmadd 28,11,2,28
+ fmadd 29,11,3,29
+ lfd 10,8(22)
+ lfd 11,16(22)
+ fmadd 30,12,2,30
+ fmadd 31,12,3,31
+ fmul 8,13,2
+ fmul 9,13,3
+ lfd 12,24(22)
+ lfd 13,32(22)
+ fmadd 26,21,4,26
+ fmadd 27,21,5,27
+ ld 24,64(1)
+ ld 25,72(1)
+ fmadd 28,22,4,28
+ fmadd 29,22,5,29
+ ld 26,80(1)
+ ld 27,88(1)
+ fmadd 30,23,4,30
+ fmadd 31,23,5,31
+ add 24,24,0
+ ld 28,96(1)
+ ld 29,104(1)
+ fmadd 24,20,4,24
+ fmadd 25,20,5,25
+ srdi 0,24,16
+ add 25,25,0
+ srdi 0,25,16
+ ld 30,112(1)
+ ld 31,120(1)
+
+ fmadd 26,20,6,26
+ fmadd 27,20,7,27
+ insrdi 24,25,16,32
+ ld 25,8(10)
+ fmadd 28,21,6,28
+ fmadd 29,21,7,29
+ add 26,26,0
+ fmadd 30,22,6,30
+ fmadd 31,22,7,31
+ srdi 0,26,16
+ insrdi 24,26,16,16
+ fmadd 8,23,6,8
+ fmadd 9,23,7,9
+ add 27,27,0
+ ldu 26,16(10)
+ srdi 0,27,16
+ insrdi 24,27,16,0
+ add 28,28,0
+
+ fctid 24,24
+ fctid 25,25
+ srdi 0,28,16
+ fctid 26,26
+ fctid 27,27
+ add 29,29,0
+ fctid 28,28
+ fctid 29,29
+ srdi 0,29,16
+ insrdi 28,29,16,32
+ fctid 30,30
+ fctid 31,31
+ add 30,30,0
+ srdi 0,30,16
+ insrdi 28,30,16,16
+
+ stfd 24,64(1)
+ stfd 25,72(1)
+ add 31,31,0
+ addc 27,24,25
+ stfd 26,80(1)
+ stfd 27,88(1)
+ insrdi 28,31,16,0
+ srdi 0,31,16
+ stfd 28,96(1)
+ stfd 29,104(1)
+ adde 29,28,26
+ stfd 30,112(1)
+ stfd 31,120(1)
+ addze 0,0
+ std 27,-16(10)
+ std 29,-8(10)
+ bc 16,0,Linner
+
+ fctid 8,8
+ fctid 9,9
+ ld 24,64(1)
+ ld 25,72(1)
+ ld 26,80(1)
+ ld 27,88(1)
+ ld 28,96(1)
+ ld 29,104(1)
+ ld 30,112(1)
+ ld 31,120(1)
+ stfd 8,128(1)
+ stfd 9,136(1)
+
+ add 24,24,0
+ srdi 0,24,16
+ add 25,25,0
+ srdi 0,25,16
+ insrdi 24,25,16,32
+ add 26,26,0
+ ld 25,8(10)
+ srdi 0,26,16
+ insrdi 24,26,16,16
+ add 27,27,0
+ ldu 26,16(10)
+ srdi 0,27,16
+ insrdi 24,27,16,0
+ add 28,28,0
+ srdi 0,28,16
+ add 29,29,0
+ srdi 0,29,16
+ insrdi 28,29,16,32
+ add 30,30,0
+ srdi 0,30,16
+ insrdi 28,30,16,16
+ add 31,31,0
+ insrdi 28,31,16,0
+ srdi 0,31,16
+ ld 30,128(1)
+ ld 31,136(1)
+
+ addc 27,24,25
+ adde 29,28,26
+ addze 0,0
+
+ std 27,-16(10)
+ std 29,-8(10)
+
+ add 0,0,3
+ add 30,30,0
+ srdi 0,30,16
+ add 31,31,0
+ insrdi 30,31,48,0
+ srdi 3,31,48
+ std 30,0(10)
+ slwi 31,8,2
+ addi 12,12,8
+ subf 22,31,22
+ cmpw 12,8
+ blt- Louter
+ subf 6,8,6
+ addi 11,11,1
+ subfc 12,12,12
+ addi 10,1,200
+ addi 28,1,208
+ addi 29,6,8
+ addi 30,9,8
+ mtctr 11
+
+.align 4
+Lsub: ldx 24,10,12
+ ldx 25,6,12
+ ldx 26,28,12
+ ldx 27,29,12
+ subfe 24,25,24
+ subfe 26,27,26
+ stdx 24,9,12
+ stdx 26,30,12
+ addi 12,12,16
+ bc 16,0,Lsub
+
+ li 12,0
+ subfe 3,12,3
+ and 4,10,3
+ andc 6,9,3
+ or 4,4,6
+ addi 31,4,8
+ mtctr 11
+
+.align 4
+Lcopy:
+ ldx 24,4,12
+ ldx 25,31,12
+ std 12,8(22)
+ std 12,16(22)
+ std 12,24(22)
+ std 12,32(22)
+ std 12,40(22)
+ std 12,48(22)
+ std 12,56(22)
+ stdu 12,64(22)
+ stdx 24,9,12
+ stdx 25,30,12
+ stdx 12,10,12
+ stdx 12,28,12
+ addi 12,12,16
+ bc 16,0,Lcopy
+ ld 12,0(1)
+ li 3,1
+ ld 19,-200(12)
+ ld 20,-192(12)
+ ld 21,-184(12)
+ ld 22,-176(12)
+ ld 23,-168(12)
+ ld 24,-160(12)
+ ld 25,-152(12)
+ ld 26,-144(12)
+ ld 27,-136(12)
+ ld 28,-128(12)
+ ld 29,-120(12)
+ ld 30,-112(12)
+ ld 31,-104(12)
+ lfd 20,-96(12)
+ lfd 21,-88(12)
+ lfd 22,-80(12)
+ lfd 23,-72(12)
+ lfd 24,-64(12)
+ lfd 25,-56(12)
+ lfd 26,-48(12)
+ lfd 27,-40(12)
+ lfd 28,-32(12)
+ lfd 29,-24(12)
+ lfd 30,-16(12)
+ lfd 31,-8(12)
+ mr 1,12
+ blr
+.long 0
+.byte 0,12,4,0,0x8c,13,6,0
+.long 0
+
+
+.byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/buildinf.h b/deps/openssl/config/archs/aix64-gcc/asm/crypto/buildinf.h
new file mode 100644
index 0000000000..eb144269c7
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/buildinf.h
@@ -0,0 +1,29 @@
+/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
+#define CFLAGS cflags
+/*
+ * Generate CFLAGS as an array of individual characters. This is a
+ * workaround for the situation where CFLAGS gets too long for a C90 string
+ * literal
+ */
+static const char cflags[] = {
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','D',
+ 'D','S','O','_','D','L','F','C','N',' ','-','D','H','A','V','E',
+ '_','D','L','F','C','N','_','H',' ','-','D','N','D','E','B','U',
+ 'G',' ','-','D','O','P','E','N','S','S','L','_','T','H','R','E',
+ 'A','D','S',' ','-','D','O','P','E','N','S','S','L','_','N','O',
+ '_','D','Y','N','A','M','I','C','_','E','N','G','I','N','E',' ',
+ '-','D','O','P','E','N','S','S','L','_','P','I','C',' ','-','D',
+ 'O','P','E','N','S','S','L','_','B','N','_','A','S','M','_','M',
+ 'O','N','T',' ','-','D','S','H','A','1','_','A','S','M',' ','-',
+ 'D','S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H',
+ 'A','5','1','2','_','A','S','M',' ','-','D','A','E','S','_','A',
+ 'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
+ 'D','P','O','L','Y','1','3','0','5','_','A','S','M',' ','-','D',
+ 'O','P','E','N','S','S','L','D','I','R','=','"','\\','"','/','u',
+ 's','r','/','l','o','c','a','l','/','s','s','l','\\','"','"',' ',
+ '-','D','E','N','G','I','N','E','S','D','I','R','=','"','\\','"',
+ '/','u','s','r','/','l','o','c','a','l','/','l','i','b','/','e',
+ 'n','g','i','n','e','s','-','1','.','1','\\','"','"',' ','\0'
+};
+#define PLATFORM "platform: aix64-gcc"
+#define DATE "built on: Tue Apr 3 00:38:10 2018"
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/chacha/chacha-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/chacha/chacha-ppc.s
new file mode 100644
index 0000000000..60cf843569
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/chacha/chacha-ppc.s
@@ -0,0 +1,1128 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .ChaCha20_ctr32_int
+.align 5
+.ChaCha20_ctr32_int:
+__ChaCha20_ctr32_int:
+ cmpldi 5,0
+ bclr 14,2
+
+ stdu 1,-256(1)
+ mflr 0
+
+ std 14,112(1)
+ std 15,120(1)
+ std 16,128(1)
+ std 17,136(1)
+ std 18,144(1)
+ std 19,152(1)
+ std 20,160(1)
+ std 21,168(1)
+ std 22,176(1)
+ std 23,184(1)
+ std 24,192(1)
+ std 25,200(1)
+ std 26,208(1)
+ std 27,216(1)
+ std 28,224(1)
+ std 29,232(1)
+ std 30,240(1)
+ std 31,248(1)
+ std 0,272(1)
+
+ lwz 11,0(7)
+ lwz 12,4(7)
+ lwz 14,8(7)
+ lwz 15,12(7)
+
+ bl __ChaCha20_1x
+
+ ld 0,272(1)
+ ld 14,112(1)
+ ld 15,120(1)
+ ld 16,128(1)
+ ld 17,136(1)
+ ld 18,144(1)
+ ld 19,152(1)
+ ld 20,160(1)
+ ld 21,168(1)
+ ld 22,176(1)
+ ld 23,184(1)
+ ld 24,192(1)
+ ld 25,200(1)
+ ld 26,208(1)
+ ld 27,216(1)
+ ld 28,224(1)
+ ld 29,232(1)
+ ld 30,240(1)
+ ld 31,248(1)
+ mtlr 0
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,5,0
+.long 0
+
+
+.align 5
+__ChaCha20_1x:
+Loop_outer:
+ lis 16,0x6170
+ lis 17,0x3320
+ lis 18,0x7962
+ lis 19,0x6b20
+ ori 16,16,0x7865
+ ori 17,17,0x646e
+ ori 18,18,0x2d32
+ ori 19,19,0x6574
+
+ li 0,10
+ lwz 20,0(6)
+ lwz 21,4(6)
+ lwz 22,8(6)
+ lwz 23,12(6)
+ lwz 24,16(6)
+ mr 28,11
+ lwz 25,20(6)
+ mr 29,12
+ lwz 26,24(6)
+ mr 30,14
+ lwz 27,28(6)
+ mr 31,15
+
+ mr 7,20
+ mr 8,21
+ mr 9,22
+ mr 10,23
+
+ mtctr 0
+Loop:
+ add 16,16,20
+ add 17,17,21
+ add 18,18,22
+ add 19,19,23
+ xor 28,28,16
+ xor 29,29,17
+ xor 30,30,18
+ xor 31,31,19
+ rotlwi 28,28,16
+ rotlwi 29,29,16
+ rotlwi 30,30,16
+ rotlwi 31,31,16
+ add 24,24,28
+ add 25,25,29
+ add 26,26,30
+ add 27,27,31
+ xor 20,20,24
+ xor 21,21,25
+ xor 22,22,26
+ xor 23,23,27
+ rotlwi 20,20,12
+ rotlwi 21,21,12
+ rotlwi 22,22,12
+ rotlwi 23,23,12
+ add 16,16,20
+ add 17,17,21
+ add 18,18,22
+ add 19,19,23
+ xor 28,28,16
+ xor 29,29,17
+ xor 30,30,18
+ xor 31,31,19
+ rotlwi 28,28,8
+ rotlwi 29,29,8
+ rotlwi 30,30,8
+ rotlwi 31,31,8
+ add 24,24,28
+ add 25,25,29
+ add 26,26,30
+ add 27,27,31
+ xor 20,20,24
+ xor 21,21,25
+ xor 22,22,26
+ xor 23,23,27
+ rotlwi 20,20,7
+ rotlwi 21,21,7
+ rotlwi 22,22,7
+ rotlwi 23,23,7
+ add 16,16,21
+ add 17,17,22
+ add 18,18,23
+ add 19,19,20
+ xor 31,31,16
+ xor 28,28,17
+ xor 29,29,18
+ xor 30,30,19
+ rotlwi 31,31,16
+ rotlwi 28,28,16
+ rotlwi 29,29,16
+ rotlwi 30,30,16
+ add 26,26,31
+ add 27,27,28
+ add 24,24,29
+ add 25,25,30
+ xor 21,21,26
+ xor 22,22,27
+ xor 23,23,24
+ xor 20,20,25
+ rotlwi 21,21,12
+ rotlwi 22,22,12
+ rotlwi 23,23,12
+ rotlwi 20,20,12
+ add 16,16,21
+ add 17,17,22
+ add 18,18,23
+ add 19,19,20
+ xor 31,31,16
+ xor 28,28,17
+ xor 29,29,18
+ xor 30,30,19
+ rotlwi 31,31,8
+ rotlwi 28,28,8
+ rotlwi 29,29,8
+ rotlwi 30,30,8
+ add 26,26,31
+ add 27,27,28
+ add 24,24,29
+ add 25,25,30
+ xor 21,21,26
+ xor 22,22,27
+ xor 23,23,24
+ xor 20,20,25
+ rotlwi 21,21,7
+ rotlwi 22,22,7
+ rotlwi 23,23,7
+ rotlwi 20,20,7
+ bc 16,0,Loop
+
+ subic 5,5,64
+ addi 16,16,0x7865
+ addi 17,17,0x646e
+ addi 18,18,0x2d32
+ addi 19,19,0x6574
+ addis 16,16,0x6170
+ addis 17,17,0x3320
+ addis 18,18,0x7962
+ addis 19,19,0x6b20
+
+ subfe. 0,0,0
+ add 20,20,7
+ lwz 7,16(6)
+ add 21,21,8
+ lwz 8,20(6)
+ add 22,22,9
+ lwz 9,24(6)
+ add 23,23,10
+ lwz 10,28(6)
+ add 24,24,7
+ add 25,25,8
+ add 26,26,9
+ add 27,27,10
+
+ add 28,28,11
+ add 29,29,12
+ add 30,30,14
+ add 31,31,15
+ addi 11,11,1
+ mr 7,16
+ rotlwi 16,16,8
+ rlwimi 16,7,24,0,7
+ rlwimi 16,7,24,16,23
+ mr 8,17
+ rotlwi 17,17,8
+ rlwimi 17,8,24,0,7
+ rlwimi 17,8,24,16,23
+ mr 9,18
+ rotlwi 18,18,8
+ rlwimi 18,9,24,0,7
+ rlwimi 18,9,24,16,23
+ mr 10,19
+ rotlwi 19,19,8
+ rlwimi 19,10,24,0,7
+ rlwimi 19,10,24,16,23
+ mr 7,20
+ rotlwi 20,20,8
+ rlwimi 20,7,24,0,7
+ rlwimi 20,7,24,16,23
+ mr 8,21
+ rotlwi 21,21,8
+ rlwimi 21,8,24,0,7
+ rlwimi 21,8,24,16,23
+ mr 9,22
+ rotlwi 22,22,8
+ rlwimi 22,9,24,0,7
+ rlwimi 22,9,24,16,23
+ mr 10,23
+ rotlwi 23,23,8
+ rlwimi 23,10,24,0,7
+ rlwimi 23,10,24,16,23
+ mr 7,24
+ rotlwi 24,24,8
+ rlwimi 24,7,24,0,7
+ rlwimi 24,7,24,16,23
+ mr 8,25
+ rotlwi 25,25,8
+ rlwimi 25,8,24,0,7
+ rlwimi 25,8,24,16,23
+ mr 9,26
+ rotlwi 26,26,8
+ rlwimi 26,9,24,0,7
+ rlwimi 26,9,24,16,23
+ mr 10,27
+ rotlwi 27,27,8
+ rlwimi 27,10,24,0,7
+ rlwimi 27,10,24,16,23
+ mr 7,28
+ rotlwi 28,28,8
+ rlwimi 28,7,24,0,7
+ rlwimi 28,7,24,16,23
+ mr 8,29
+ rotlwi 29,29,8
+ rlwimi 29,8,24,0,7
+ rlwimi 29,8,24,16,23
+ mr 9,30
+ rotlwi 30,30,8
+ rlwimi 30,9,24,0,7
+ rlwimi 30,9,24,16,23
+ mr 10,31
+ rotlwi 31,31,8
+ rlwimi 31,10,24,0,7
+ rlwimi 31,10,24,16,23
+ bne Ltail
+
+ lwz 7,0(4)
+ lwz 8,4(4)
+ cmpldi 5,0
+ lwz 9,8(4)
+ lwz 10,12(4)
+ xor 16,16,7
+ lwz 7,16(4)
+ xor 17,17,8
+ lwz 8,20(4)
+ xor 18,18,9
+ lwz 9,24(4)
+ xor 19,19,10
+ lwz 10,28(4)
+ xor 20,20,7
+ lwz 7,32(4)
+ xor 21,21,8
+ lwz 8,36(4)
+ xor 22,22,9
+ lwz 9,40(4)
+ xor 23,23,10
+ lwz 10,44(4)
+ xor 24,24,7
+ lwz 7,48(4)
+ xor 25,25,8
+ lwz 8,52(4)
+ xor 26,26,9
+ lwz 9,56(4)
+ xor 27,27,10
+ lwz 10,60(4)
+ xor 28,28,7
+ stw 16,0(3)
+ xor 29,29,8
+ stw 17,4(3)
+ xor 30,30,9
+ stw 18,8(3)
+ xor 31,31,10
+ stw 19,12(3)
+ stw 20,16(3)
+ stw 21,20(3)
+ stw 22,24(3)
+ stw 23,28(3)
+ stw 24,32(3)
+ stw 25,36(3)
+ stw 26,40(3)
+ stw 27,44(3)
+ stw 28,48(3)
+ stw 29,52(3)
+ stw 30,56(3)
+ addi 4,4,64
+ stw 31,60(3)
+ addi 3,3,64
+
+ bne Loop_outer
+
+ blr
+
+.align 4
+Ltail:
+ addi 5,5,64
+ subi 4,4,1
+ subi 3,3,1
+ addi 7,1,48-1
+ mtctr 5
+
+ stw 16,48(1)
+ stw 17,52(1)
+ stw 18,56(1)
+ stw 19,60(1)
+ stw 20,64(1)
+ stw 21,68(1)
+ stw 22,72(1)
+ stw 23,76(1)
+ stw 24,80(1)
+ stw 25,84(1)
+ stw 26,88(1)
+ stw 27,92(1)
+ stw 28,96(1)
+ stw 29,100(1)
+ stw 30,104(1)
+ stw 31,108(1)
+
+Loop_tail:
+ lbzu 11,1(4)
+ lbzu 16,1(7)
+ xor 12,11,16
+ stbu 12,1(3)
+ bc 16,0,Loop_tail
+
+ stw 1,48(1)
+ stw 1,52(1)
+ stw 1,56(1)
+ stw 1,60(1)
+ stw 1,64(1)
+ stw 1,68(1)
+ stw 1,72(1)
+ stw 1,76(1)
+ stw 1,80(1)
+ stw 1,84(1)
+ stw 1,88(1)
+ stw 1,92(1)
+ stw 1,96(1)
+ stw 1,100(1)
+ stw 1,104(1)
+ stw 1,108(1)
+
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .ChaCha20_ctr32_vmx
+.align 5
+.ChaCha20_ctr32_vmx:
+ cmpldi 5,256
+ blt __ChaCha20_ctr32_int
+
+ stdu 1,-464(1)
+ mflr 0
+ li 10,127
+ li 11,143
+ li 12,-1
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ stw 12,316(1)
+ std 14,320(1)
+ std 15,328(1)
+ std 16,336(1)
+ std 17,344(1)
+ std 18,352(1)
+ std 19,360(1)
+ std 20,368(1)
+ std 21,376(1)
+ std 22,384(1)
+ std 23,392(1)
+ std 24,400(1)
+ std 25,408(1)
+ std 26,416(1)
+ std 27,424(1)
+ std 28,432(1)
+ std 29,440(1)
+ std 30,448(1)
+ std 31,456(1)
+ li 12,-1
+ std 0, 480(1)
+ or 12,12,12
+
+ bl Lconsts
+ li 16,16
+ li 17,32
+ li 18,48
+ li 19,64
+ li 20,31
+ li 21,15
+
+ lvx 16,0,6
+ lvsl 12,0,6
+ lvx 17,16,6
+ lvx 31,20,6
+
+ lvx 18,0,7
+ lvsl 13,0,7
+ lvx 27,21,7
+
+ lvx 15,0,12
+ lvx 20,16,12
+ lvx 21,17,12
+ lvx 22,18,12
+ lvx 23,19,12
+
+ vperm 16,16,17,12
+ vperm 17,17,31,12
+ vperm 18,18,27,13
+
+ lwz 11,0(7)
+ lwz 12,4(7)
+ vadduwm 18,18,20
+ lwz 14,8(7)
+ vadduwm 19,18,20
+ lwz 15,12(7)
+ vadduwm 20,19,20
+
+ vspltisw 24,-12
+ vspltisw 25,12
+ vspltisw 26,-7
+
+
+ vxor 12,12,12
+ vspltisw 30,-1
+ lvsl 28,0,4
+ lvsr 29,0,3
+ vperm 30,12,30,29
+
+ lvsl 12,0,16
+ vspltisb 13,3
+ vxor 12,12,13
+ vxor 29,29,13
+ vperm 28,28,28,12
+
+ b Loop_outer_vmx
+
+.align 4
+Loop_outer_vmx:
+ lis 16,0x6170
+ lis 17,0x3320
+ vor 0,15,15
+ lis 18,0x7962
+ lis 19,0x6b20
+ vor 4,15,15
+ ori 16,16,0x7865
+ ori 17,17,0x646e
+ vor 8,15,15
+ ori 18,18,0x2d32
+ ori 19,19,0x6574
+ vor 1,16,16
+
+ li 0,10
+ lwz 20,0(6)
+ vor 5,16,16
+ lwz 21,4(6)
+ vor 9,16,16
+ lwz 22,8(6)
+ vor 2,17,17
+ lwz 23,12(6)
+ vor 6,17,17
+ lwz 24,16(6)
+ vor 10,17,17
+ mr 28,11
+ lwz 25,20(6)
+ vor 3,18,18
+ mr 29,12
+ lwz 26,24(6)
+ vor 7,19,19
+ mr 30,14
+ lwz 27,28(6)
+ vor 11,20,20
+ mr 31,15
+
+ mr 7,20
+ mr 8,21
+ mr 9,22
+ mr 10,23
+ vspltisw 27,7
+
+ mtctr 0
+ nop
+Loop_vmx:
+ vadduwm 0,0,1
+ add 16,16,20
+ vadduwm 4,4,5
+ add 17,17,21
+ vadduwm 8,8,9
+ add 18,18,22
+ vxor 3,3,0
+ add 19,19,23
+ vxor 7,7,4
+ xor 28,28,16
+ vxor 11,11,8
+ xor 29,29,17
+ vperm 3,3,3,22
+ xor 30,30,18
+ vperm 7,7,7,22
+ xor 31,31,19
+ vperm 11,11,11,22
+ rotlwi 28,28,16
+ vadduwm 2,2,3
+ rotlwi 29,29,16
+ vadduwm 6,6,7
+ rotlwi 30,30,16
+ vadduwm 10,10,11
+ rotlwi 31,31,16
+ vxor 12,1,2
+ add 24,24,28
+ vxor 13,5,6
+ add 25,25,29
+ vxor 14,9,10
+ add 26,26,30
+ vsrw 1,12,24
+ add 27,27,31
+ vsrw 5,13,24
+ xor 20,20,24
+ vsrw 9,14,24
+ xor 21,21,25
+ vslw 12,12,25
+ xor 22,22,26
+ vslw 13,13,25
+ xor 23,23,27
+ vslw 14,14,25
+ rotlwi 20,20,12
+ vor 1,1,12
+ rotlwi 21,21,12
+ vor 5,5,13
+ rotlwi 22,22,12
+ vor 9,9,14
+ rotlwi 23,23,12
+ vadduwm 0,0,1
+ add 16,16,20
+ vadduwm 4,4,5
+ add 17,17,21
+ vadduwm 8,8,9
+ add 18,18,22
+ vxor 3,3,0
+ add 19,19,23
+ vxor 7,7,4
+ xor 28,28,16
+ vxor 11,11,8
+ xor 29,29,17
+ vperm 3,3,3,23
+ xor 30,30,18
+ vperm 7,7,7,23
+ xor 31,31,19
+ vperm 11,11,11,23
+ rotlwi 28,28,8
+ vadduwm 2,2,3
+ rotlwi 29,29,8
+ vadduwm 6,6,7
+ rotlwi 30,30,8
+ vadduwm 10,10,11
+ rotlwi 31,31,8
+ vxor 12,1,2
+ add 24,24,28
+ vxor 13,5,6
+ add 25,25,29
+ vxor 14,9,10
+ add 26,26,30
+ vsrw 1,12,26
+ add 27,27,31
+ vsrw 5,13,26
+ xor 20,20,24
+ vsrw 9,14,26
+ xor 21,21,25
+ vslw 12,12,27
+ xor 22,22,26
+ vslw 13,13,27
+ xor 23,23,27
+ vslw 14,14,27
+ rotlwi 20,20,7
+ vor 1,1,12
+ rotlwi 21,21,7
+ vor 5,5,13
+ rotlwi 22,22,7
+ vor 9,9,14
+ rotlwi 23,23,7
+ vsldoi 2,2,2, 16-8
+ vsldoi 6,6,6, 16-8
+ vsldoi 10,10,10, 16-8
+ vsldoi 1,1,1, 16-12
+ vsldoi 5,5,5, 16-12
+ vsldoi 9,9,9, 16-12
+ vsldoi 3,3,3, 16-4
+ vsldoi 7,7,7, 16-4
+ vsldoi 11,11,11, 16-4
+ vadduwm 0,0,1
+ add 16,16,21
+ vadduwm 4,4,5
+ add 17,17,22
+ vadduwm 8,8,9
+ add 18,18,23
+ vxor 3,3,0
+ add 19,19,20
+ vxor 7,7,4
+ xor 31,31,16
+ vxor 11,11,8
+ xor 28,28,17
+ vperm 3,3,3,22
+ xor 29,29,18
+ vperm 7,7,7,22
+ xor 30,30,19
+ vperm 11,11,11,22
+ rotlwi 31,31,16
+ vadduwm 2,2,3
+ rotlwi 28,28,16
+ vadduwm 6,6,7
+ rotlwi 29,29,16
+ vadduwm 10,10,11
+ rotlwi 30,30,16
+ vxor 12,1,2
+ add 26,26,31
+ vxor 13,5,6
+ add 27,27,28
+ vxor 14,9,10
+ add 24,24,29
+ vsrw 1,12,24
+ add 25,25,30
+ vsrw 5,13,24
+ xor 21,21,26
+ vsrw 9,14,24
+ xor 22,22,27
+ vslw 12,12,25
+ xor 23,23,24
+ vslw 13,13,25
+ xor 20,20,25
+ vslw 14,14,25
+ rotlwi 21,21,12
+ vor 1,1,12
+ rotlwi 22,22,12
+ vor 5,5,13
+ rotlwi 23,23,12
+ vor 9,9,14
+ rotlwi 20,20,12
+ vadduwm 0,0,1
+ add 16,16,21
+ vadduwm 4,4,5
+ add 17,17,22
+ vadduwm 8,8,9
+ add 18,18,23
+ vxor 3,3,0
+ add 19,19,20
+ vxor 7,7,4
+ xor 31,31,16
+ vxor 11,11,8
+ xor 28,28,17
+ vperm 3,3,3,23
+ xor 29,29,18
+ vperm 7,7,7,23
+ xor 30,30,19
+ vperm 11,11,11,23
+ rotlwi 31,31,8
+ vadduwm 2,2,3
+ rotlwi 28,28,8
+ vadduwm 6,6,7
+ rotlwi 29,29,8
+ vadduwm 10,10,11
+ rotlwi 30,30,8
+ vxor 12,1,2
+ add 26,26,31
+ vxor 13,5,6
+ add 27,27,28
+ vxor 14,9,10
+ add 24,24,29
+ vsrw 1,12,26
+ add 25,25,30
+ vsrw 5,13,26
+ xor 21,21,26
+ vsrw 9,14,26
+ xor 22,22,27
+ vslw 12,12,27
+ xor 23,23,24
+ vslw 13,13,27
+ xor 20,20,25
+ vslw 14,14,27
+ rotlwi 21,21,7
+ vor 1,1,12
+ rotlwi 22,22,7
+ vor 5,5,13
+ rotlwi 23,23,7
+ vor 9,9,14
+ rotlwi 20,20,7
+ vsldoi 2,2,2, 16-8
+ vsldoi 6,6,6, 16-8
+ vsldoi 10,10,10, 16-8
+ vsldoi 1,1,1, 16-4
+ vsldoi 5,5,5, 16-4
+ vsldoi 9,9,9, 16-4
+ vsldoi 3,3,3, 16-12
+ vsldoi 7,7,7, 16-12
+ vsldoi 11,11,11, 16-12
+ bc 16,0,Loop_vmx
+
+ subi 5,5,256
+ addi 16,16,0x7865
+ addi 17,17,0x646e
+ addi 18,18,0x2d32
+ addi 19,19,0x6574
+ addis 16,16,0x6170
+ addis 17,17,0x3320
+ addis 18,18,0x7962
+ addis 19,19,0x6b20
+ add 20,20,7
+ lwz 7,16(6)
+ add 21,21,8
+ lwz 8,20(6)
+ add 22,22,9
+ lwz 9,24(6)
+ add 23,23,10
+ lwz 10,28(6)
+ add 24,24,7
+ add 25,25,8
+ add 26,26,9
+ add 27,27,10
+ add 28,28,11
+ add 29,29,12
+ add 30,30,14
+ add 31,31,15
+
+ vadduwm 0,0,15
+ vadduwm 4,4,15
+ vadduwm 8,8,15
+ vadduwm 1,1,16
+ vadduwm 5,5,16
+ vadduwm 9,9,16
+ vadduwm 2,2,17
+ vadduwm 6,6,17
+ vadduwm 10,10,17
+ vadduwm 3,3,18
+ vadduwm 7,7,19
+ vadduwm 11,11,20
+
+ addi 11,11,4
+ vadduwm 18,18,21
+ vadduwm 19,19,21
+ vadduwm 20,20,21
+
+ mr 7,16
+ rotlwi 16,16,8
+ rlwimi 16,7,24,0,7
+ rlwimi 16,7,24,16,23
+ mr 8,17
+ rotlwi 17,17,8
+ rlwimi 17,8,24,0,7
+ rlwimi 17,8,24,16,23
+ mr 9,18
+ rotlwi 18,18,8
+ rlwimi 18,9,24,0,7
+ rlwimi 18,9,24,16,23
+ mr 10,19
+ rotlwi 19,19,8
+ rlwimi 19,10,24,0,7
+ rlwimi 19,10,24,16,23
+ mr 7,20
+ rotlwi 20,20,8
+ rlwimi 20,7,24,0,7
+ rlwimi 20,7,24,16,23
+ mr 8,21
+ rotlwi 21,21,8
+ rlwimi 21,8,24,0,7
+ rlwimi 21,8,24,16,23
+ mr 9,22
+ rotlwi 22,22,8
+ rlwimi 22,9,24,0,7
+ rlwimi 22,9,24,16,23
+ mr 10,23
+ rotlwi 23,23,8
+ rlwimi 23,10,24,0,7
+ rlwimi 23,10,24,16,23
+ mr 7,24
+ rotlwi 24,24,8
+ rlwimi 24,7,24,0,7
+ rlwimi 24,7,24,16,23
+ mr 8,25
+ rotlwi 25,25,8
+ rlwimi 25,8,24,0,7
+ rlwimi 25,8,24,16,23
+ mr 9,26
+ rotlwi 26,26,8
+ rlwimi 26,9,24,0,7
+ rlwimi 26,9,24,16,23
+ mr 10,27
+ rotlwi 27,27,8
+ rlwimi 27,10,24,0,7
+ rlwimi 27,10,24,16,23
+ mr 7,28
+ rotlwi 28,28,8
+ rlwimi 28,7,24,0,7
+ rlwimi 28,7,24,16,23
+ mr 8,29
+ rotlwi 29,29,8
+ rlwimi 29,8,24,0,7
+ rlwimi 29,8,24,16,23
+ mr 9,30
+ rotlwi 30,30,8
+ rlwimi 30,9,24,0,7
+ rlwimi 30,9,24,16,23
+ mr 10,31
+ rotlwi 31,31,8
+ rlwimi 31,10,24,0,7
+ rlwimi 31,10,24,16,23
+ lwz 7,0(4)
+ lwz 8,4(4)
+ lwz 9,8(4)
+ lwz 10,12(4)
+ xor 16,16,7
+ lwz 7,16(4)
+ xor 17,17,8
+ lwz 8,20(4)
+ xor 18,18,9
+ lwz 9,24(4)
+ xor 19,19,10
+ lwz 10,28(4)
+ xor 20,20,7
+ lwz 7,32(4)
+ xor 21,21,8
+ lwz 8,36(4)
+ xor 22,22,9
+ lwz 9,40(4)
+ xor 23,23,10
+ lwz 10,44(4)
+ xor 24,24,7
+ lwz 7,48(4)
+ xor 25,25,8
+ lwz 8,52(4)
+ xor 26,26,9
+ lwz 9,56(4)
+ xor 27,27,10
+ lwz 10,60(4)
+ xor 28,28,7
+ stw 16,0(3)
+ xor 29,29,8
+ stw 17,4(3)
+ xor 30,30,9
+ stw 18,8(3)
+ xor 31,31,10
+ stw 19,12(3)
+ addi 4,4,64
+ stw 20,16(3)
+ li 7,16
+ stw 21,20(3)
+ li 8,32
+ stw 22,24(3)
+ li 9,48
+ stw 23,28(3)
+ li 10,64
+ stw 24,32(3)
+ stw 25,36(3)
+ stw 26,40(3)
+ stw 27,44(3)
+ stw 28,48(3)
+ stw 29,52(3)
+ stw 30,56(3)
+ stw 31,60(3)
+ addi 3,3,64
+
+ lvx 31,0,4
+ lvx 27,7,4
+ lvx 12,8,4
+ lvx 13,9,4
+ lvx 14,10,4
+ addi 4,4,64
+
+ vperm 31,31,27,28
+ vperm 27,27,12,28
+ vperm 12,12,13,28
+ vperm 13,13,14,28
+ vxor 0,0,31
+ vxor 1,1,27
+ lvx 27,7,4
+ vxor 2,2,12
+ lvx 12,8,4
+ vxor 3,3,13
+ lvx 13,9,4
+ lvx 31,10,4
+ addi 4,4,64
+ li 10,63
+ vperm 0,0,0,29
+ vperm 1,1,1,29
+ vperm 2,2,2,29
+ vperm 3,3,3,29
+
+ vperm 14,14,27,28
+ vperm 27,27,12,28
+ vperm 12,12,13,28
+ vperm 13,13,31,28
+ vxor 4,4,14
+ vxor 5,5,27
+ lvx 27,7,4
+ vxor 6,6,12
+ lvx 12,8,4
+ vxor 7,7,13
+ lvx 13,9,4
+ lvx 14,10,4
+ addi 4,4,64
+ vperm 4,4,4,29
+ vperm 5,5,5,29
+ vperm 6,6,6,29
+ vperm 7,7,7,29
+
+ vperm 31,31,27,28
+ vperm 27,27,12,28
+ vperm 12,12,13,28
+ vperm 13,13,14,28
+ vxor 8,8,31
+ vxor 9,9,27
+ vxor 10,10,12
+ vxor 11,11,13
+ vperm 8,8,8,29
+ vperm 9,9,9,29
+ vperm 10,10,10,29
+ vperm 11,11,11,29
+
+ andi. 17,3,15
+ mr 16,3
+
+ vsel 31,0,1,30
+ vsel 27,1,2,30
+ vsel 12,2,3,30
+ vsel 13,3,4,30
+ vsel 1,4,5,30
+ vsel 2,5,6,30
+ vsel 3,6,7,30
+ vsel 4,7,8,30
+ vsel 5,8,9,30
+ vsel 6,9,10,30
+ vsel 7,10,11,30
+
+
+ stvx 31,7,3
+ stvx 27,8,3
+ stvx 12,9,3
+ addi 3,3,64
+ stvx 13,0,3
+ stvx 1,7,3
+ stvx 2,8,3
+ stvx 3,9,3
+ addi 3,3,64
+ stvx 4,0,3
+ stvx 5,7,3
+ stvx 6,8,3
+ stvx 7,9,3
+ addi 3,3,64
+
+ beq Laligned_vmx
+
+ sub 18,3,17
+ li 19,0
+Lunaligned_tail_vmx:
+ stvebx 11,19,18
+ addi 19,19,1
+ cmpw 19,17
+ bne Lunaligned_tail_vmx
+
+ sub 18,16,17
+Lunaligned_head_vmx:
+ stvebx 0,17,18
+ cmpwi 17,15
+ addi 17,17,1
+ bne Lunaligned_head_vmx
+
+ cmpldi 5,255
+ bgt Loop_outer_vmx
+
+ b Ldone_vmx
+
+.align 4
+Laligned_vmx:
+ stvx 0,0,16
+
+ cmpldi 5,255
+ bgt Loop_outer_vmx
+ nop
+
+Ldone_vmx:
+ cmpldi 5,0
+ bnel __ChaCha20_1x
+
+ lwz 12,316(1)
+ li 10,127
+ li 11,143
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 0, 480(1)
+ ld 14,320(1)
+ ld 15,328(1)
+ ld 16,336(1)
+ ld 17,344(1)
+ ld 18,352(1)
+ ld 19,360(1)
+ ld 20,368(1)
+ ld 21,376(1)
+ ld 22,384(1)
+ ld 23,392(1)
+ ld 24,400(1)
+ ld 25,408(1)
+ ld 26,416(1)
+ ld 27,424(1)
+ ld 28,432(1)
+ ld 29,440(1)
+ ld 30,448(1)
+ ld 31,456(1)
+ mtlr 0
+ addi 1,1,464
+ blr
+.long 0
+.byte 0,12,0x04,1,0x80,18,5,0
+.long 0
+
+
+.align 5
+Lconsts:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 12
+ addi 12,12,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+Lsigma:
+.long 0x61707865,0x3320646e,0x79622d32,0x6b206574
+.long 1,0,0,0
+.long 4,0,0,0
+.long 0x02030001,0x06070405,0x0a0b0809,0x0e0f0c0d
+.long 0x01020300,0x05060704,0x090a0b08,0x0d0e0f0c
+.byte 67,104,97,67,104,97,50,48,32,102,111,114,32,80,111,119,101,114,80,67,47,65,108,116,105,86,101,99,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h b/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
new file mode 100644
index 0000000000..34bd8b78b4
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h
@@ -0,0 +1,28 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from crypto/include/internal/bn_conf.h.in */
+/*
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifndef HEADER_BN_CONF_H
+# define HEADER_BN_CONF_H
+
+/*
+ * The contents of this file are not used in the UEFI build, as
+ * both 32-bit and 64-bit builds are supported from a single run
+ * of the Configure script.
+ */
+
+/* Should we define BN_DIV2W here? */
+
+/* Only one for the following should be defined */
+#define SIXTY_FOUR_BIT_LONG
+#undef SIXTY_FOUR_BIT
+#undef THIRTY_TWO_BIT
+
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
new file mode 100644
index 0000000000..7a52dd1f1a
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h
@@ -0,0 +1,16 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
+/*
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifndef HEADER_DSO_CONF_H
+# define HEADER_DSO_CONF_H
+
+# define DSO_EXTENSION ".so"
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/modes/ghashp8-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/modes/ghashp8-ppc.s
new file mode 100644
index 0000000000..252ddc9d4f
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/modes/ghashp8-ppc.s
@@ -0,0 +1,565 @@
+.machine "any"
+
+.csect .text[PR],7
+
+.globl .gcm_init_p8
+.align 5
+.gcm_init_p8:
+ li 0,-4096
+ li 8,0x10
+ li 12,-1
+ li 9,0x20
+ or 0,0,0
+ li 10,0x30
+ .long 0x7D202699
+
+ vspltisb 8,-16
+ vspltisb 5,1
+ vaddubm 8,8,8
+ vxor 4,4,4
+ vor 8,8,5
+ vsldoi 8,8,4,15
+ vsldoi 6,4,5,1
+ vaddubm 8,8,8
+ vspltisb 7,7
+ vor 8,8,6
+ vspltb 6,9,0
+ vsl 9,9,5
+ vsrab 6,6,7
+ vand 6,6,8
+ vxor 3,9,6
+
+ vsldoi 9,3,3,8
+ vsldoi 8,4,8,8
+ vsldoi 11,4,9,8
+ vsldoi 10,9,4,8
+
+ .long 0x7D001F99
+ .long 0x7D681F99
+ li 8,0x40
+ .long 0x7D291F99
+ li 9,0x50
+ .long 0x7D4A1F99
+ li 10,0x60
+
+ .long 0x10035CC8
+ .long 0x10234CC8
+ .long 0x104354C8
+
+ .long 0x10E044C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+
+ vsldoi 6,0,0,8
+ .long 0x100044C8
+ vxor 6,6,2
+ vxor 16,0,6
+
+ vsldoi 17,16,16,8
+ vsldoi 19,4,17,8
+ vsldoi 18,17,4,8
+
+ .long 0x7E681F99
+ li 8,0x70
+ .long 0x7E291F99
+ li 9,0x80
+ .long 0x7E4A1F99
+ li 10,0x90
+ .long 0x10039CC8
+ .long 0x11B09CC8
+ .long 0x10238CC8
+ .long 0x11D08CC8
+ .long 0x104394C8
+ .long 0x11F094C8
+
+ .long 0x10E044C8
+ .long 0x114D44C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vsldoi 11,14,4,8
+ vsldoi 9,4,14,8
+ vxor 0,0,5
+ vxor 2,2,6
+ vxor 13,13,11
+ vxor 15,15,9
+
+ vsldoi 0,0,0,8
+ vsldoi 13,13,13,8
+ vxor 0,0,7
+ vxor 13,13,10
+
+ vsldoi 6,0,0,8
+ vsldoi 9,13,13,8
+ .long 0x100044C8
+ .long 0x11AD44C8
+ vxor 6,6,2
+ vxor 9,9,15
+ vxor 0,0,6
+ vxor 13,13,9
+
+ vsldoi 9,0,0,8
+ vsldoi 17,13,13,8
+ vsldoi 11,4,9,8
+ vsldoi 10,9,4,8
+ vsldoi 19,4,17,8
+ vsldoi 18,17,4,8
+
+ .long 0x7D681F99
+ li 8,0xa0
+ .long 0x7D291F99
+ li 9,0xb0
+ .long 0x7D4A1F99
+ li 10,0xc0
+ .long 0x7E681F99
+ .long 0x7E291F99
+ .long 0x7E4A1F99
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+.globl .gcm_gmult_p8
+.align 5
+.gcm_gmult_p8:
+ lis 0,0xfff8
+ li 8,0x10
+ li 12,-1
+ li 9,0x20
+ or 0,0,0
+ li 10,0x30
+ .long 0x7C601E99
+
+ .long 0x7D682699
+
+ .long 0x7D292699
+
+ .long 0x7D4A2699
+
+ .long 0x7D002699
+
+ vxor 4,4,4
+
+ .long 0x10035CC8
+ .long 0x10234CC8
+ .long 0x104354C8
+
+ .long 0x10E044C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+
+ vsldoi 6,0,0,8
+ .long 0x100044C8
+ vxor 6,6,2
+ vxor 0,0,6
+
+
+ .long 0x7C001F99
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+.globl .gcm_ghash_p8
+.align 5
+.gcm_ghash_p8:
+ li 0,-4096
+ li 8,0x10
+ li 12,-1
+ li 9,0x20
+ or 0,0,0
+ li 10,0x30
+ .long 0x7C001E99
+
+ .long 0x7D682699
+ li 8,0x40
+
+ .long 0x7D292699
+ li 9,0x50
+
+ .long 0x7D4A2699
+ li 10,0x60
+
+ .long 0x7D002699
+
+ vxor 4,4,4
+
+ cmpldi 6,64
+ bge Lgcm_ghash_p8_4x
+
+ .long 0x7C602E99
+ addi 5,5,16
+ subic. 6,6,16
+
+ vxor 3,3,0
+ beq Lshort
+
+ .long 0x7E682699
+ li 8,16
+ .long 0x7E292699
+ add 9,5,6
+ .long 0x7E4A2699
+ b Loop_2x
+
+.align 5
+Loop_2x:
+ .long 0x7E002E99
+
+
+ subic 6,6,32
+ .long 0x10039CC8
+ .long 0x11B05CC8
+ subfe 0,0,0
+ .long 0x10238CC8
+ .long 0x11D04CC8
+ and 0,0,6
+ .long 0x104394C8
+ .long 0x11F054C8
+ add 5,5,0
+
+ vxor 0,0,13
+ vxor 1,1,14
+
+ .long 0x10E044C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 2,2,15
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+ .long 0x7C682E99
+ addi 5,5,32
+
+ vsldoi 6,0,0,8
+ .long 0x100044C8
+
+ vxor 6,6,2
+ vxor 3,3,6
+ vxor 3,3,0
+ cmpld 9,5
+ bgt Loop_2x
+
+ cmplwi 6,0
+ bne Leven
+
+Lshort:
+ .long 0x10035CC8
+ .long 0x10234CC8
+ .long 0x104354C8
+
+ .long 0x10E044C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+
+ vsldoi 6,0,0,8
+ .long 0x100044C8
+ vxor 6,6,2
+
+Leven:
+ vxor 0,0,6
+
+ .long 0x7C001F99
+
+ or 12,12,12
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,4,0
+.long 0
+.align 5
+.gcm_ghash_p8_4x:
+Lgcm_ghash_p8_4x:
+ stdu 1,-256(1)
+ li 10,63
+ li 11,79
+ stvx 20,10,1
+ addi 10,10,32
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ li 10,0x60
+ stvx 31,11,1
+ li 0,-1
+ stw 12,252(1)
+ or 0,0,0
+
+ lvsl 5,0,8
+
+ li 8,0x70
+ .long 0x7E292699
+ li 9,0x80
+ vspltisb 6,8
+
+ li 10,0x90
+ .long 0x7EE82699
+ li 8,0xa0
+ .long 0x7F092699
+ li 9,0xb0
+ .long 0x7F2A2699
+ li 10,0xc0
+ .long 0x7FA82699
+ li 8,0x10
+ .long 0x7FC92699
+ li 9,0x20
+ .long 0x7FEA2699
+ li 10,0x30
+
+ vsldoi 7,4,6,8
+ vaddubm 18,5,7
+ vaddubm 19,6,18
+
+ srdi 6,6,4
+
+ .long 0x7C602E99
+ .long 0x7E082E99
+ subic. 6,6,8
+ .long 0x7EC92E99
+ .long 0x7F8A2E99
+ addi 5,5,0x40
+
+
+
+
+
+ vxor 2,3,0
+
+ .long 0x11B0BCC8
+ .long 0x11D0C4C8
+ .long 0x11F0CCC8
+
+ vperm 11,17,9,18
+ vperm 5,22,28,19
+ vperm 10,17,9,19
+ vperm 6,22,28,18
+ .long 0x12B68CC8
+ .long 0x12855CC8
+ .long 0x137C4CC8
+ .long 0x134654C8
+
+ vxor 21,21,14
+ vxor 20,20,13
+ vxor 27,27,21
+ vxor 26,26,15
+
+ blt Ltail_4x
+
+Loop_4x:
+ .long 0x7C602E99
+ .long 0x7E082E99
+ subic. 6,6,4
+ .long 0x7EC92E99
+ .long 0x7F8A2E99
+ addi 5,5,0x40
+
+
+
+
+
+ .long 0x1002ECC8
+ .long 0x1022F4C8
+ .long 0x1042FCC8
+ .long 0x11B0BCC8
+ .long 0x11D0C4C8
+ .long 0x11F0CCC8
+
+ vxor 0,0,20
+ vxor 1,1,27
+ vxor 2,2,26
+ vperm 5,22,28,19
+ vperm 6,22,28,18
+
+ .long 0x10E044C8
+ .long 0x12855CC8
+ .long 0x134654C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+
+ vsldoi 6,0,0,8
+ .long 0x12B68CC8
+ .long 0x137C4CC8
+ .long 0x100044C8
+
+ vxor 20,20,13
+ vxor 26,26,15
+ vxor 2,2,3
+ vxor 21,21,14
+ vxor 2,2,6
+ vxor 27,27,21
+ vxor 2,2,0
+ bge Loop_4x
+
+Ltail_4x:
+ .long 0x1002ECC8
+ .long 0x1022F4C8
+ .long 0x1042FCC8
+
+ vxor 0,0,20
+ vxor 1,1,27
+
+ .long 0x10E044C8
+
+ vsldoi 5,1,4,8
+ vsldoi 6,4,1,8
+ vxor 2,2,26
+ vxor 0,0,5
+ vxor 2,2,6
+
+ vsldoi 0,0,0,8
+ vxor 0,0,7
+
+ vsldoi 6,0,0,8
+ .long 0x100044C8
+ vxor 6,6,2
+ vxor 0,0,6
+
+ addic. 6,6,4
+ beq Ldone_4x
+
+ .long 0x7C602E99
+ cmpldi 6,2
+ li 6,-4
+ blt Lone
+ .long 0x7E082E99
+ beq Ltwo
+
+Lthree:
+ .long 0x7EC92E99
+
+
+
+
+ vxor 2,3,0
+ vor 29,23,23
+ vor 30, 24, 24
+ vor 31,25,25
+
+ vperm 5,16,22,19
+ vperm 6,16,22,18
+ .long 0x12B08CC8
+ .long 0x13764CC8
+ .long 0x12855CC8
+ .long 0x134654C8
+
+ vxor 27,27,21
+ b Ltail_4x
+
+.align 4
+Ltwo:
+
+
+
+ vxor 2,3,0
+ vperm 5,4,16,19
+ vperm 6,4,16,18
+
+ vsldoi 29,4,17,8
+ vor 30, 17, 17
+ vsldoi 31,17,4,8
+
+ .long 0x12855CC8
+ .long 0x13704CC8
+ .long 0x134654C8
+
+ b Ltail_4x
+
+.align 4
+Lone:
+
+
+ vsldoi 29,4,9,8
+ vor 30, 9, 9
+ vsldoi 31,9,4,8
+
+ vxor 2,3,0
+ vxor 20,20,20
+ vxor 27,27,27
+ vxor 26,26,26
+
+ b Ltail_4x
+
+Ldone_4x:
+
+ .long 0x7C001F99
+
+ li 10,63
+ li 11,79
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,0x04,0,0x80,0,4,0
+.long 0
+
+
+.byte 71,72,65,83,72,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppc.s
new file mode 100644
index 0000000000..0c976f6691
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppc.s
@@ -0,0 +1,174 @@
+.machine "any"
+.csect .text[PR],7
+.globl .poly1305_init_int
+.align 4
+.poly1305_init_int:
+ xor 0,0,0
+ std 0,0(3)
+ std 0,8(3)
+ std 0,16(3)
+
+ cmpld 4,0
+ beq- Lno_key
+ li 7,4
+ lwbrx 10,0,4
+ li 11,8
+ lwbrx 7,7,4
+ li 8,12
+ lwbrx 11,11,4
+ lwbrx 8,8,4
+ insrdi 10,7,32,0
+ insrdi 11,8,32,0
+ lis 8,0xfff
+ ori 8,8,0xfffc
+ insrdi 8,8,32,0
+ ori 7,8,3
+
+ and 10,10,7
+ and 11,11,8
+
+ std 10,32(3)
+ std 11,40(3)
+
+Lno_key:
+ xor 3,3,3
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+
+
+.globl .poly1305_blocks
+.align 4
+.poly1305_blocks:
+ srdi. 5,5,4
+ beq- Labort
+
+ stdu 1,-192(1)
+ mflr 0
+ std 27,152(1)
+ std 28,160(1)
+ std 29,168(1)
+ std 30,176(1)
+ std 31,184(1)
+ std 0,208(1)
+
+ ld 27,32(3)
+ ld 28,40(3)
+
+ ld 7,0(3)
+ ld 8,8(3)
+ ld 9,16(3)
+
+ srdi 29,28,2
+ mtctr 5
+ add 29,29,28
+ li 0,3
+ b Loop
+
+.align 4
+Loop:
+ li 10,4
+ lwbrx 30,0,4
+ li 31,8
+ lwbrx 10,10,4
+ li 11,12
+ lwbrx 31,31,4
+ lwbrx 11,11,4
+ insrdi 30,10,32,0
+ insrdi 31,11,32,0
+ addi 4,4,16
+
+ addc 7,7,30
+ adde 8,8,31
+
+ mulld 10,7,27
+ mulhdu 11,7,27
+ adde 9,9,6
+
+ mulld 30,8,29
+ mulhdu 31,8,29
+ addc 10,10,30
+ adde 11,11,31
+
+ mulld 30,7,28
+ mulhdu 12,7,28
+ addc 11,11,30
+ addze 12,12
+
+ mulld 30,8,27
+ mulhdu 31,8,27
+ addc 11,11,30
+ adde 12,12,31
+
+ mulld 30,9,29
+ mulld 31,9,27
+ addc 11,11,30
+ adde 12,12,31
+
+ andc 30,12,0
+ and 9,12,0
+ srdi 31,30,2
+ add 30,30,31
+ addc 7,10,30
+ addze 8,11
+ addze 9,9
+
+ bc 16,0,Loop
+
+ std 7,0(3)
+ std 8,8(3)
+ std 9,16(3)
+
+ ld 27,152(1)
+ ld 28,160(1)
+ ld 29,168(1)
+ ld 30,176(1)
+ ld 31,184(1)
+ addi 1,1,192
+Labort:
+ blr
+.long 0
+.byte 0,12,4,1,0x80,5,4,0
+
+
+.globl .poly1305_emit
+.align 4
+.poly1305_emit:
+ ld 7,0(3)
+ ld 8,8(3)
+ ld 9,16(3)
+ ld 6,0(5)
+ ld 5,8(5)
+
+ addic 10,7,5
+ addze 11,8
+ addze 12,9
+
+ srdi 0,12,2
+ neg 0,0
+
+ andc 7,7,0
+ and 10,10,0
+ andc 8,8,0
+ and 11,11,0
+ or 7,7,10
+ or 8,8,11
+ rotldi 6,6,32
+ rotldi 5,5,32
+ addc 7,7,6
+ adde 8,8,5
+ rldicl 0,7,32,32
+ li 10,4
+ stwbrx 7,0,4
+ rldicl 7,8,32,32
+ li 11,8
+ stwbrx 0,10,4
+ li 12,12
+ stwbrx 8,11,4
+ stwbrx 7,12,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+
+.byte 80,111,108,121,49,51,48,53,32,102,111,114,32,80,80,67,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppcfp.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppcfp.s
new file mode 100644
index 0000000000..a6393e8365
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppcfp.s
@@ -0,0 +1,585 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .poly1305_init_fpu
+.align 6
+.poly1305_init_fpu:
+ stdu 1,-48(1)
+ mflr 6
+ std 6,64(1)
+
+ bl LPICmeup
+
+ xor 0,0,0
+ mtlr 6
+
+ lfd 8,8*0(5)
+ lfd 9,8*1(5)
+ lfd 10,8*2(5)
+ lfd 11,8*3(5)
+ lfd 12,8*4(5)
+ lfd 13,8*5(5)
+
+ stfd 8,8*0(3)
+ stfd 9,8*1(3)
+ stfd 10,8*2(3)
+ stfd 11,8*3(3)
+
+ cmpld 4,0
+ beq- Lno_key
+
+ lfd 6,8*13(5)
+ mffs 7
+
+ stfd 8,8*4(3)
+ stfd 9,8*5(3)
+ stfd 10,8*6(3)
+ stfd 11,8*7(3)
+
+ li 8,4
+ li 9,8
+ li 10,12
+ lwbrx 7,0,4
+ lwbrx 8,8,4
+ lwbrx 9,9,4
+ lwbrx 10,10,4
+
+ lis 11,0xf000
+ ori 12,11,3
+ andc 7,7,11
+ andc 8,8,12
+ andc 9,9,12
+ andc 10,10,12
+
+ stw 7,36(3)
+ stw 8,44(3)
+ stw 9,52(3)
+ stw 10,60(3)
+
+ mtfsf 255,6
+ stfd 8,8*18(3)
+ stfd 9,8*19(3)
+ stfd 10,8*20(3)
+ stfd 11,8*21(3)
+ stfd 12,8*22(3)
+ stfd 13,8*23(3)
+
+ lfd 0,8*4(3)
+ lfd 2,8*5(3)
+ lfd 4,8*6(3)
+ lfd 6,8*7(3)
+
+ fsub 0,0,8
+ fsub 2,2,9
+ fsub 4,4,10
+ fsub 6,6,11
+
+ lfd 8,8*6(5)
+ lfd 9,8*7(5)
+ lfd 10,8*8(5)
+ lfd 11,8*9(5)
+
+ fmul 3,2,13
+ fmul 5,4,13
+ stfd 7,8*15(3)
+ fmul 7,6,13
+
+ fadd 1,0,8
+ stfd 3,8*12(3)
+ fadd 3,2,9
+ stfd 5,8*13(3)
+ fadd 5,4,10
+ stfd 7,8*14(3)
+ fadd 7,6,11
+
+ fsub 1,1,8
+ fsub 3,3,9
+ fsub 5,5,10
+ fsub 7,7,11
+
+ lfd 8,8*10(5)
+ lfd 9,8*11(5)
+ lfd 10,8*12(5)
+
+ fsub 0,0,1
+ fsub 2,2,3
+ fsub 4,4,5
+ fsub 6,6,7
+
+ stfd 1,8*5(3)
+ stfd 3,8*7(3)
+ stfd 5,8*9(3)
+ stfd 7,8*11(3)
+
+ stfd 0,8*4(3)
+ stfd 2,8*6(3)
+ stfd 4,8*8(3)
+ stfd 6,8*10(3)
+
+ lfd 2,8*12(3)
+ lfd 4,8*13(3)
+ lfd 6,8*14(3)
+ lfd 0,8*15(3)
+
+ fadd 3,2,8
+ fadd 5,4,9
+ fadd 7,6,10
+
+ fsub 3,3,8
+ fsub 5,5,9
+ fsub 7,7,10
+
+ fsub 2,2,3
+ fsub 4,4,5
+ fsub 6,6,7
+
+ stfd 3,8*13(3)
+ stfd 5,8*15(3)
+ stfd 7,8*17(3)
+
+ stfd 2,8*12(3)
+ stfd 4,8*14(3)
+ stfd 6,8*16(3)
+
+ mtfsf 255,0
+Lno_key:
+ xor 3,3,3
+ addi 1,1,48
+ blr
+.long 0
+.byte 0,12,4,1,0x80,0,2,0
+
+
+.globl .poly1305_blocks_fpu
+.align 4
+.poly1305_blocks_fpu:
+ srwi. 5,5,4
+ beq- Labort
+
+ stdu 1,-240(1)
+ mflr 0
+ stfd 14,96(1)
+ stfd 15,104(1)
+ stfd 16,112(1)
+ stfd 17,120(1)
+ stfd 18,128(1)
+ stfd 19,136(1)
+ stfd 20,144(1)
+ stfd 21,152(1)
+ stfd 22,160(1)
+ stfd 23,168(1)
+ stfd 24,176(1)
+ stfd 25,184(1)
+ stfd 26,192(1)
+ stfd 27,200(1)
+ stfd 28,208(1)
+ stfd 29,216(1)
+ stfd 30,224(1)
+ stfd 31,232(1)
+ std 0,256(1)
+
+ xor 0,0,0
+ li 10,1
+ mtctr 5
+ neg 5,5
+ stw 0,80(1)
+ stw 10,84(1)
+
+ lfd 8,8*18(3)
+ lfd 9,8*19(3)
+ lfd 10,8*20(3)
+ lfd 11,8*21(3)
+ lfd 12,8*22(3)
+ lfd 13,8*23(3)
+
+ lfd 0,8*0(3)
+ lfd 2,8*1(3)
+ lfd 4,8*2(3)
+ lfd 6,8*3(3)
+
+ stfd 8,48(1)
+ oris 10,6,18736
+ stfd 9,56(1)
+ stfd 10,64(1)
+ stw 10,72(1)
+
+ li 11,4
+ li 12,8
+ li 6,12
+ lwbrx 7,0,4
+ lwbrx 8,11,4
+ lwbrx 9,12,4
+ lwbrx 10,6,4
+ addi 4,4,16
+
+ stw 7,52(1)
+ stw 8,60(1)
+ stw 9,68(1)
+ stw 10,76(1)
+
+ mffs 28
+ lfd 29,80(1)
+ lfd 14,8*4(3)
+ lfd 15,8*5(3)
+ lfd 16,8*6(3)
+ lfd 17,8*7(3)
+ lfd 18,8*8(3)
+ lfd 19,8*9(3)
+ lfd 24,8*10(3)
+ lfd 25,8*11(3)
+ lfd 26,8*12(3)
+ lfd 27,8*13(3)
+ lfd 20,8*14(3)
+ lfd 21,8*15(3)
+ lfd 22,8*16(3)
+ lfd 23,8*17(3)
+
+ stfd 28,80(1)
+ mtfsf 255,29
+
+ addic 5,5,1
+ addze 0,0
+ slwi. 0,0,4
+ sub 4,4,0
+
+ lfd 28,48(1)
+ lfd 29,56(1)
+ lfd 30,64(1)
+ lfd 31,72(1)
+
+ fsub 0,0,8
+ lwbrx 7,0,4
+ fsub 2,2,9
+ lwbrx 8,11,4
+ fsub 4,4,10
+ lwbrx 9,12,4
+ fsub 6,6,11
+ lwbrx 10,6,4
+
+ fsub 28,28,8
+ addi 4,4,16
+ fsub 29,29,9
+ fsub 30,30,10
+ fsub 31,31,11
+
+ fadd 28,28,0
+ stw 7,52(1)
+ fadd 29,29,2
+ stw 8,60(1)
+ fadd 30,30,4
+ stw 9,68(1)
+ fadd 31,31,6
+ stw 10,76(1)
+
+ b Lentry
+
+.align 4
+Loop:
+ fsub 30,30,8
+ addic 5,5,1
+ fsub 31,31,9
+ addze 0,0
+ fsub 26,26,10
+ slwi. 0,0,4
+ fsub 27,27,11
+ sub 4,4,0
+
+ fadd 0,0,30
+ fadd 1,1,31
+ fadd 4,4,26
+ fadd 5,5,27
+
+
+ fadd 26,2,10
+ lwbrx 7,0,4
+ fadd 27,3,10
+ lwbrx 8,11,4
+ fadd 30,6,12
+ lwbrx 9,12,4
+ fadd 31,7,12
+ lwbrx 10,6,4
+ fadd 24,0,9
+ addi 4,4,16
+ fadd 25,1,9
+ fadd 28,4,11
+ fadd 29,5,11
+
+ fsub 26,26,10
+ stw 7,52(1)
+ fsub 27,27,10
+ stw 8,60(1)
+ fsub 30,30,12
+ stw 9,68(1)
+ fsub 31,31,12
+ stw 10,76(1)
+ fsub 24,24,9
+ fsub 25,25,9
+ fsub 28,28,11
+ fsub 29,29,11
+
+ fsub 2,2,26
+ fsub 3,3,27
+ fsub 6,6,30
+ fsub 7,7,31
+ fsub 4,4,28
+ fsub 5,5,29
+ fsub 0,0,24
+ fsub 1,1,25
+
+ fadd 2,2,24
+ fadd 3,3,25
+ fadd 6,6,28
+ fadd 7,7,29
+ fadd 4,4,26
+ fadd 5,5,27
+ fmadd 0,30,13,0
+ fmadd 1,31,13,1
+
+ fadd 29,2,3
+ lfd 26,8*12(3)
+ fadd 31,6,7
+ lfd 27,8*13(3)
+ fadd 30,4,5
+ lfd 24,8*10(3)
+ fadd 28,0,1
+ lfd 25,8*11(3)
+Lentry:
+ fmul 0,22,29
+ fmul 1,23,29
+ fmul 4,16,29
+ fmul 5,17,29
+ fmul 2,14,29
+ fmul 3,15,29
+ fmul 6,18,29
+ fmul 7,19,29
+
+ fmadd 0,26,31,0
+ fmadd 1,27,31,1
+ fmadd 4,22,31,4
+ fmadd 5,23,31,5
+ fmadd 2,20,31,2
+ fmadd 3,21,31,3
+ fmadd 6,14,31,6
+ fmadd 7,15,31,7
+
+ fmadd 0,20,30,0
+ fmadd 1,21,30,1
+ fmadd 4,14,30,4
+ fmadd 5,15,30,5
+ fmadd 2,22,30,2
+ fmadd 3,23,30,3
+ fmadd 6,16,30,6
+ fmadd 7,17,30,7
+
+ fmadd 0,14,28,0
+ lfd 30,48(1)
+ fmadd 1,15,28,1
+ lfd 31,56(1)
+ fmadd 4,18,28,4
+ lfd 26,64(1)
+ fmadd 5,19,28,5
+ lfd 27,72(1)
+ fmadd 2,16,28,2
+ fmadd 3,17,28,3
+ fmadd 6,24,28,6
+ fmadd 7,25,28,7
+
+ bc 16,0,Loop
+
+
+ fadd 24,0,9
+ fadd 25,1,9
+ fadd 28,4,11
+ fadd 29,5,11
+ fadd 26,2,10
+ fadd 27,3,10
+ fadd 30,6,12
+ fadd 31,7,12
+
+ fsub 24,24,9
+ fsub 25,25,9
+ fsub 28,28,11
+ fsub 29,29,11
+ fsub 26,26,10
+ fsub 27,27,10
+ fsub 30,30,12
+ fsub 31,31,12
+
+ fsub 2,2,26
+ fsub 3,3,27
+ fsub 6,6,30
+ fsub 7,7,31
+ fsub 4,4,28
+ fsub 5,5,29
+ fsub 0,0,24
+ fsub 1,1,25
+
+ fadd 2,2,24
+ fadd 3,3,25
+ fadd 6,6,28
+ fadd 7,7,29
+ fadd 4,4,26
+ fadd 5,5,27
+ fmadd 0,30,13,0
+ fmadd 1,31,13,1
+
+ fadd 29,2,3
+ fadd 31,6,7
+ fadd 30,4,5
+ fadd 28,0,1
+
+ lfd 0,80(1)
+ fadd 29,29,9
+ fadd 31,31,11
+ fadd 30,30,10
+ fadd 28,28,8
+
+ stfd 29,8*1(3)
+ stfd 31,8*3(3)
+ stfd 30,8*2(3)
+ stfd 28,8*0(3)
+
+ mtfsf 255,0
+ lfd 14,96(1)
+ lfd 15,104(1)
+ lfd 16,112(1)
+ lfd 17,120(1)
+ lfd 18,128(1)
+ lfd 19,136(1)
+ lfd 20,144(1)
+ lfd 21,152(1)
+ lfd 22,160(1)
+ lfd 23,168(1)
+ lfd 24,176(1)
+ lfd 25,184(1)
+ lfd 26,192(1)
+ lfd 27,200(1)
+ lfd 28,208(1)
+ lfd 29,216(1)
+ lfd 30,224(1)
+ lfd 31,232(1)
+ addi 1,1,240
+Labort:
+ blr
+.long 0
+.byte 0,12,4,1,0x80,0,4,0
+
+.globl .poly1305_emit_fpu
+.align 4
+.poly1305_emit_fpu:
+ stdu 1,-80(1)
+ mflr 0
+ std 28,48(1)
+ std 29,56(1)
+ std 30,64(1)
+ std 31,72(1)
+ std 0,96(1)
+
+ lwz 28,0(3)
+ lwz 7,4(3)
+ lwz 29,8(3)
+ lwz 8,12(3)
+ lwz 30,16(3)
+ lwz 9,20(3)
+ lwz 31,24(3)
+ lwz 10,28(3)
+
+ lis 0,0xfff0
+ andc 28,28,0
+ andc 29,29,0
+ andc 30,30,0
+ andc 31,31,0
+ li 0,3
+
+ srwi 6,31,2
+ and 11,31,0
+ andc 31,31,0
+ add 31,31,6
+ add 7,7,31
+ add 8,8,28
+ add 9,9,29
+ add 10,10,30
+
+ srdi 28,7,32
+ add 8,8,28
+ srdi 29,8,32
+ add 9,9,29
+ srdi 30,9,32
+ add 10,10,30
+ srdi 31,10,32
+ add 11,11,31
+
+ insrdi 7,8,32,0
+ insrdi 9,10,32,0
+
+ addic 28,7,5
+ addze 29,9
+ addze 30,11
+
+ srdi 0,30,2
+ neg 0,0
+ sradi 0,0,63
+ ld 30,0(5)
+ ld 31,8(5)
+
+ andc 7,7,0
+ and 28,28,0
+ andc 9,9,0
+ and 29,29,0
+ or 7,7,28
+ or 9,9,29
+ rotldi 30,30,32
+ rotldi 31,31,32
+ addc 7,7,30
+ adde 9,9,31
+
+ srdi 8,7,32
+ srdi 10,9,32
+ li 29,4
+ stwbrx 7,0,4
+ li 30,8
+ stwbrx 8,29,4
+ li 31,12
+ stwbrx 9,30,4
+ stwbrx 10,31,4
+ ld 28,48(1)
+ ld 29,56(1)
+ ld 30,64(1)
+ ld 31,72(1)
+ addi 1,1,80
+ blr
+.long 0
+.byte 0,12,4,1,0x80,4,3,0
+
+.align 6
+LPICmeup:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 5
+ addi 5,5,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+
+.long 0x43300000,0x00000000
+.long 0x45300000,0x00000000
+.long 0x47300000,0x00000000
+.long 0x49300000,0x00000000
+.long 0x4b500000,0x00000000
+
+.long 0x37f40000,0x00000000
+
+.long 0x44300000,0x00000000
+.long 0x46300000,0x00000000
+.long 0x48300000,0x00000000
+.long 0x4a300000,0x00000000
+.long 0x3e300000,0x00000000
+.long 0x40300000,0x00000000
+.long 0x42300000,0x00000000
+
+.long 0x00000000,0x00000001
+.byte 80,111,108,121,49,51,48,53,32,102,111,114,32,80,80,67,32,70,80,85,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 4
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/ppccpuid.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/ppccpuid.s
new file mode 100644
index 0000000000..d07c409ce4
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/ppccpuid.s
@@ -0,0 +1,246 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .OPENSSL_fpu_probe
+.align 4
+.OPENSSL_fpu_probe:
+ fmr 0,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .OPENSSL_ppc64_probe
+.align 4
+.OPENSSL_ppc64_probe:
+ fcfid 1,1
+ rldicl 0,0,32,32
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .OPENSSL_altivec_probe
+.align 4
+.OPENSSL_altivec_probe:
+.long 0x10000484
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .OPENSSL_crypto207_probe
+.align 4
+.OPENSSL_crypto207_probe:
+ .long 0x7C000E99
+ .long 0x10000508
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .OPENSSL_madd300_probe
+.align 4
+.OPENSSL_madd300_probe:
+ xor 0,0,0
+ .long 0x10600033
+ .long 0x10600031
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.globl .OPENSSL_wipe_cpu
+.align 4
+.OPENSSL_wipe_cpu:
+ xor 0,0,0
+ fmr 0,31
+ fmr 1,31
+ fmr 2,31
+ mr 3,1
+ fmr 3,31
+ xor 4,4,4
+ fmr 4,31
+ xor 5,5,5
+ fmr 5,31
+ xor 6,6,6
+ fmr 6,31
+ xor 7,7,7
+ fmr 7,31
+ xor 8,8,8
+ fmr 8,31
+ xor 9,9,9
+ fmr 9,31
+ xor 10,10,10
+ fmr 10,31
+ xor 11,11,11
+ fmr 11,31
+ xor 12,12,12
+ fmr 12,31
+ fmr 13,31
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .OPENSSL_atomic_add
+.align 4
+.OPENSSL_atomic_add:
+Ladd: lwarx 5,0,3
+ add 0,4,5
+ stwcx. 0,0,3
+ bne- Ladd
+ extsw 3,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+.globl .OPENSSL_rdtsc
+.align 4
+.OPENSSL_rdtsc:
+ mftb 3
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+
+.globl .OPENSSL_cleanse
+.align 4
+.OPENSSL_cleanse:
+ cmpldi 4,7
+ li 0,0
+ bge Lot
+ cmpldi 4,0
+ bclr 14,2
+Little: mtctr 4
+ stb 0,0(3)
+ addi 3,3,1
+ bc 16,0,$-8
+ blr
+Lot: andi. 5,3,3
+ beq Laligned
+ stb 0,0(3)
+ subi 4,4,1
+ addi 3,3,1
+ b Lot
+Laligned:
+ srdi 5,4,2
+ mtctr 5
+ stw 0,0(3)
+ addi 3,3,4
+ bc 16,0,$-8
+ andi. 4,4,3
+ bne Little
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+.globl .CRYPTO_memcmp
+.align 4
+.CRYPTO_memcmp:
+ cmpldi 5,0
+ li 0,0
+ beq Lno_data
+ mtctr 5
+Loop_cmp:
+ lbz 6,0(3)
+ addi 3,3,1
+ lbz 7,0(4)
+ addi 4,4,1
+ xor 6,6,7
+ or 0,0,6
+ bc 16,0,Loop_cmp
+
+Lno_data:
+ li 3,0
+ sub 3,3,0
+ extrwi 3,3,1,0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+
+.globl .OPENSSL_instrument_bus
+.align 4
+.OPENSSL_instrument_bus:
+ mtctr 4
+
+ mftb 7
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+Loop: mftb 6
+ sub 8,6,7
+ mr 7,6
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+ addi 3,3,4
+ bc 16,0,Loop
+
+ mr 3,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+
+
+.globl .OPENSSL_instrument_bus2
+.align 4
+.OPENSSL_instrument_bus2:
+ mr 0,4
+ slwi 4,4,2
+
+ mftb 7
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ mftb 6
+ sub 8,6,7
+ mr 7,6
+ mr 9,8
+Loop2:
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ addic. 5,5,-1
+ beq Ldone2
+
+ mftb 6
+ sub 8,6,7
+ mr 7,6
+ cmplw 7,8,9
+ mr 9,8
+
+ mfcr 6
+ not 6,6
+ rlwinm 6,6,1,29,29
+
+ sub. 4,4,6
+ add 3,3,6
+ bne Loop2
+
+Ldone2:
+ srwi 4,4,2
+ sub 3,0,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha1-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha1-ppc.s
new file mode 100644
index 0000000000..28dcdd1419
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha1-ppc.s
@@ -0,0 +1,1116 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .sha1_block_data_order
+.align 4
+.sha1_block_data_order:
+ stdu 1,-256(1)
+ mflr 0
+ std 15,120(1)
+ std 16,128(1)
+ std 17,136(1)
+ std 18,144(1)
+ std 19,152(1)
+ std 20,160(1)
+ std 21,168(1)
+ std 22,176(1)
+ std 23,184(1)
+ std 24,192(1)
+ std 25,200(1)
+ std 26,208(1)
+ std 27,216(1)
+ std 28,224(1)
+ std 29,232(1)
+ std 30,240(1)
+ std 31,248(1)
+ std 0,272(1)
+ lwz 7,0(3)
+ lwz 8,4(3)
+ lwz 9,8(3)
+ lwz 10,12(3)
+ lwz 11,16(3)
+ andi. 0,4,3
+ bne Lunaligned
+Laligned:
+ mtctr 5
+ bl Lsha1_block_private
+ b Ldone
+
+
+
+
+
+
+
+.align 4
+Lunaligned:
+ subfic 6,4,4096
+ andi. 6,6,4095
+ srwi. 6,6,6
+ beq Lcross_page
+ cmpld 5,6
+ ble Laligned
+ mtctr 6
+ subfc 5,6,5
+ bl Lsha1_block_private
+Lcross_page:
+ li 6,16
+ mtctr 6
+ addi 20,1,48
+Lmemcpy:
+ lbz 16,0(4)
+ lbz 17,1(4)
+ lbz 18,2(4)
+ lbz 19,3(4)
+ addi 4,4,4
+ stb 16,0(20)
+ stb 17,1(20)
+ stb 18,2(20)
+ stb 19,3(20)
+ addi 20,20,4
+ bc 16,0,Lmemcpy
+
+ std 4,112(1)
+ li 6,1
+ addi 4,1,48
+ mtctr 6
+ bl Lsha1_block_private
+ ld 4,112(1)
+ addic. 5,5,-1
+ bne Lunaligned
+
+Ldone:
+ ld 0,272(1)
+ ld 15,120(1)
+ ld 16,128(1)
+ ld 17,136(1)
+ ld 18,144(1)
+ ld 19,152(1)
+ ld 20,160(1)
+ ld 21,168(1)
+ ld 22,176(1)
+ ld 23,184(1)
+ ld 24,192(1)
+ ld 25,200(1)
+ ld 26,208(1)
+ ld 27,216(1)
+ ld 28,224(1)
+ ld 29,232(1)
+ ld 30,240(1)
+ ld 31,248(1)
+ mtlr 0
+ addi 1,1,256
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,3,0
+.long 0
+.align 4
+Lsha1_block_private:
+ lis 0,0x5a82
+ ori 0,0,0x7999
+ lwz 16,0(4)
+ lwz 17,4(4)
+ add 12,0,11
+ rotlwi 11,7,5
+ add 12,12,16
+ and 15,9,8
+ add 12,12,11
+ andc 6,10,8
+ rotlwi 8,8,30
+ or 15,15,6
+ add 12,12,15
+ lwz 18,8(4)
+ add 11,0,10
+ rotlwi 10,12,5
+ add 11,11,17
+ and 15,8,7
+ add 11,11,10
+ andc 6,9,7
+ rotlwi 7,7,30
+ or 15,15,6
+ add 11,11,15
+ lwz 19,12(4)
+ add 10,0,9
+ rotlwi 9,11,5
+ add 10,10,18
+ and 15,7,12
+ add 10,10,9
+ andc 6,8,12
+ rotlwi 12,12,30
+ or 15,15,6
+ add 10,10,15
+ lwz 20,16(4)
+ add 9,0,8
+ rotlwi 8,10,5
+ add 9,9,19
+ and 15,12,11
+ add 9,9,8
+ andc 6,7,11
+ rotlwi 11,11,30
+ or 15,15,6
+ add 9,9,15
+ lwz 21,20(4)
+ add 8,0,7
+ rotlwi 7,9,5
+ add 8,8,20
+ and 15,11,10
+ add 8,8,7
+ andc 6,12,10
+ rotlwi 10,10,30
+ or 15,15,6
+ add 8,8,15
+ lwz 22,24(4)
+ add 7,0,12
+ rotlwi 12,8,5
+ add 7,7,21
+ and 15,10,9
+ add 7,7,12
+ andc 6,11,9
+ rotlwi 9,9,30
+ or 15,15,6
+ add 7,7,15
+ lwz 23,28(4)
+ add 12,0,11
+ rotlwi 11,7,5
+ add 12,12,22
+ and 15,9,8
+ add 12,12,11
+ andc 6,10,8
+ rotlwi 8,8,30
+ or 15,15,6
+ add 12,12,15
+ lwz 24,32(4)
+ add 11,0,10
+ rotlwi 10,12,5
+ add 11,11,23
+ and 15,8,7
+ add 11,11,10
+ andc 6,9,7
+ rotlwi 7,7,30
+ or 15,15,6
+ add 11,11,15
+ lwz 25,36(4)
+ add 10,0,9
+ rotlwi 9,11,5
+ add 10,10,24
+ and 15,7,12
+ add 10,10,9
+ andc 6,8,12
+ rotlwi 12,12,30
+ or 15,15,6
+ add 10,10,15
+ lwz 26,40(4)
+ add 9,0,8
+ rotlwi 8,10,5
+ add 9,9,25
+ and 15,12,11
+ add 9,9,8
+ andc 6,7,11
+ rotlwi 11,11,30
+ or 15,15,6
+ add 9,9,15
+ lwz 27,44(4)
+ add 8,0,7
+ rotlwi 7,9,5
+ add 8,8,26
+ and 15,11,10
+ add 8,8,7
+ andc 6,12,10
+ rotlwi 10,10,30
+ or 15,15,6
+ add 8,8,15
+ lwz 28,48(4)
+ add 7,0,12
+ rotlwi 12,8,5
+ add 7,7,27
+ and 15,10,9
+ add 7,7,12
+ andc 6,11,9
+ rotlwi 9,9,30
+ or 15,15,6
+ add 7,7,15
+ lwz 29,52(4)
+ add 12,0,11
+ rotlwi 11,7,5
+ add 12,12,28
+ and 15,9,8
+ add 12,12,11
+ andc 6,10,8
+ rotlwi 8,8,30
+ or 15,15,6
+ add 12,12,15
+ lwz 30,56(4)
+ add 11,0,10
+ rotlwi 10,12,5
+ add 11,11,29
+ and 15,8,7
+ add 11,11,10
+ andc 6,9,7
+ rotlwi 7,7,30
+ or 15,15,6
+ add 11,11,15
+ lwz 31,60(4)
+ add 10,0,9
+ rotlwi 9,11,5
+ add 10,10,30
+ and 15,7,12
+ add 10,10,9
+ andc 6,8,12
+ rotlwi 12,12,30
+ or 15,15,6
+ add 10,10,15
+ add 9,0,8
+ rotlwi 8,10,5
+ xor 16,16,18
+ add 9,9,31
+ and 15,12,11
+ xor 16,16,24
+ add 9,9,8
+ andc 6,7,11
+ rotlwi 11,11,30
+ or 15,15,6
+ xor 16,16,29
+ add 9,9,15
+ rotlwi 16,16,1
+ add 8,0,7
+ rotlwi 7,9,5
+ xor 17,17,19
+ add 8,8,16
+ and 15,11,10
+ xor 17,17,25
+ add 8,8,7
+ andc 6,12,10
+ rotlwi 10,10,30
+ or 15,15,6
+ xor 17,17,30
+ add 8,8,15
+ rotlwi 17,17,1
+ add 7,0,12
+ rotlwi 12,8,5
+ xor 18,18,20
+ add 7,7,17
+ and 15,10,9
+ xor 18,18,26
+ add 7,7,12
+ andc 6,11,9
+ rotlwi 9,9,30
+ or 15,15,6
+ xor 18,18,31
+ add 7,7,15
+ rotlwi 18,18,1
+ add 12,0,11
+ rotlwi 11,7,5
+ xor 19,19,21
+ add 12,12,18
+ and 15,9,8
+ xor 19,19,27
+ add 12,12,11
+ andc 6,10,8
+ rotlwi 8,8,30
+ or 15,15,6
+ xor 19,19,16
+ add 12,12,15
+ rotlwi 19,19,1
+ add 11,0,10
+ rotlwi 10,12,5
+ xor 20,20,22
+ add 11,11,19
+ and 15,8,7
+ xor 20,20,28
+ add 11,11,10
+ andc 6,9,7
+ rotlwi 7,7,30
+ or 15,15,6
+ xor 20,20,17
+ add 11,11,15
+ rotlwi 20,20,1
+ lis 0,0x6ed9
+ ori 0,0,0xeba1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 21,21,23
+ add 10,10,20
+ xor 15,15,7
+ xor 21,21,29
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 21,21,18
+ add 10,10,9
+ rotlwi 21,21,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 22,22,24
+ add 9,9,21
+ xor 15,15,12
+ xor 22,22,30
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 22,22,19
+ add 9,9,8
+ rotlwi 22,22,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 23,23,25
+ add 8,8,22
+ xor 15,15,11
+ xor 23,23,31
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 23,23,20
+ add 8,8,7
+ rotlwi 23,23,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 24,24,26
+ add 7,7,23
+ xor 15,15,10
+ xor 24,24,16
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 24,24,21
+ add 7,7,12
+ rotlwi 24,24,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 25,25,27
+ add 12,12,24
+ xor 15,15,9
+ xor 25,25,17
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 25,25,22
+ add 12,12,11
+ rotlwi 25,25,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 26,26,28
+ add 11,11,25
+ xor 15,15,8
+ xor 26,26,18
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 26,26,23
+ add 11,11,10
+ rotlwi 26,26,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 27,27,29
+ add 10,10,26
+ xor 15,15,7
+ xor 27,27,19
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 27,27,24
+ add 10,10,9
+ rotlwi 27,27,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 28,28,30
+ add 9,9,27
+ xor 15,15,12
+ xor 28,28,20
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 28,28,25
+ add 9,9,8
+ rotlwi 28,28,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 29,29,31
+ add 8,8,28
+ xor 15,15,11
+ xor 29,29,21
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 29,29,26
+ add 8,8,7
+ rotlwi 29,29,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 30,30,16
+ add 7,7,29
+ xor 15,15,10
+ xor 30,30,22
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 30,30,27
+ add 7,7,12
+ rotlwi 30,30,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 31,31,17
+ add 12,12,30
+ xor 15,15,9
+ xor 31,31,23
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 31,31,28
+ add 12,12,11
+ rotlwi 31,31,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 16,16,18
+ add 11,11,31
+ xor 15,15,8
+ xor 16,16,24
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 16,16,29
+ add 11,11,10
+ rotlwi 16,16,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 17,17,19
+ add 10,10,16
+ xor 15,15,7
+ xor 17,17,25
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 17,17,30
+ add 10,10,9
+ rotlwi 17,17,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 18,18,20
+ add 9,9,17
+ xor 15,15,12
+ xor 18,18,26
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 18,18,31
+ add 9,9,8
+ rotlwi 18,18,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 19,19,21
+ add 8,8,18
+ xor 15,15,11
+ xor 19,19,27
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 19,19,16
+ add 8,8,7
+ rotlwi 19,19,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 20,20,22
+ add 7,7,19
+ xor 15,15,10
+ xor 20,20,28
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 20,20,17
+ add 7,7,12
+ rotlwi 20,20,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 21,21,23
+ add 12,12,20
+ xor 15,15,9
+ xor 21,21,29
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 21,21,18
+ add 12,12,11
+ rotlwi 21,21,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 22,22,24
+ add 11,11,21
+ xor 15,15,8
+ xor 22,22,30
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 22,22,19
+ add 11,11,10
+ rotlwi 22,22,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 23,23,25
+ add 10,10,22
+ xor 15,15,7
+ xor 23,23,31
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 23,23,20
+ add 10,10,9
+ rotlwi 23,23,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 24,24,26
+ add 9,9,23
+ xor 15,15,12
+ xor 24,24,16
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 24,24,21
+ add 9,9,8
+ rotlwi 24,24,1
+ lis 0,0x8f1b
+ ori 0,0,0xbcdc
+ add 8,0,7
+ rotlwi 7,9,5
+ xor 25,25,27
+ add 8,8,24
+ and 15,10,11
+ xor 25,25,17
+ add 8,8,7
+ or 6,10,11
+ rotlwi 10,10,30
+ xor 25,25,22
+ and 6,6,12
+ or 15,15,6
+ rotlwi 25,25,1
+ add 8,8,15
+ add 7,0,12
+ rotlwi 12,8,5
+ xor 26,26,28
+ add 7,7,25
+ and 15,9,10
+ xor 26,26,18
+ add 7,7,12
+ or 6,9,10
+ rotlwi 9,9,30
+ xor 26,26,23
+ and 6,6,11
+ or 15,15,6
+ rotlwi 26,26,1
+ add 7,7,15
+ add 12,0,11
+ rotlwi 11,7,5
+ xor 27,27,29
+ add 12,12,26
+ and 15,8,9
+ xor 27,27,19
+ add 12,12,11
+ or 6,8,9
+ rotlwi 8,8,30
+ xor 27,27,24
+ and 6,6,10
+ or 15,15,6
+ rotlwi 27,27,1
+ add 12,12,15
+ add 11,0,10
+ rotlwi 10,12,5
+ xor 28,28,30
+ add 11,11,27
+ and 15,7,8
+ xor 28,28,20
+ add 11,11,10
+ or 6,7,8
+ rotlwi 7,7,30
+ xor 28,28,25
+ and 6,6,9
+ or 15,15,6
+ rotlwi 28,28,1
+ add 11,11,15
+ add 10,0,9
+ rotlwi 9,11,5
+ xor 29,29,31
+ add 10,10,28
+ and 15,12,7
+ xor 29,29,21
+ add 10,10,9
+ or 6,12,7
+ rotlwi 12,12,30
+ xor 29,29,26
+ and 6,6,8
+ or 15,15,6
+ rotlwi 29,29,1
+ add 10,10,15
+ add 9,0,8
+ rotlwi 8,10,5
+ xor 30,30,16
+ add 9,9,29
+ and 15,11,12
+ xor 30,30,22
+ add 9,9,8
+ or 6,11,12
+ rotlwi 11,11,30
+ xor 30,30,27
+ and 6,6,7
+ or 15,15,6
+ rotlwi 30,30,1
+ add 9,9,15
+ add 8,0,7
+ rotlwi 7,9,5
+ xor 31,31,17
+ add 8,8,30
+ and 15,10,11
+ xor 31,31,23
+ add 8,8,7
+ or 6,10,11
+ rotlwi 10,10,30
+ xor 31,31,28
+ and 6,6,12
+ or 15,15,6
+ rotlwi 31,31,1
+ add 8,8,15
+ add 7,0,12
+ rotlwi 12,8,5
+ xor 16,16,18
+ add 7,7,31
+ and 15,9,10
+ xor 16,16,24
+ add 7,7,12
+ or 6,9,10
+ rotlwi 9,9,30
+ xor 16,16,29
+ and 6,6,11
+ or 15,15,6
+ rotlwi 16,16,1
+ add 7,7,15
+ add 12,0,11
+ rotlwi 11,7,5
+ xor 17,17,19
+ add 12,12,16
+ and 15,8,9
+ xor 17,17,25
+ add 12,12,11
+ or 6,8,9
+ rotlwi 8,8,30
+ xor 17,17,30
+ and 6,6,10
+ or 15,15,6
+ rotlwi 17,17,1
+ add 12,12,15
+ add 11,0,10
+ rotlwi 10,12,5
+ xor 18,18,20
+ add 11,11,17
+ and 15,7,8
+ xor 18,18,26
+ add 11,11,10
+ or 6,7,8
+ rotlwi 7,7,30
+ xor 18,18,31
+ and 6,6,9
+ or 15,15,6
+ rotlwi 18,18,1
+ add 11,11,15
+ add 10,0,9
+ rotlwi 9,11,5
+ xor 19,19,21
+ add 10,10,18
+ and 15,12,7
+ xor 19,19,27
+ add 10,10,9
+ or 6,12,7
+ rotlwi 12,12,30
+ xor 19,19,16
+ and 6,6,8
+ or 15,15,6
+ rotlwi 19,19,1
+ add 10,10,15
+ add 9,0,8
+ rotlwi 8,10,5
+ xor 20,20,22
+ add 9,9,19
+ and 15,11,12
+ xor 20,20,28
+ add 9,9,8
+ or 6,11,12
+ rotlwi 11,11,30
+ xor 20,20,17
+ and 6,6,7
+ or 15,15,6
+ rotlwi 20,20,1
+ add 9,9,15
+ add 8,0,7
+ rotlwi 7,9,5
+ xor 21,21,23
+ add 8,8,20
+ and 15,10,11
+ xor 21,21,29
+ add 8,8,7
+ or 6,10,11
+ rotlwi 10,10,30
+ xor 21,21,18
+ and 6,6,12
+ or 15,15,6
+ rotlwi 21,21,1
+ add 8,8,15
+ add 7,0,12
+ rotlwi 12,8,5
+ xor 22,22,24
+ add 7,7,21
+ and 15,9,10
+ xor 22,22,30
+ add 7,7,12
+ or 6,9,10
+ rotlwi 9,9,30
+ xor 22,22,19
+ and 6,6,11
+ or 15,15,6
+ rotlwi 22,22,1
+ add 7,7,15
+ add 12,0,11
+ rotlwi 11,7,5
+ xor 23,23,25
+ add 12,12,22
+ and 15,8,9
+ xor 23,23,31
+ add 12,12,11
+ or 6,8,9
+ rotlwi 8,8,30
+ xor 23,23,20
+ and 6,6,10
+ or 15,15,6
+ rotlwi 23,23,1
+ add 12,12,15
+ add 11,0,10
+ rotlwi 10,12,5
+ xor 24,24,26
+ add 11,11,23
+ and 15,7,8
+ xor 24,24,16
+ add 11,11,10
+ or 6,7,8
+ rotlwi 7,7,30
+ xor 24,24,21
+ and 6,6,9
+ or 15,15,6
+ rotlwi 24,24,1
+ add 11,11,15
+ add 10,0,9
+ rotlwi 9,11,5
+ xor 25,25,27
+ add 10,10,24
+ and 15,12,7
+ xor 25,25,17
+ add 10,10,9
+ or 6,12,7
+ rotlwi 12,12,30
+ xor 25,25,22
+ and 6,6,8
+ or 15,15,6
+ rotlwi 25,25,1
+ add 10,10,15
+ add 9,0,8
+ rotlwi 8,10,5
+ xor 26,26,28
+ add 9,9,25
+ and 15,11,12
+ xor 26,26,18
+ add 9,9,8
+ or 6,11,12
+ rotlwi 11,11,30
+ xor 26,26,23
+ and 6,6,7
+ or 15,15,6
+ rotlwi 26,26,1
+ add 9,9,15
+ add 8,0,7
+ rotlwi 7,9,5
+ xor 27,27,29
+ add 8,8,26
+ and 15,10,11
+ xor 27,27,19
+ add 8,8,7
+ or 6,10,11
+ rotlwi 10,10,30
+ xor 27,27,24
+ and 6,6,12
+ or 15,15,6
+ rotlwi 27,27,1
+ add 8,8,15
+ add 7,0,12
+ rotlwi 12,8,5
+ xor 28,28,30
+ add 7,7,27
+ and 15,9,10
+ xor 28,28,20
+ add 7,7,12
+ or 6,9,10
+ rotlwi 9,9,30
+ xor 28,28,25
+ and 6,6,11
+ or 15,15,6
+ rotlwi 28,28,1
+ add 7,7,15
+ lis 0,0xca62
+ ori 0,0,0xc1d6
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 29,29,31
+ add 12,12,28
+ xor 15,15,9
+ xor 29,29,21
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 29,29,26
+ add 12,12,11
+ rotlwi 29,29,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 30,30,16
+ add 11,11,29
+ xor 15,15,8
+ xor 30,30,22
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 30,30,27
+ add 11,11,10
+ rotlwi 30,30,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 31,31,17
+ add 10,10,30
+ xor 15,15,7
+ xor 31,31,23
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 31,31,28
+ add 10,10,9
+ rotlwi 31,31,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 16,16,18
+ add 9,9,31
+ xor 15,15,12
+ xor 16,16,24
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 16,16,29
+ add 9,9,8
+ rotlwi 16,16,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 17,17,19
+ add 8,8,16
+ xor 15,15,11
+ xor 17,17,25
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 17,17,30
+ add 8,8,7
+ rotlwi 17,17,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 18,18,20
+ add 7,7,17
+ xor 15,15,10
+ xor 18,18,26
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 18,18,31
+ add 7,7,12
+ rotlwi 18,18,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 19,19,21
+ add 12,12,18
+ xor 15,15,9
+ xor 19,19,27
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 19,19,16
+ add 12,12,11
+ rotlwi 19,19,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 20,20,22
+ add 11,11,19
+ xor 15,15,8
+ xor 20,20,28
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 20,20,17
+ add 11,11,10
+ rotlwi 20,20,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 21,21,23
+ add 10,10,20
+ xor 15,15,7
+ xor 21,21,29
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 21,21,18
+ add 10,10,9
+ rotlwi 21,21,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 22,22,24
+ add 9,9,21
+ xor 15,15,12
+ xor 22,22,30
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 22,22,19
+ add 9,9,8
+ rotlwi 22,22,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 23,23,25
+ add 8,8,22
+ xor 15,15,11
+ xor 23,23,31
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 23,23,20
+ add 8,8,7
+ rotlwi 23,23,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 24,24,26
+ add 7,7,23
+ xor 15,15,10
+ xor 24,24,16
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 24,24,21
+ add 7,7,12
+ rotlwi 24,24,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 25,25,27
+ add 12,12,24
+ xor 15,15,9
+ xor 25,25,17
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 25,25,22
+ add 12,12,11
+ rotlwi 25,25,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ xor 26,26,28
+ add 11,11,25
+ xor 15,15,8
+ xor 26,26,18
+ add 11,11,15
+ rotlwi 7,7,30
+ xor 26,26,23
+ add 11,11,10
+ rotlwi 26,26,1
+ add 10,0,9
+ xor 15,12,8
+ rotlwi 9,11,5
+ xor 27,27,29
+ add 10,10,26
+ xor 15,15,7
+ xor 27,27,19
+ add 10,10,15
+ rotlwi 12,12,30
+ xor 27,27,24
+ add 10,10,9
+ rotlwi 27,27,1
+ add 9,0,8
+ xor 15,11,7
+ rotlwi 8,10,5
+ xor 28,28,30
+ add 9,9,27
+ xor 15,15,12
+ xor 28,28,20
+ add 9,9,15
+ rotlwi 11,11,30
+ xor 28,28,25
+ add 9,9,8
+ rotlwi 28,28,1
+ add 8,0,7
+ xor 15,10,12
+ rotlwi 7,9,5
+ xor 29,29,31
+ add 8,8,28
+ xor 15,15,11
+ xor 29,29,21
+ add 8,8,15
+ rotlwi 10,10,30
+ xor 29,29,26
+ add 8,8,7
+ rotlwi 29,29,1
+ add 7,0,12
+ xor 15,9,11
+ rotlwi 12,8,5
+ xor 30,30,16
+ add 7,7,29
+ xor 15,15,10
+ xor 30,30,22
+ add 7,7,15
+ rotlwi 9,9,30
+ xor 30,30,27
+ add 7,7,12
+ rotlwi 30,30,1
+ add 12,0,11
+ xor 15,8,10
+ rotlwi 11,7,5
+ xor 31,31,17
+ add 12,12,30
+ xor 15,15,9
+ xor 31,31,23
+ add 12,12,15
+ rotlwi 8,8,30
+ xor 31,31,28
+ add 12,12,11
+ rotlwi 31,31,1
+ add 11,0,10
+ xor 15,7,9
+ rotlwi 10,12,5
+ lwz 16,0(3)
+ add 11,11,31
+ xor 15,15,8
+ lwz 17,4(3)
+ add 11,11,15
+ rotlwi 7,7,30
+ lwz 18,8(3)
+ lwz 19,12(3)
+ add 11,11,10
+ lwz 20,16(3)
+ add 16,16,11
+ add 17,17,12
+ add 18,18,7
+ add 19,19,8
+ add 20,20,9
+ stw 16,0(3)
+ mr 7,16
+ stw 17,4(3)
+ mr 8,17
+ stw 18,8(3)
+ mr 9,18
+ stw 19,12(3)
+ mr 10,19
+ stw 20,16(3)
+ mr 11,20
+ addi 4,4,64
+ bc 16,0,Lsha1_block_private
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,80,80,67,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,102,121,46,99,104,97,108,109,101,114,115,46,115,101,62,0
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256-ppc.s
new file mode 100644
index 0000000000..8f1d4b3129
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256-ppc.s
@@ -0,0 +1,1319 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .sha256_block_ppc
+.align 6
+.sha256_block_ppc:
+ stdu 1,-320(1)
+ mflr 0
+ sldi 5,5,6
+
+ std 3,144(1)
+
+ std 14,176(1)
+ std 15,184(1)
+ std 16,192(1)
+ std 17,200(1)
+ std 18,208(1)
+ std 19,216(1)
+ std 20,224(1)
+ std 21,232(1)
+ std 22,240(1)
+ std 23,248(1)
+ std 24,256(1)
+ std 25,264(1)
+ std 26,272(1)
+ std 27,280(1)
+ std 28,288(1)
+ std 29,296(1)
+ std 30,304(1)
+ std 31,312(1)
+ std 0,336(1)
+ lwz 8,0(3)
+ mr 31,4
+ lwz 9,4(3)
+ lwz 10,8(3)
+ lwz 11,12(3)
+ lwz 12,16(3)
+ lwz 6,20(3)
+ lwz 14,24(3)
+ lwz 15,28(3)
+ bl LPICmeup
+LPICedup:
+ andi. 0,31,3
+ bne Lunaligned
+Laligned:
+ add 5,31,5
+ std 5,128(1)
+ std 31,136(1)
+ bl Lsha2_block_private
+ b Ldone
+
+
+
+
+
+
+
+.align 4
+Lunaligned:
+ subfic 0,31,4096
+ andi. 0,0,4032
+ beq Lcross_page
+ cmpld 5,0
+ ble Laligned
+ subfc 5,0,5
+ add 0,31,0
+ std 5,120(1)
+ std 0,128(1)
+ std 31,136(1)
+ bl Lsha2_block_private
+
+ ld 5,120(1)
+Lcross_page:
+ li 0,16
+ mtctr 0
+ addi 20,1,48
+Lmemcpy:
+ lbz 16,0(31)
+ lbz 17,1(31)
+ lbz 18,2(31)
+ lbz 19,3(31)
+ addi 31,31,4
+ stb 16,0(20)
+ stb 17,1(20)
+ stb 18,2(20)
+ stb 19,3(20)
+ addi 20,20,4
+ bc 16,0,Lmemcpy
+ std 31,112(1)
+ addi 0,1,112
+ addi 31,1,48
+ std 5,120(1)
+ std 0,128(1)
+ std 31,136(1)
+ bl Lsha2_block_private
+ ld 31,112(1)
+ ld 5,120(1)
+ addic. 5,5,-64
+ bne Lunaligned
+
+Ldone:
+ ld 0,336(1)
+ ld 14,176(1)
+ ld 15,184(1)
+ ld 16,192(1)
+ ld 17,200(1)
+ ld 18,208(1)
+ ld 19,216(1)
+ ld 20,224(1)
+ ld 21,232(1)
+ ld 22,240(1)
+ ld 23,248(1)
+ ld 24,256(1)
+ ld 25,264(1)
+ ld 26,272(1)
+ ld 27,280(1)
+ ld 28,288(1)
+ ld 29,296(1)
+ ld 30,304(1)
+ ld 31,312(1)
+ mtlr 0
+ addi 1,1,320
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,3,0
+.long 0
+.align 4
+Lsha2_block_private:
+ lwz 0,0(7)
+ lwz 16,0(31)
+ rotrwi 3,12,6
+ rotrwi 4,12,11
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrwi 4,4,14
+ or 5,5,0
+ add 15,15,16
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrwi 3,8,2
+ rotrwi 4,8,13
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ lwz 0,4(7)
+ add 15,15,3
+ add 15,15,5
+
+ lwz 17,4(31)
+ rotrwi 3,11,6
+ rotrwi 4,11,11
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrwi 4,4,14
+ or 5,5,0
+ add 14,14,17
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrwi 3,15,2
+ rotrwi 4,15,13
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ lwz 0,8(7)
+ add 14,14,3
+ add 14,14,5
+
+ lwz 18,8(31)
+ rotrwi 3,10,6
+ rotrwi 4,10,11
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrwi 4,4,14
+ or 5,5,0
+ add 6,6,18
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrwi 3,14,2
+ rotrwi 4,14,13
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ lwz 0,12(7)
+ add 6,6,3
+ add 6,6,5
+
+ lwz 19,12(31)
+ rotrwi 3,9,6
+ rotrwi 4,9,11
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrwi 4,4,14
+ or 5,5,0
+ add 12,12,19
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrwi 3,6,2
+ rotrwi 4,6,13
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ lwz 0,16(7)
+ add 12,12,3
+ add 12,12,5
+
+ lwz 20,16(31)
+ rotrwi 3,8,6
+ rotrwi 4,8,11
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrwi 4,4,14
+ or 5,5,0
+ add 11,11,20
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrwi 3,12,2
+ rotrwi 4,12,13
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ lwz 0,20(7)
+ add 11,11,3
+ add 11,11,5
+
+ lwz 21,20(31)
+ rotrwi 3,15,6
+ rotrwi 4,15,11
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrwi 4,4,14
+ or 5,5,0
+ add 10,10,21
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrwi 3,11,2
+ rotrwi 4,11,13
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ lwz 0,24(7)
+ add 10,10,3
+ add 10,10,5
+
+ lwz 22,24(31)
+ rotrwi 3,14,6
+ rotrwi 4,14,11
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrwi 4,4,14
+ or 5,5,0
+ add 9,9,22
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrwi 3,10,2
+ rotrwi 4,10,13
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ lwz 0,28(7)
+ add 9,9,3
+ add 9,9,5
+
+ lwz 23,28(31)
+ rotrwi 3,6,6
+ rotrwi 4,6,11
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrwi 4,4,14
+ or 5,5,0
+ add 8,8,23
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrwi 3,9,2
+ rotrwi 4,9,13
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ lwz 0,32(7)
+ add 8,8,3
+ add 8,8,5
+
+ lwz 24,32(31)
+ rotrwi 3,12,6
+ rotrwi 4,12,11
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrwi 4,4,14
+ or 5,5,0
+ add 15,15,24
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrwi 3,8,2
+ rotrwi 4,8,13
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ lwz 0,36(7)
+ add 15,15,3
+ add 15,15,5
+
+ lwz 25,36(31)
+ rotrwi 3,11,6
+ rotrwi 4,11,11
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrwi 4,4,14
+ or 5,5,0
+ add 14,14,25
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrwi 3,15,2
+ rotrwi 4,15,13
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ lwz 0,40(7)
+ add 14,14,3
+ add 14,14,5
+
+ lwz 26,40(31)
+ rotrwi 3,10,6
+ rotrwi 4,10,11
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrwi 4,4,14
+ or 5,5,0
+ add 6,6,26
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrwi 3,14,2
+ rotrwi 4,14,13
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ lwz 0,44(7)
+ add 6,6,3
+ add 6,6,5
+
+ lwz 27,44(31)
+ rotrwi 3,9,6
+ rotrwi 4,9,11
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrwi 4,4,14
+ or 5,5,0
+ add 12,12,27
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrwi 3,6,2
+ rotrwi 4,6,13
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ lwz 0,48(7)
+ add 12,12,3
+ add 12,12,5
+
+ lwz 28,48(31)
+ rotrwi 3,8,6
+ rotrwi 4,8,11
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrwi 4,4,14
+ or 5,5,0
+ add 11,11,28
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrwi 3,12,2
+ rotrwi 4,12,13
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ lwz 0,52(7)
+ add 11,11,3
+ add 11,11,5
+
+ lwz 29,52(31)
+ rotrwi 3,15,6
+ rotrwi 4,15,11
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrwi 4,4,14
+ or 5,5,0
+ add 10,10,29
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrwi 3,11,2
+ rotrwi 4,11,13
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ lwz 0,56(7)
+ add 10,10,3
+ add 10,10,5
+
+ lwz 30,56(31)
+ rotrwi 3,14,6
+ rotrwi 4,14,11
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrwi 4,4,14
+ or 5,5,0
+ add 9,9,30
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrwi 3,10,2
+ rotrwi 4,10,13
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ lwz 0,60(7)
+ add 9,9,3
+ add 9,9,5
+
+ lwz 31,60(31)
+ rotrwi 3,6,6
+ rotrwi 4,6,11
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrwi 4,4,14
+ or 5,5,0
+ add 8,8,31
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrwi 3,9,2
+ rotrwi 4,9,13
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ li 5,3
+ mtctr 5
+.align 4
+Lrounds:
+ addi 7,7,64
+ rotrwi 3,17,7
+ rotrwi 4,17,18
+ rotrwi 5,30,17
+ rotrwi 0,30,19
+ xor 3,3,4
+ srwi 4,17,3
+ xor 5,5,0
+ srwi 0,30,10
+ add 16,16,25
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,0(7)
+ add 16,16,3
+ add 16,16,5
+ rotrwi 3,12,6
+ rotrwi 4,12,11
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrwi 4,4,14
+ or 5,5,0
+ add 15,15,16
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrwi 3,8,2
+ rotrwi 4,8,13
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ add 15,15,3
+ add 15,15,5
+
+ rotrwi 3,18,7
+ rotrwi 4,18,18
+ rotrwi 5,31,17
+ rotrwi 0,31,19
+ xor 3,3,4
+ srwi 4,18,3
+ xor 5,5,0
+ srwi 0,31,10
+ add 17,17,26
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,4(7)
+ add 17,17,3
+ add 17,17,5
+ rotrwi 3,11,6
+ rotrwi 4,11,11
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrwi 4,4,14
+ or 5,5,0
+ add 14,14,17
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrwi 3,15,2
+ rotrwi 4,15,13
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ add 14,14,3
+ add 14,14,5
+
+ rotrwi 3,19,7
+ rotrwi 4,19,18
+ rotrwi 5,16,17
+ rotrwi 0,16,19
+ xor 3,3,4
+ srwi 4,19,3
+ xor 5,5,0
+ srwi 0,16,10
+ add 18,18,27
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,8(7)
+ add 18,18,3
+ add 18,18,5
+ rotrwi 3,10,6
+ rotrwi 4,10,11
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrwi 4,4,14
+ or 5,5,0
+ add 6,6,18
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrwi 3,14,2
+ rotrwi 4,14,13
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ add 6,6,3
+ add 6,6,5
+
+ rotrwi 3,20,7
+ rotrwi 4,20,18
+ rotrwi 5,17,17
+ rotrwi 0,17,19
+ xor 3,3,4
+ srwi 4,20,3
+ xor 5,5,0
+ srwi 0,17,10
+ add 19,19,28
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,12(7)
+ add 19,19,3
+ add 19,19,5
+ rotrwi 3,9,6
+ rotrwi 4,9,11
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrwi 4,4,14
+ or 5,5,0
+ add 12,12,19
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrwi 3,6,2
+ rotrwi 4,6,13
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ add 12,12,3
+ add 12,12,5
+
+ rotrwi 3,21,7
+ rotrwi 4,21,18
+ rotrwi 5,18,17
+ rotrwi 0,18,19
+ xor 3,3,4
+ srwi 4,21,3
+ xor 5,5,0
+ srwi 0,18,10
+ add 20,20,29
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,16(7)
+ add 20,20,3
+ add 20,20,5
+ rotrwi 3,8,6
+ rotrwi 4,8,11
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrwi 4,4,14
+ or 5,5,0
+ add 11,11,20
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrwi 3,12,2
+ rotrwi 4,12,13
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ add 11,11,3
+ add 11,11,5
+
+ rotrwi 3,22,7
+ rotrwi 4,22,18
+ rotrwi 5,19,17
+ rotrwi 0,19,19
+ xor 3,3,4
+ srwi 4,22,3
+ xor 5,5,0
+ srwi 0,19,10
+ add 21,21,30
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,20(7)
+ add 21,21,3
+ add 21,21,5
+ rotrwi 3,15,6
+ rotrwi 4,15,11
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrwi 4,4,14
+ or 5,5,0
+ add 10,10,21
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrwi 3,11,2
+ rotrwi 4,11,13
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ add 10,10,3
+ add 10,10,5
+
+ rotrwi 3,23,7
+ rotrwi 4,23,18
+ rotrwi 5,20,17
+ rotrwi 0,20,19
+ xor 3,3,4
+ srwi 4,23,3
+ xor 5,5,0
+ srwi 0,20,10
+ add 22,22,31
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,24(7)
+ add 22,22,3
+ add 22,22,5
+ rotrwi 3,14,6
+ rotrwi 4,14,11
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrwi 4,4,14
+ or 5,5,0
+ add 9,9,22
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrwi 3,10,2
+ rotrwi 4,10,13
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ add 9,9,3
+ add 9,9,5
+
+ rotrwi 3,24,7
+ rotrwi 4,24,18
+ rotrwi 5,21,17
+ rotrwi 0,21,19
+ xor 3,3,4
+ srwi 4,24,3
+ xor 5,5,0
+ srwi 0,21,10
+ add 23,23,16
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,28(7)
+ add 23,23,3
+ add 23,23,5
+ rotrwi 3,6,6
+ rotrwi 4,6,11
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrwi 4,4,14
+ or 5,5,0
+ add 8,8,23
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrwi 3,9,2
+ rotrwi 4,9,13
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ rotrwi 3,25,7
+ rotrwi 4,25,18
+ rotrwi 5,22,17
+ rotrwi 0,22,19
+ xor 3,3,4
+ srwi 4,25,3
+ xor 5,5,0
+ srwi 0,22,10
+ add 24,24,17
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,32(7)
+ add 24,24,3
+ add 24,24,5
+ rotrwi 3,12,6
+ rotrwi 4,12,11
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrwi 4,4,14
+ or 5,5,0
+ add 15,15,24
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrwi 3,8,2
+ rotrwi 4,8,13
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ add 15,15,3
+ add 15,15,5
+
+ rotrwi 3,26,7
+ rotrwi 4,26,18
+ rotrwi 5,23,17
+ rotrwi 0,23,19
+ xor 3,3,4
+ srwi 4,26,3
+ xor 5,5,0
+ srwi 0,23,10
+ add 25,25,18
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,36(7)
+ add 25,25,3
+ add 25,25,5
+ rotrwi 3,11,6
+ rotrwi 4,11,11
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrwi 4,4,14
+ or 5,5,0
+ add 14,14,25
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrwi 3,15,2
+ rotrwi 4,15,13
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ add 14,14,3
+ add 14,14,5
+
+ rotrwi 3,27,7
+ rotrwi 4,27,18
+ rotrwi 5,24,17
+ rotrwi 0,24,19
+ xor 3,3,4
+ srwi 4,27,3
+ xor 5,5,0
+ srwi 0,24,10
+ add 26,26,19
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,40(7)
+ add 26,26,3
+ add 26,26,5
+ rotrwi 3,10,6
+ rotrwi 4,10,11
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrwi 4,4,14
+ or 5,5,0
+ add 6,6,26
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrwi 3,14,2
+ rotrwi 4,14,13
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ add 6,6,3
+ add 6,6,5
+
+ rotrwi 3,28,7
+ rotrwi 4,28,18
+ rotrwi 5,25,17
+ rotrwi 0,25,19
+ xor 3,3,4
+ srwi 4,28,3
+ xor 5,5,0
+ srwi 0,25,10
+ add 27,27,20
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,44(7)
+ add 27,27,3
+ add 27,27,5
+ rotrwi 3,9,6
+ rotrwi 4,9,11
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrwi 4,4,14
+ or 5,5,0
+ add 12,12,27
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrwi 3,6,2
+ rotrwi 4,6,13
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ add 12,12,3
+ add 12,12,5
+
+ rotrwi 3,29,7
+ rotrwi 4,29,18
+ rotrwi 5,26,17
+ rotrwi 0,26,19
+ xor 3,3,4
+ srwi 4,29,3
+ xor 5,5,0
+ srwi 0,26,10
+ add 28,28,21
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,48(7)
+ add 28,28,3
+ add 28,28,5
+ rotrwi 3,8,6
+ rotrwi 4,8,11
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrwi 4,4,14
+ or 5,5,0
+ add 11,11,28
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrwi 3,12,2
+ rotrwi 4,12,13
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ add 11,11,3
+ add 11,11,5
+
+ rotrwi 3,30,7
+ rotrwi 4,30,18
+ rotrwi 5,27,17
+ rotrwi 0,27,19
+ xor 3,3,4
+ srwi 4,30,3
+ xor 5,5,0
+ srwi 0,27,10
+ add 29,29,22
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,52(7)
+ add 29,29,3
+ add 29,29,5
+ rotrwi 3,15,6
+ rotrwi 4,15,11
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrwi 4,4,14
+ or 5,5,0
+ add 10,10,29
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrwi 3,11,2
+ rotrwi 4,11,13
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ add 10,10,3
+ add 10,10,5
+
+ rotrwi 3,31,7
+ rotrwi 4,31,18
+ rotrwi 5,28,17
+ rotrwi 0,28,19
+ xor 3,3,4
+ srwi 4,31,3
+ xor 5,5,0
+ srwi 0,28,10
+ add 30,30,23
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,56(7)
+ add 30,30,3
+ add 30,30,5
+ rotrwi 3,14,6
+ rotrwi 4,14,11
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrwi 4,4,14
+ or 5,5,0
+ add 9,9,30
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrwi 3,10,2
+ rotrwi 4,10,13
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ add 9,9,3
+ add 9,9,5
+
+ rotrwi 3,16,7
+ rotrwi 4,16,18
+ rotrwi 5,29,17
+ rotrwi 0,29,19
+ xor 3,3,4
+ srwi 4,16,3
+ xor 5,5,0
+ srwi 0,29,10
+ add 31,31,24
+ xor 3,3,4
+ xor 5,5,0
+ lwz 0,60(7)
+ add 31,31,3
+ add 31,31,5
+ rotrwi 3,6,6
+ rotrwi 4,6,11
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrwi 4,4,14
+ or 5,5,0
+ add 8,8,31
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrwi 3,9,2
+ rotrwi 4,9,13
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrwi 4,4,9
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ bc 16,0,Lrounds
+
+ ld 3,144(1)
+ ld 31,136(1)
+ ld 5,128(1)
+ subi 7,7,192
+
+ lwz 16,0(3)
+ lwz 17,4(3)
+ lwz 18,8(3)
+ lwz 19,12(3)
+ lwz 20,16(3)
+ lwz 21,20(3)
+ lwz 22,24(3)
+ addi 31,31,64
+ lwz 23,28(3)
+ add 8,8,16
+ add 9,9,17
+ std 31,136(1)
+ add 10,10,18
+ stw 8,0(3)
+ add 11,11,19
+ stw 9,4(3)
+ add 12,12,20
+ stw 10,8(3)
+ add 6,6,21
+ stw 11,12(3)
+ add 14,14,22
+ stw 12,16(3)
+ add 15,15,23
+ stw 6,20(3)
+ stw 14,24(3)
+ cmpld 31,5
+ stw 15,28(3)
+ bne Lsha2_block_private
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 6
+LPICmeup:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 7
+ addi 7,7,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+.long 0x428a2f98,0x71374491,0xb5c0fbcf,0xe9b5dba5
+.long 0x3956c25b,0x59f111f1,0x923f82a4,0xab1c5ed5
+.long 0xd807aa98,0x12835b01,0x243185be,0x550c7dc3
+.long 0x72be5d74,0x80deb1fe,0x9bdc06a7,0xc19bf174
+.long 0xe49b69c1,0xefbe4786,0x0fc19dc6,0x240ca1cc
+.long 0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da
+.long 0x983e5152,0xa831c66d,0xb00327c8,0xbf597fc7
+.long 0xc6e00bf3,0xd5a79147,0x06ca6351,0x14292967
+.long 0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13
+.long 0x650a7354,0x766a0abb,0x81c2c92e,0x92722c85
+.long 0xa2bfe8a1,0xa81a664b,0xc24b8b70,0xc76c51a3
+.long 0xd192e819,0xd6990624,0xf40e3585,0x106aa070
+.long 0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5
+.long 0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3
+.long 0x748f82ee,0x78a5636f,0x84c87814,0x8cc70208
+.long 0x90befffa,0xa4506ceb,0xbef9a3f7,0xc67178f2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256p8-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256p8-ppc.s
new file mode 100644
index 0000000000..d765e58116
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha256p8-ppc.s
@@ -0,0 +1,861 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .sha256_block_p8
+.align 6
+.sha256_block_p8:
+ stdu 1,-448(1)
+ mflr 8
+ li 10,207
+ li 11,223
+ stvx 20,10,1
+ addi 10,10,32
+ li 12,-1
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ li 11,-1
+ stw 12,396(1)
+ li 10,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ std 8,464(1)
+ or 11,11,11
+
+ bl LPICmeup
+ addi 11,1,64+15
+ .long 0x7C001E19
+ .long 0x7C8A1E19
+ vsldoi 1,0,0,4
+ vsldoi 2,0,0,8
+ vsldoi 3,0,0,12
+ vsldoi 5,4,4,4
+ vsldoi 6,4,4,8
+ vsldoi 7,4,4,12
+ li 0,3
+ b Loop
+.align 5
+Loop:
+ lvx 24,0,6
+ li 7,16
+ .long 0x7D002699
+ addi 4,4,16
+ stvx 0,0,11
+ stvx 1,10,11
+ stvx 2,26,11
+ stvx 3,27,11
+ stvx 4,28,11
+ stvx 5,29,11
+ stvx 6,30,11
+ stvx 7,31,11
+ vadduwm 7,7,24
+ lvx 24,7,6
+ addi 7,7,16
+
+ vsel 25,6,5,4
+ .long 0x1364FE82
+ vadduwm 7,7,8
+ .long 0x13408682
+
+ vadduwm 7,7,25
+ vxor 25,0,1
+
+ vadduwm 7,7,27
+ vsel 25,1,2,25
+ vadduwm 6,6,24
+ vadduwm 3,3,7
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 7,7,26
+
+ vsldoi 9,8,8,4
+
+ vsel 25,5,4,3
+ .long 0x1363FE82
+ vadduwm 6,6,9
+ .long 0x13478682
+
+ vadduwm 6,6,25
+ vxor 25,7,0
+
+ vadduwm 6,6,27
+ vsel 25,0,1,25
+ vadduwm 5,5,24
+ vadduwm 2,2,6
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 6,6,26
+
+ vsldoi 10,9,9,4
+
+ vsel 25,4,3,2
+ .long 0x1362FE82
+ vadduwm 5,5,10
+ .long 0x13468682
+
+ vadduwm 5,5,25
+ vxor 25,6,7
+
+ vadduwm 5,5,27
+ vsel 25,7,0,25
+ vadduwm 4,4,24
+ vadduwm 1,1,5
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 5,5,26
+
+ .long 0x7D802699
+ addi 4,4,16
+ vsldoi 11,10,10,4
+
+ vsel 25,3,2,1
+ .long 0x1361FE82
+ vadduwm 4,4,11
+ .long 0x13458682
+
+ vadduwm 4,4,25
+ vxor 25,5,6
+
+ vadduwm 4,4,27
+ vsel 25,6,7,25
+ vadduwm 3,3,24
+ vadduwm 0,0,4
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 4,4,26
+
+
+ vsel 25,2,1,0
+ .long 0x1360FE82
+ vadduwm 3,3,12
+ .long 0x13448682
+
+ vadduwm 3,3,25
+ vxor 25,4,5
+
+ vadduwm 3,3,27
+ vsel 25,5,6,25
+ vadduwm 2,2,24
+ vadduwm 7,7,3
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 3,3,26
+
+ vsldoi 13,12,12,4
+
+ vsel 25,1,0,7
+ .long 0x1367FE82
+ vadduwm 2,2,13
+ .long 0x13438682
+
+ vadduwm 2,2,25
+ vxor 25,3,4
+
+ vadduwm 2,2,27
+ vsel 25,4,5,25
+ vadduwm 1,1,24
+ vadduwm 6,6,2
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 2,2,26
+
+ vsldoi 14,13,13,4
+
+ vsel 25,0,7,6
+ .long 0x1366FE82
+ vadduwm 1,1,14
+ .long 0x13428682
+
+ vadduwm 1,1,25
+ vxor 25,2,3
+
+ vadduwm 1,1,27
+ vsel 25,3,4,25
+ vadduwm 0,0,24
+ vadduwm 5,5,1
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 1,1,26
+
+ .long 0x7E002699
+ addi 4,4,16
+ vsldoi 15,14,14,4
+
+ vsel 25,7,6,5
+ .long 0x1365FE82
+ vadduwm 0,0,15
+ .long 0x13418682
+
+ vadduwm 0,0,25
+ vxor 25,1,2
+
+ vadduwm 0,0,27
+ vsel 25,2,3,25
+ vadduwm 7,7,24
+ vadduwm 4,4,0
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 0,0,26
+
+
+ vsel 25,6,5,4
+ .long 0x1364FE82
+ vadduwm 7,7,16
+ .long 0x13408682
+
+ vadduwm 7,7,25
+ vxor 25,0,1
+
+ vadduwm 7,7,27
+ vsel 25,1,2,25
+ vadduwm 6,6,24
+ vadduwm 3,3,7
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 7,7,26
+
+ vsldoi 17,16,16,4
+
+ vsel 25,5,4,3
+ .long 0x1363FE82
+ vadduwm 6,6,17
+ .long 0x13478682
+
+ vadduwm 6,6,25
+ vxor 25,7,0
+
+ vadduwm 6,6,27
+ vsel 25,0,1,25
+ vadduwm 5,5,24
+ vadduwm 2,2,6
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 6,6,26
+
+ vsldoi 18,17,17,4
+
+ vsel 25,4,3,2
+ .long 0x1362FE82
+ vadduwm 5,5,18
+ .long 0x13468682
+
+ vadduwm 5,5,25
+ vxor 25,6,7
+
+ vadduwm 5,5,27
+ vsel 25,7,0,25
+ vadduwm 4,4,24
+ vadduwm 1,1,5
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 5,5,26
+
+ .long 0x7E802699
+ addi 4,4,16
+ vsldoi 19,18,18,4
+
+ vsel 25,3,2,1
+ .long 0x1361FE82
+ vadduwm 4,4,19
+ .long 0x13458682
+
+ vadduwm 4,4,25
+ vxor 25,5,6
+
+ vadduwm 4,4,27
+ vsel 25,6,7,25
+ vadduwm 3,3,24
+ vadduwm 0,0,4
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 4,4,26
+
+
+ vsel 25,2,1,0
+ .long 0x1360FE82
+ vadduwm 3,3,20
+ .long 0x13448682
+
+ vadduwm 3,3,25
+ vxor 25,4,5
+
+ vadduwm 3,3,27
+ vsel 25,5,6,25
+ vadduwm 2,2,24
+ vadduwm 7,7,3
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 3,3,26
+
+ vsldoi 21,20,20,4
+
+ vsel 25,1,0,7
+ .long 0x1367FE82
+ vadduwm 2,2,21
+ .long 0x13438682
+
+ vadduwm 2,2,25
+ vxor 25,3,4
+
+ vadduwm 2,2,27
+ vsel 25,4,5,25
+ vadduwm 1,1,24
+ vadduwm 6,6,2
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 2,2,26
+
+ vsldoi 22,21,21,4
+
+ vsel 25,0,7,6
+ .long 0x1366FE82
+ vadduwm 1,1,22
+ .long 0x13428682
+
+ vadduwm 1,1,25
+ vxor 25,2,3
+
+ vadduwm 1,1,27
+ vsel 25,3,4,25
+ vadduwm 0,0,24
+ vadduwm 5,5,1
+ vadduwm 26,26,25
+
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 1,1,26
+
+ vsldoi 23,22,22,4
+ .long 0x13890682
+ vsel 25,7,6,5
+ .long 0x1365FE82
+ vadduwm 0,0,23
+ .long 0x13418682
+ .long 0x13B67E82
+ vadduwm 0,0,25
+ vxor 25,1,2
+ vadduwm 8,8,17
+ vadduwm 0,0,27
+ vsel 25,2,3,25
+ vadduwm 7,7,24
+ vadduwm 4,4,0
+ vadduwm 26,26,25
+ vadduwm 8,8,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 0,0,26
+ vadduwm 8,8,29
+ mtctr 0
+ b L16_xx
+.align 5
+L16_xx:
+ .long 0x138A0682
+ vsel 25,6,5,4
+ .long 0x1364FE82
+ vadduwm 7,7,8
+ .long 0x13408682
+ .long 0x13B77E82
+ vadduwm 7,7,25
+ vxor 25,0,1
+ vadduwm 9,9,18
+ vadduwm 7,7,27
+ vsel 25,1,2,25
+ vadduwm 6,6,24
+ vadduwm 3,3,7
+ vadduwm 26,26,25
+ vadduwm 9,9,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 7,7,26
+ vadduwm 9,9,29
+ .long 0x138B0682
+ vsel 25,5,4,3
+ .long 0x1363FE82
+ vadduwm 6,6,9
+ .long 0x13478682
+ .long 0x13A87E82
+ vadduwm 6,6,25
+ vxor 25,7,0
+ vadduwm 10,10,19
+ vadduwm 6,6,27
+ vsel 25,0,1,25
+ vadduwm 5,5,24
+ vadduwm 2,2,6
+ vadduwm 26,26,25
+ vadduwm 10,10,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 6,6,26
+ vadduwm 10,10,29
+ .long 0x138C0682
+ vsel 25,4,3,2
+ .long 0x1362FE82
+ vadduwm 5,5,10
+ .long 0x13468682
+ .long 0x13A97E82
+ vadduwm 5,5,25
+ vxor 25,6,7
+ vadduwm 11,11,20
+ vadduwm 5,5,27
+ vsel 25,7,0,25
+ vadduwm 4,4,24
+ vadduwm 1,1,5
+ vadduwm 26,26,25
+ vadduwm 11,11,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 5,5,26
+ vadduwm 11,11,29
+ .long 0x138D0682
+ vsel 25,3,2,1
+ .long 0x1361FE82
+ vadduwm 4,4,11
+ .long 0x13458682
+ .long 0x13AA7E82
+ vadduwm 4,4,25
+ vxor 25,5,6
+ vadduwm 12,12,21
+ vadduwm 4,4,27
+ vsel 25,6,7,25
+ vadduwm 3,3,24
+ vadduwm 0,0,4
+ vadduwm 26,26,25
+ vadduwm 12,12,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 4,4,26
+ vadduwm 12,12,29
+ .long 0x138E0682
+ vsel 25,2,1,0
+ .long 0x1360FE82
+ vadduwm 3,3,12
+ .long 0x13448682
+ .long 0x13AB7E82
+ vadduwm 3,3,25
+ vxor 25,4,5
+ vadduwm 13,13,22
+ vadduwm 3,3,27
+ vsel 25,5,6,25
+ vadduwm 2,2,24
+ vadduwm 7,7,3
+ vadduwm 26,26,25
+ vadduwm 13,13,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 3,3,26
+ vadduwm 13,13,29
+ .long 0x138F0682
+ vsel 25,1,0,7
+ .long 0x1367FE82
+ vadduwm 2,2,13
+ .long 0x13438682
+ .long 0x13AC7E82
+ vadduwm 2,2,25
+ vxor 25,3,4
+ vadduwm 14,14,23
+ vadduwm 2,2,27
+ vsel 25,4,5,25
+ vadduwm 1,1,24
+ vadduwm 6,6,2
+ vadduwm 26,26,25
+ vadduwm 14,14,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 2,2,26
+ vadduwm 14,14,29
+ .long 0x13900682
+ vsel 25,0,7,6
+ .long 0x1366FE82
+ vadduwm 1,1,14
+ .long 0x13428682
+ .long 0x13AD7E82
+ vadduwm 1,1,25
+ vxor 25,2,3
+ vadduwm 15,15,8
+ vadduwm 1,1,27
+ vsel 25,3,4,25
+ vadduwm 0,0,24
+ vadduwm 5,5,1
+ vadduwm 26,26,25
+ vadduwm 15,15,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 1,1,26
+ vadduwm 15,15,29
+ .long 0x13910682
+ vsel 25,7,6,5
+ .long 0x1365FE82
+ vadduwm 0,0,15
+ .long 0x13418682
+ .long 0x13AE7E82
+ vadduwm 0,0,25
+ vxor 25,1,2
+ vadduwm 16,16,9
+ vadduwm 0,0,27
+ vsel 25,2,3,25
+ vadduwm 7,7,24
+ vadduwm 4,4,0
+ vadduwm 26,26,25
+ vadduwm 16,16,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 0,0,26
+ vadduwm 16,16,29
+ .long 0x13920682
+ vsel 25,6,5,4
+ .long 0x1364FE82
+ vadduwm 7,7,16
+ .long 0x13408682
+ .long 0x13AF7E82
+ vadduwm 7,7,25
+ vxor 25,0,1
+ vadduwm 17,17,10
+ vadduwm 7,7,27
+ vsel 25,1,2,25
+ vadduwm 6,6,24
+ vadduwm 3,3,7
+ vadduwm 26,26,25
+ vadduwm 17,17,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 7,7,26
+ vadduwm 17,17,29
+ .long 0x13930682
+ vsel 25,5,4,3
+ .long 0x1363FE82
+ vadduwm 6,6,17
+ .long 0x13478682
+ .long 0x13B07E82
+ vadduwm 6,6,25
+ vxor 25,7,0
+ vadduwm 18,18,11
+ vadduwm 6,6,27
+ vsel 25,0,1,25
+ vadduwm 5,5,24
+ vadduwm 2,2,6
+ vadduwm 26,26,25
+ vadduwm 18,18,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 6,6,26
+ vadduwm 18,18,29
+ .long 0x13940682
+ vsel 25,4,3,2
+ .long 0x1362FE82
+ vadduwm 5,5,18
+ .long 0x13468682
+ .long 0x13B17E82
+ vadduwm 5,5,25
+ vxor 25,6,7
+ vadduwm 19,19,12
+ vadduwm 5,5,27
+ vsel 25,7,0,25
+ vadduwm 4,4,24
+ vadduwm 1,1,5
+ vadduwm 26,26,25
+ vadduwm 19,19,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 5,5,26
+ vadduwm 19,19,29
+ .long 0x13950682
+ vsel 25,3,2,1
+ .long 0x1361FE82
+ vadduwm 4,4,19
+ .long 0x13458682
+ .long 0x13B27E82
+ vadduwm 4,4,25
+ vxor 25,5,6
+ vadduwm 20,20,13
+ vadduwm 4,4,27
+ vsel 25,6,7,25
+ vadduwm 3,3,24
+ vadduwm 0,0,4
+ vadduwm 26,26,25
+ vadduwm 20,20,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 4,4,26
+ vadduwm 20,20,29
+ .long 0x13960682
+ vsel 25,2,1,0
+ .long 0x1360FE82
+ vadduwm 3,3,20
+ .long 0x13448682
+ .long 0x13B37E82
+ vadduwm 3,3,25
+ vxor 25,4,5
+ vadduwm 21,21,14
+ vadduwm 3,3,27
+ vsel 25,5,6,25
+ vadduwm 2,2,24
+ vadduwm 7,7,3
+ vadduwm 26,26,25
+ vadduwm 21,21,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 3,3,26
+ vadduwm 21,21,29
+ .long 0x13970682
+ vsel 25,1,0,7
+ .long 0x1367FE82
+ vadduwm 2,2,21
+ .long 0x13438682
+ .long 0x13B47E82
+ vadduwm 2,2,25
+ vxor 25,3,4
+ vadduwm 22,22,15
+ vadduwm 2,2,27
+ vsel 25,4,5,25
+ vadduwm 1,1,24
+ vadduwm 6,6,2
+ vadduwm 26,26,25
+ vadduwm 22,22,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 2,2,26
+ vadduwm 22,22,29
+ .long 0x13880682
+ vsel 25,0,7,6
+ .long 0x1366FE82
+ vadduwm 1,1,22
+ .long 0x13428682
+ .long 0x13B57E82
+ vadduwm 1,1,25
+ vxor 25,2,3
+ vadduwm 23,23,16
+ vadduwm 1,1,27
+ vsel 25,3,4,25
+ vadduwm 0,0,24
+ vadduwm 5,5,1
+ vadduwm 26,26,25
+ vadduwm 23,23,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 1,1,26
+ vadduwm 23,23,29
+ .long 0x13890682
+ vsel 25,7,6,5
+ .long 0x1365FE82
+ vadduwm 0,0,23
+ .long 0x13418682
+ .long 0x13B67E82
+ vadduwm 0,0,25
+ vxor 25,1,2
+ vadduwm 8,8,17
+ vadduwm 0,0,27
+ vsel 25,2,3,25
+ vadduwm 7,7,24
+ vadduwm 4,4,0
+ vadduwm 26,26,25
+ vadduwm 8,8,28
+ lvx 24,7,6
+ addi 7,7,16
+ vadduwm 0,0,26
+ vadduwm 8,8,29
+ bc 16,0,L16_xx
+
+ lvx 10,0,11
+ subic. 5,5,1
+ lvx 11,10,11
+ vadduwm 0,0,10
+ lvx 12,26,11
+ vadduwm 1,1,11
+ lvx 13,27,11
+ vadduwm 2,2,12
+ lvx 14,28,11
+ vadduwm 3,3,13
+ lvx 15,29,11
+ vadduwm 4,4,14
+ lvx 16,30,11
+ vadduwm 5,5,15
+ lvx 17,31,11
+ vadduwm 6,6,16
+ vadduwm 7,7,17
+ bne Loop
+ lvx 8,7,6
+ addi 7,7,16
+ vperm 0,0,1,24
+ lvx 9,7,6
+ vperm 4,4,5,24
+ vperm 0,0,2,8
+ vperm 4,4,6,8
+ vperm 0,0,3,9
+ vperm 4,4,7,9
+ .long 0x7C001F19
+ .long 0x7C8A1F19
+ li 10,207
+ mtlr 8
+ li 11,223
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,4,1,0x80,6,3,0
+.long 0
+
+.align 6
+LPICmeup:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 6
+ addi 6,6,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+.long 0x428a2f98,0x428a2f98,0x428a2f98,0x428a2f98
+.long 0x71374491,0x71374491,0x71374491,0x71374491
+.long 0xb5c0fbcf,0xb5c0fbcf,0xb5c0fbcf,0xb5c0fbcf
+.long 0xe9b5dba5,0xe9b5dba5,0xe9b5dba5,0xe9b5dba5
+.long 0x3956c25b,0x3956c25b,0x3956c25b,0x3956c25b
+.long 0x59f111f1,0x59f111f1,0x59f111f1,0x59f111f1
+.long 0x923f82a4,0x923f82a4,0x923f82a4,0x923f82a4
+.long 0xab1c5ed5,0xab1c5ed5,0xab1c5ed5,0xab1c5ed5
+.long 0xd807aa98,0xd807aa98,0xd807aa98,0xd807aa98
+.long 0x12835b01,0x12835b01,0x12835b01,0x12835b01
+.long 0x243185be,0x243185be,0x243185be,0x243185be
+.long 0x550c7dc3,0x550c7dc3,0x550c7dc3,0x550c7dc3
+.long 0x72be5d74,0x72be5d74,0x72be5d74,0x72be5d74
+.long 0x80deb1fe,0x80deb1fe,0x80deb1fe,0x80deb1fe
+.long 0x9bdc06a7,0x9bdc06a7,0x9bdc06a7,0x9bdc06a7
+.long 0xc19bf174,0xc19bf174,0xc19bf174,0xc19bf174
+.long 0xe49b69c1,0xe49b69c1,0xe49b69c1,0xe49b69c1
+.long 0xefbe4786,0xefbe4786,0xefbe4786,0xefbe4786
+.long 0x0fc19dc6,0x0fc19dc6,0x0fc19dc6,0x0fc19dc6
+.long 0x240ca1cc,0x240ca1cc,0x240ca1cc,0x240ca1cc
+.long 0x2de92c6f,0x2de92c6f,0x2de92c6f,0x2de92c6f
+.long 0x4a7484aa,0x4a7484aa,0x4a7484aa,0x4a7484aa
+.long 0x5cb0a9dc,0x5cb0a9dc,0x5cb0a9dc,0x5cb0a9dc
+.long 0x76f988da,0x76f988da,0x76f988da,0x76f988da
+.long 0x983e5152,0x983e5152,0x983e5152,0x983e5152
+.long 0xa831c66d,0xa831c66d,0xa831c66d,0xa831c66d
+.long 0xb00327c8,0xb00327c8,0xb00327c8,0xb00327c8
+.long 0xbf597fc7,0xbf597fc7,0xbf597fc7,0xbf597fc7
+.long 0xc6e00bf3,0xc6e00bf3,0xc6e00bf3,0xc6e00bf3
+.long 0xd5a79147,0xd5a79147,0xd5a79147,0xd5a79147
+.long 0x06ca6351,0x06ca6351,0x06ca6351,0x06ca6351
+.long 0x14292967,0x14292967,0x14292967,0x14292967
+.long 0x27b70a85,0x27b70a85,0x27b70a85,0x27b70a85
+.long 0x2e1b2138,0x2e1b2138,0x2e1b2138,0x2e1b2138
+.long 0x4d2c6dfc,0x4d2c6dfc,0x4d2c6dfc,0x4d2c6dfc
+.long 0x53380d13,0x53380d13,0x53380d13,0x53380d13
+.long 0x650a7354,0x650a7354,0x650a7354,0x650a7354
+.long 0x766a0abb,0x766a0abb,0x766a0abb,0x766a0abb
+.long 0x81c2c92e,0x81c2c92e,0x81c2c92e,0x81c2c92e
+.long 0x92722c85,0x92722c85,0x92722c85,0x92722c85
+.long 0xa2bfe8a1,0xa2bfe8a1,0xa2bfe8a1,0xa2bfe8a1
+.long 0xa81a664b,0xa81a664b,0xa81a664b,0xa81a664b
+.long 0xc24b8b70,0xc24b8b70,0xc24b8b70,0xc24b8b70
+.long 0xc76c51a3,0xc76c51a3,0xc76c51a3,0xc76c51a3
+.long 0xd192e819,0xd192e819,0xd192e819,0xd192e819
+.long 0xd6990624,0xd6990624,0xd6990624,0xd6990624
+.long 0xf40e3585,0xf40e3585,0xf40e3585,0xf40e3585
+.long 0x106aa070,0x106aa070,0x106aa070,0x106aa070
+.long 0x19a4c116,0x19a4c116,0x19a4c116,0x19a4c116
+.long 0x1e376c08,0x1e376c08,0x1e376c08,0x1e376c08
+.long 0x2748774c,0x2748774c,0x2748774c,0x2748774c
+.long 0x34b0bcb5,0x34b0bcb5,0x34b0bcb5,0x34b0bcb5
+.long 0x391c0cb3,0x391c0cb3,0x391c0cb3,0x391c0cb3
+.long 0x4ed8aa4a,0x4ed8aa4a,0x4ed8aa4a,0x4ed8aa4a
+.long 0x5b9cca4f,0x5b9cca4f,0x5b9cca4f,0x5b9cca4f
+.long 0x682e6ff3,0x682e6ff3,0x682e6ff3,0x682e6ff3
+.long 0x748f82ee,0x748f82ee,0x748f82ee,0x748f82ee
+.long 0x78a5636f,0x78a5636f,0x78a5636f,0x78a5636f
+.long 0x84c87814,0x84c87814,0x84c87814,0x84c87814
+.long 0x8cc70208,0x8cc70208,0x8cc70208,0x8cc70208
+.long 0x90befffa,0x90befffa,0x90befffa,0x90befffa
+.long 0xa4506ceb,0xa4506ceb,0xa4506ceb,0xa4506ceb
+.long 0xbef9a3f7,0xbef9a3f7,0xbef9a3f7,0xbef9a3f7
+.long 0xc67178f2,0xc67178f2,0xc67178f2,0xc67178f2
+.long 0,0,0,0
+.long 0x00010203,0x10111213,0x10111213,0x10111213
+.long 0x00010203,0x04050607,0x10111213,0x10111213
+.long 0x00010203,0x04050607,0x08090a0b,0x10111213
+.byte 83,72,65,50,53,54,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512-ppc.s
new file mode 100644
index 0000000000..3a2073c9c8
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512-ppc.s
@@ -0,0 +1,1415 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .sha512_block_ppc
+.align 6
+.sha512_block_ppc:
+ stdu 1,-384(1)
+ mflr 0
+ sldi 5,5,7
+
+ std 3,208(1)
+
+ std 14,240(1)
+ std 15,248(1)
+ std 16,256(1)
+ std 17,264(1)
+ std 18,272(1)
+ std 19,280(1)
+ std 20,288(1)
+ std 21,296(1)
+ std 22,304(1)
+ std 23,312(1)
+ std 24,320(1)
+ std 25,328(1)
+ std 26,336(1)
+ std 27,344(1)
+ std 28,352(1)
+ std 29,360(1)
+ std 30,368(1)
+ std 31,376(1)
+ std 0,400(1)
+ ld 8,0(3)
+ mr 31,4
+ ld 9,8(3)
+ ld 10,16(3)
+ ld 11,24(3)
+ ld 12,32(3)
+ ld 6,40(3)
+ ld 14,48(3)
+ ld 15,56(3)
+ bl LPICmeup
+LPICedup:
+ andi. 0,31,3
+ bne Lunaligned
+Laligned:
+ add 5,31,5
+ std 5,192(1)
+ std 31,200(1)
+ bl Lsha2_block_private
+ b Ldone
+
+
+
+
+
+
+
+.align 4
+Lunaligned:
+ subfic 0,31,4096
+ andi. 0,0,3968
+ beq Lcross_page
+ cmpld 5,0
+ ble Laligned
+ subfc 5,0,5
+ add 0,31,0
+ std 5,184(1)
+ std 0,192(1)
+ std 31,200(1)
+ bl Lsha2_block_private
+
+ ld 5,184(1)
+Lcross_page:
+ li 0,32
+ mtctr 0
+ addi 20,1,48
+Lmemcpy:
+ lbz 16,0(31)
+ lbz 17,1(31)
+ lbz 18,2(31)
+ lbz 19,3(31)
+ addi 31,31,4
+ stb 16,0(20)
+ stb 17,1(20)
+ stb 18,2(20)
+ stb 19,3(20)
+ addi 20,20,4
+ bc 16,0,Lmemcpy
+ std 31,176(1)
+ addi 0,1,176
+ addi 31,1,48
+ std 5,184(1)
+ std 0,192(1)
+ std 31,200(1)
+ bl Lsha2_block_private
+ ld 31,176(1)
+ ld 5,184(1)
+ addic. 5,5,-128
+ bne Lunaligned
+
+Ldone:
+ ld 0,400(1)
+ ld 14,240(1)
+ ld 15,248(1)
+ ld 16,256(1)
+ ld 17,264(1)
+ ld 18,272(1)
+ ld 19,280(1)
+ ld 20,288(1)
+ ld 21,296(1)
+ ld 22,304(1)
+ ld 23,312(1)
+ ld 24,320(1)
+ ld 25,328(1)
+ ld 26,336(1)
+ ld 27,344(1)
+ ld 28,352(1)
+ ld 29,360(1)
+ ld 30,368(1)
+ ld 31,376(1)
+ mtlr 0
+ addi 1,1,384
+ blr
+.long 0
+.byte 0,12,4,1,0x80,18,3,0
+.long 0
+.align 4
+Lsha2_block_private:
+ ld 0,0(7)
+ lwz 5,0(31)
+ lwz 16,4(31)
+ insrdi 16,5,32,0
+ rotrdi 3,12,14
+ rotrdi 4,12,18
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrdi 4,4,23
+ or 5,5,0
+ add 15,15,16
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrdi 3,8,28
+ rotrdi 4,8,34
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ ld 0,8(7)
+ add 15,15,3
+ add 15,15,5
+
+ lwz 5,8(31)
+ lwz 17,12(31)
+ insrdi 17,5,32,0
+ rotrdi 3,11,14
+ rotrdi 4,11,18
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrdi 4,4,23
+ or 5,5,0
+ add 14,14,17
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrdi 3,15,28
+ rotrdi 4,15,34
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ ld 0,16(7)
+ add 14,14,3
+ add 14,14,5
+
+ lwz 5,16(31)
+ lwz 18,20(31)
+ insrdi 18,5,32,0
+ rotrdi 3,10,14
+ rotrdi 4,10,18
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrdi 4,4,23
+ or 5,5,0
+ add 6,6,18
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrdi 3,14,28
+ rotrdi 4,14,34
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ ld 0,24(7)
+ add 6,6,3
+ add 6,6,5
+
+ lwz 5,24(31)
+ lwz 19,28(31)
+ insrdi 19,5,32,0
+ rotrdi 3,9,14
+ rotrdi 4,9,18
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrdi 4,4,23
+ or 5,5,0
+ add 12,12,19
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrdi 3,6,28
+ rotrdi 4,6,34
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ ld 0,32(7)
+ add 12,12,3
+ add 12,12,5
+
+ lwz 5,32(31)
+ lwz 20,36(31)
+ insrdi 20,5,32,0
+ rotrdi 3,8,14
+ rotrdi 4,8,18
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrdi 4,4,23
+ or 5,5,0
+ add 11,11,20
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrdi 3,12,28
+ rotrdi 4,12,34
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ ld 0,40(7)
+ add 11,11,3
+ add 11,11,5
+
+ lwz 5,40(31)
+ lwz 21,44(31)
+ insrdi 21,5,32,0
+ rotrdi 3,15,14
+ rotrdi 4,15,18
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrdi 4,4,23
+ or 5,5,0
+ add 10,10,21
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrdi 3,11,28
+ rotrdi 4,11,34
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ ld 0,48(7)
+ add 10,10,3
+ add 10,10,5
+
+ lwz 5,48(31)
+ lwz 22,52(31)
+ insrdi 22,5,32,0
+ rotrdi 3,14,14
+ rotrdi 4,14,18
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrdi 4,4,23
+ or 5,5,0
+ add 9,9,22
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrdi 3,10,28
+ rotrdi 4,10,34
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ ld 0,56(7)
+ add 9,9,3
+ add 9,9,5
+
+ lwz 5,56(31)
+ lwz 23,60(31)
+ insrdi 23,5,32,0
+ rotrdi 3,6,14
+ rotrdi 4,6,18
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrdi 4,4,23
+ or 5,5,0
+ add 8,8,23
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrdi 3,9,28
+ rotrdi 4,9,34
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ ld 0,64(7)
+ add 8,8,3
+ add 8,8,5
+
+ lwz 5,64(31)
+ lwz 24,68(31)
+ insrdi 24,5,32,0
+ rotrdi 3,12,14
+ rotrdi 4,12,18
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrdi 4,4,23
+ or 5,5,0
+ add 15,15,24
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrdi 3,8,28
+ rotrdi 4,8,34
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ ld 0,72(7)
+ add 15,15,3
+ add 15,15,5
+
+ lwz 5,72(31)
+ lwz 25,76(31)
+ insrdi 25,5,32,0
+ rotrdi 3,11,14
+ rotrdi 4,11,18
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrdi 4,4,23
+ or 5,5,0
+ add 14,14,25
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrdi 3,15,28
+ rotrdi 4,15,34
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ ld 0,80(7)
+ add 14,14,3
+ add 14,14,5
+
+ lwz 5,80(31)
+ lwz 26,84(31)
+ insrdi 26,5,32,0
+ rotrdi 3,10,14
+ rotrdi 4,10,18
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrdi 4,4,23
+ or 5,5,0
+ add 6,6,26
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrdi 3,14,28
+ rotrdi 4,14,34
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ ld 0,88(7)
+ add 6,6,3
+ add 6,6,5
+
+ lwz 5,88(31)
+ lwz 27,92(31)
+ insrdi 27,5,32,0
+ rotrdi 3,9,14
+ rotrdi 4,9,18
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrdi 4,4,23
+ or 5,5,0
+ add 12,12,27
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrdi 3,6,28
+ rotrdi 4,6,34
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ ld 0,96(7)
+ add 12,12,3
+ add 12,12,5
+
+ lwz 5,96(31)
+ lwz 28,100(31)
+ insrdi 28,5,32,0
+ rotrdi 3,8,14
+ rotrdi 4,8,18
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrdi 4,4,23
+ or 5,5,0
+ add 11,11,28
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrdi 3,12,28
+ rotrdi 4,12,34
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ ld 0,104(7)
+ add 11,11,3
+ add 11,11,5
+
+ lwz 5,104(31)
+ lwz 29,108(31)
+ insrdi 29,5,32,0
+ rotrdi 3,15,14
+ rotrdi 4,15,18
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrdi 4,4,23
+ or 5,5,0
+ add 10,10,29
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrdi 3,11,28
+ rotrdi 4,11,34
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ ld 0,112(7)
+ add 10,10,3
+ add 10,10,5
+
+ lwz 5,112(31)
+ lwz 30,116(31)
+ insrdi 30,5,32,0
+ rotrdi 3,14,14
+ rotrdi 4,14,18
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrdi 4,4,23
+ or 5,5,0
+ add 9,9,30
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrdi 3,10,28
+ rotrdi 4,10,34
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ ld 0,120(7)
+ add 9,9,3
+ add 9,9,5
+
+ lwz 5,120(31)
+ lwz 31,124(31)
+ insrdi 31,5,32,0
+ rotrdi 3,6,14
+ rotrdi 4,6,18
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrdi 4,4,23
+ or 5,5,0
+ add 8,8,31
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrdi 3,9,28
+ rotrdi 4,9,34
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ li 5,4
+ mtctr 5
+.align 4
+Lrounds:
+ addi 7,7,128
+ rotrdi 3,17,1
+ rotrdi 4,17,8
+ rotrdi 5,30,19
+ rotrdi 0,30,61
+ xor 3,3,4
+ srdi 4,17,7
+ xor 5,5,0
+ srdi 0,30,6
+ add 16,16,25
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,0(7)
+ add 16,16,3
+ add 16,16,5
+ rotrdi 3,12,14
+ rotrdi 4,12,18
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrdi 4,4,23
+ or 5,5,0
+ add 15,15,16
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrdi 3,8,28
+ rotrdi 4,8,34
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ add 15,15,3
+ add 15,15,5
+
+ rotrdi 3,18,1
+ rotrdi 4,18,8
+ rotrdi 5,31,19
+ rotrdi 0,31,61
+ xor 3,3,4
+ srdi 4,18,7
+ xor 5,5,0
+ srdi 0,31,6
+ add 17,17,26
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,8(7)
+ add 17,17,3
+ add 17,17,5
+ rotrdi 3,11,14
+ rotrdi 4,11,18
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrdi 4,4,23
+ or 5,5,0
+ add 14,14,17
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrdi 3,15,28
+ rotrdi 4,15,34
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ add 14,14,3
+ add 14,14,5
+
+ rotrdi 3,19,1
+ rotrdi 4,19,8
+ rotrdi 5,16,19
+ rotrdi 0,16,61
+ xor 3,3,4
+ srdi 4,19,7
+ xor 5,5,0
+ srdi 0,16,6
+ add 18,18,27
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,16(7)
+ add 18,18,3
+ add 18,18,5
+ rotrdi 3,10,14
+ rotrdi 4,10,18
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrdi 4,4,23
+ or 5,5,0
+ add 6,6,18
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrdi 3,14,28
+ rotrdi 4,14,34
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ add 6,6,3
+ add 6,6,5
+
+ rotrdi 3,20,1
+ rotrdi 4,20,8
+ rotrdi 5,17,19
+ rotrdi 0,17,61
+ xor 3,3,4
+ srdi 4,20,7
+ xor 5,5,0
+ srdi 0,17,6
+ add 19,19,28
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,24(7)
+ add 19,19,3
+ add 19,19,5
+ rotrdi 3,9,14
+ rotrdi 4,9,18
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrdi 4,4,23
+ or 5,5,0
+ add 12,12,19
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrdi 3,6,28
+ rotrdi 4,6,34
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ add 12,12,3
+ add 12,12,5
+
+ rotrdi 3,21,1
+ rotrdi 4,21,8
+ rotrdi 5,18,19
+ rotrdi 0,18,61
+ xor 3,3,4
+ srdi 4,21,7
+ xor 5,5,0
+ srdi 0,18,6
+ add 20,20,29
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,32(7)
+ add 20,20,3
+ add 20,20,5
+ rotrdi 3,8,14
+ rotrdi 4,8,18
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrdi 4,4,23
+ or 5,5,0
+ add 11,11,20
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrdi 3,12,28
+ rotrdi 4,12,34
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ add 11,11,3
+ add 11,11,5
+
+ rotrdi 3,22,1
+ rotrdi 4,22,8
+ rotrdi 5,19,19
+ rotrdi 0,19,61
+ xor 3,3,4
+ srdi 4,22,7
+ xor 5,5,0
+ srdi 0,19,6
+ add 21,21,30
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,40(7)
+ add 21,21,3
+ add 21,21,5
+ rotrdi 3,15,14
+ rotrdi 4,15,18
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrdi 4,4,23
+ or 5,5,0
+ add 10,10,21
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrdi 3,11,28
+ rotrdi 4,11,34
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ add 10,10,3
+ add 10,10,5
+
+ rotrdi 3,23,1
+ rotrdi 4,23,8
+ rotrdi 5,20,19
+ rotrdi 0,20,61
+ xor 3,3,4
+ srdi 4,23,7
+ xor 5,5,0
+ srdi 0,20,6
+ add 22,22,31
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,48(7)
+ add 22,22,3
+ add 22,22,5
+ rotrdi 3,14,14
+ rotrdi 4,14,18
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrdi 4,4,23
+ or 5,5,0
+ add 9,9,22
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrdi 3,10,28
+ rotrdi 4,10,34
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ add 9,9,3
+ add 9,9,5
+
+ rotrdi 3,24,1
+ rotrdi 4,24,8
+ rotrdi 5,21,19
+ rotrdi 0,21,61
+ xor 3,3,4
+ srdi 4,24,7
+ xor 5,5,0
+ srdi 0,21,6
+ add 23,23,16
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,56(7)
+ add 23,23,3
+ add 23,23,5
+ rotrdi 3,6,14
+ rotrdi 4,6,18
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrdi 4,4,23
+ or 5,5,0
+ add 8,8,23
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrdi 3,9,28
+ rotrdi 4,9,34
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ rotrdi 3,25,1
+ rotrdi 4,25,8
+ rotrdi 5,22,19
+ rotrdi 0,22,61
+ xor 3,3,4
+ srdi 4,25,7
+ xor 5,5,0
+ srdi 0,22,6
+ add 24,24,17
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,64(7)
+ add 24,24,3
+ add 24,24,5
+ rotrdi 3,12,14
+ rotrdi 4,12,18
+ and 5,6,12
+ xor 3,3,4
+ add 15,15,0
+ andc 0,14,12
+ rotrdi 4,4,23
+ or 5,5,0
+ add 15,15,24
+ xor 3,3,4
+ add 15,15,5
+ add 15,15,3
+
+ rotrdi 3,8,28
+ rotrdi 4,8,34
+ and 5,8,9
+ and 0,8,10
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,9,10
+ xor 3,3,4
+ add 11,11,15
+ xor 5,5,0
+ add 15,15,3
+ add 15,15,5
+
+ rotrdi 3,26,1
+ rotrdi 4,26,8
+ rotrdi 5,23,19
+ rotrdi 0,23,61
+ xor 3,3,4
+ srdi 4,26,7
+ xor 5,5,0
+ srdi 0,23,6
+ add 25,25,18
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,72(7)
+ add 25,25,3
+ add 25,25,5
+ rotrdi 3,11,14
+ rotrdi 4,11,18
+ and 5,12,11
+ xor 3,3,4
+ add 14,14,0
+ andc 0,6,11
+ rotrdi 4,4,23
+ or 5,5,0
+ add 14,14,25
+ xor 3,3,4
+ add 14,14,5
+ add 14,14,3
+
+ rotrdi 3,15,28
+ rotrdi 4,15,34
+ and 5,15,8
+ and 0,15,9
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,8,9
+ xor 3,3,4
+ add 10,10,14
+ xor 5,5,0
+ add 14,14,3
+ add 14,14,5
+
+ rotrdi 3,27,1
+ rotrdi 4,27,8
+ rotrdi 5,24,19
+ rotrdi 0,24,61
+ xor 3,3,4
+ srdi 4,27,7
+ xor 5,5,0
+ srdi 0,24,6
+ add 26,26,19
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,80(7)
+ add 26,26,3
+ add 26,26,5
+ rotrdi 3,10,14
+ rotrdi 4,10,18
+ and 5,11,10
+ xor 3,3,4
+ add 6,6,0
+ andc 0,12,10
+ rotrdi 4,4,23
+ or 5,5,0
+ add 6,6,26
+ xor 3,3,4
+ add 6,6,5
+ add 6,6,3
+
+ rotrdi 3,14,28
+ rotrdi 4,14,34
+ and 5,14,15
+ and 0,14,8
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,15,8
+ xor 3,3,4
+ add 9,9,6
+ xor 5,5,0
+ add 6,6,3
+ add 6,6,5
+
+ rotrdi 3,28,1
+ rotrdi 4,28,8
+ rotrdi 5,25,19
+ rotrdi 0,25,61
+ xor 3,3,4
+ srdi 4,28,7
+ xor 5,5,0
+ srdi 0,25,6
+ add 27,27,20
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,88(7)
+ add 27,27,3
+ add 27,27,5
+ rotrdi 3,9,14
+ rotrdi 4,9,18
+ and 5,10,9
+ xor 3,3,4
+ add 12,12,0
+ andc 0,11,9
+ rotrdi 4,4,23
+ or 5,5,0
+ add 12,12,27
+ xor 3,3,4
+ add 12,12,5
+ add 12,12,3
+
+ rotrdi 3,6,28
+ rotrdi 4,6,34
+ and 5,6,14
+ and 0,6,15
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,14,15
+ xor 3,3,4
+ add 8,8,12
+ xor 5,5,0
+ add 12,12,3
+ add 12,12,5
+
+ rotrdi 3,29,1
+ rotrdi 4,29,8
+ rotrdi 5,26,19
+ rotrdi 0,26,61
+ xor 3,3,4
+ srdi 4,29,7
+ xor 5,5,0
+ srdi 0,26,6
+ add 28,28,21
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,96(7)
+ add 28,28,3
+ add 28,28,5
+ rotrdi 3,8,14
+ rotrdi 4,8,18
+ and 5,9,8
+ xor 3,3,4
+ add 11,11,0
+ andc 0,10,8
+ rotrdi 4,4,23
+ or 5,5,0
+ add 11,11,28
+ xor 3,3,4
+ add 11,11,5
+ add 11,11,3
+
+ rotrdi 3,12,28
+ rotrdi 4,12,34
+ and 5,12,6
+ and 0,12,14
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,6,14
+ xor 3,3,4
+ add 15,15,11
+ xor 5,5,0
+ add 11,11,3
+ add 11,11,5
+
+ rotrdi 3,30,1
+ rotrdi 4,30,8
+ rotrdi 5,27,19
+ rotrdi 0,27,61
+ xor 3,3,4
+ srdi 4,30,7
+ xor 5,5,0
+ srdi 0,27,6
+ add 29,29,22
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,104(7)
+ add 29,29,3
+ add 29,29,5
+ rotrdi 3,15,14
+ rotrdi 4,15,18
+ and 5,8,15
+ xor 3,3,4
+ add 10,10,0
+ andc 0,9,15
+ rotrdi 4,4,23
+ or 5,5,0
+ add 10,10,29
+ xor 3,3,4
+ add 10,10,5
+ add 10,10,3
+
+ rotrdi 3,11,28
+ rotrdi 4,11,34
+ and 5,11,12
+ and 0,11,6
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,12,6
+ xor 3,3,4
+ add 14,14,10
+ xor 5,5,0
+ add 10,10,3
+ add 10,10,5
+
+ rotrdi 3,31,1
+ rotrdi 4,31,8
+ rotrdi 5,28,19
+ rotrdi 0,28,61
+ xor 3,3,4
+ srdi 4,31,7
+ xor 5,5,0
+ srdi 0,28,6
+ add 30,30,23
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,112(7)
+ add 30,30,3
+ add 30,30,5
+ rotrdi 3,14,14
+ rotrdi 4,14,18
+ and 5,15,14
+ xor 3,3,4
+ add 9,9,0
+ andc 0,8,14
+ rotrdi 4,4,23
+ or 5,5,0
+ add 9,9,30
+ xor 3,3,4
+ add 9,9,5
+ add 9,9,3
+
+ rotrdi 3,10,28
+ rotrdi 4,10,34
+ and 5,10,11
+ and 0,10,12
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,11,12
+ xor 3,3,4
+ add 6,6,9
+ xor 5,5,0
+ add 9,9,3
+ add 9,9,5
+
+ rotrdi 3,16,1
+ rotrdi 4,16,8
+ rotrdi 5,29,19
+ rotrdi 0,29,61
+ xor 3,3,4
+ srdi 4,16,7
+ xor 5,5,0
+ srdi 0,29,6
+ add 31,31,24
+ xor 3,3,4
+ xor 5,5,0
+ ld 0,120(7)
+ add 31,31,3
+ add 31,31,5
+ rotrdi 3,6,14
+ rotrdi 4,6,18
+ and 5,14,6
+ xor 3,3,4
+ add 8,8,0
+ andc 0,15,6
+ rotrdi 4,4,23
+ or 5,5,0
+ add 8,8,31
+ xor 3,3,4
+ add 8,8,5
+ add 8,8,3
+
+ rotrdi 3,9,28
+ rotrdi 4,9,34
+ and 5,9,10
+ and 0,9,11
+ xor 3,3,4
+ rotrdi 4,4,5
+ xor 5,5,0
+ and 0,10,11
+ xor 3,3,4
+ add 12,12,8
+ xor 5,5,0
+ add 8,8,3
+ add 8,8,5
+
+ bc 16,0,Lrounds
+
+ ld 3,208(1)
+ ld 31,200(1)
+ ld 5,192(1)
+ subi 7,7,512
+
+ ld 16,0(3)
+ ld 17,8(3)
+ ld 18,16(3)
+ ld 19,24(3)
+ ld 20,32(3)
+ ld 21,40(3)
+ ld 22,48(3)
+ addi 31,31,128
+ ld 23,56(3)
+ add 8,8,16
+ add 9,9,17
+ std 31,200(1)
+ add 10,10,18
+ std 8,0(3)
+ add 11,11,19
+ std 9,8(3)
+ add 12,12,20
+ std 10,16(3)
+ add 6,6,21
+ std 11,24(3)
+ add 14,14,22
+ std 12,32(3)
+ add 15,15,23
+ std 6,40(3)
+ std 14,48(3)
+ cmpld 31,5
+ std 15,56(3)
+ bne Lsha2_block_private
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+
+.align 6
+LPICmeup:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 7
+ addi 7,7,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+.long 0x428a2f98,0xd728ae22
+.long 0x71374491,0x23ef65cd
+.long 0xb5c0fbcf,0xec4d3b2f
+.long 0xe9b5dba5,0x8189dbbc
+.long 0x3956c25b,0xf348b538
+.long 0x59f111f1,0xb605d019
+.long 0x923f82a4,0xaf194f9b
+.long 0xab1c5ed5,0xda6d8118
+.long 0xd807aa98,0xa3030242
+.long 0x12835b01,0x45706fbe
+.long 0x243185be,0x4ee4b28c
+.long 0x550c7dc3,0xd5ffb4e2
+.long 0x72be5d74,0xf27b896f
+.long 0x80deb1fe,0x3b1696b1
+.long 0x9bdc06a7,0x25c71235
+.long 0xc19bf174,0xcf692694
+.long 0xe49b69c1,0x9ef14ad2
+.long 0xefbe4786,0x384f25e3
+.long 0x0fc19dc6,0x8b8cd5b5
+.long 0x240ca1cc,0x77ac9c65
+.long 0x2de92c6f,0x592b0275
+.long 0x4a7484aa,0x6ea6e483
+.long 0x5cb0a9dc,0xbd41fbd4
+.long 0x76f988da,0x831153b5
+.long 0x983e5152,0xee66dfab
+.long 0xa831c66d,0x2db43210
+.long 0xb00327c8,0x98fb213f
+.long 0xbf597fc7,0xbeef0ee4
+.long 0xc6e00bf3,0x3da88fc2
+.long 0xd5a79147,0x930aa725
+.long 0x06ca6351,0xe003826f
+.long 0x14292967,0x0a0e6e70
+.long 0x27b70a85,0x46d22ffc
+.long 0x2e1b2138,0x5c26c926
+.long 0x4d2c6dfc,0x5ac42aed
+.long 0x53380d13,0x9d95b3df
+.long 0x650a7354,0x8baf63de
+.long 0x766a0abb,0x3c77b2a8
+.long 0x81c2c92e,0x47edaee6
+.long 0x92722c85,0x1482353b
+.long 0xa2bfe8a1,0x4cf10364
+.long 0xa81a664b,0xbc423001
+.long 0xc24b8b70,0xd0f89791
+.long 0xc76c51a3,0x0654be30
+.long 0xd192e819,0xd6ef5218
+.long 0xd6990624,0x5565a910
+.long 0xf40e3585,0x5771202a
+.long 0x106aa070,0x32bbd1b8
+.long 0x19a4c116,0xb8d2d0c8
+.long 0x1e376c08,0x5141ab53
+.long 0x2748774c,0xdf8eeb99
+.long 0x34b0bcb5,0xe19b48a8
+.long 0x391c0cb3,0xc5c95a63
+.long 0x4ed8aa4a,0xe3418acb
+.long 0x5b9cca4f,0x7763e373
+.long 0x682e6ff3,0xd6b2b8a3
+.long 0x748f82ee,0x5defb2fc
+.long 0x78a5636f,0x43172f60
+.long 0x84c87814,0xa1f0ab72
+.long 0x8cc70208,0x1a6439ec
+.long 0x90befffa,0x23631e28
+.long 0xa4506ceb,0xde82bde9
+.long 0xbef9a3f7,0xb2c67915
+.long 0xc67178f2,0xe372532b
+.long 0xca273ece,0xea26619c
+.long 0xd186b8c7,0x21c0c207
+.long 0xeada7dd6,0xcde0eb1e
+.long 0xf57d4f7f,0xee6ed178
+.long 0x06f067aa,0x72176fba
+.long 0x0a637dc5,0xa2c898a6
+.long 0x113f9804,0xbef90dae
+.long 0x1b710b35,0x131c471b
+.long 0x28db77f5,0x23047d84
+.long 0x32caab7b,0x40c72493
+.long 0x3c9ebe0a,0x15c9bebc
+.long 0x431d67c4,0x9c100d4c
+.long 0x4cc5d4be,0xcb3e42b6
+.long 0x597f299c,0xfc657e2a
+.long 0x5fcb6fab,0x3ad6faec
+.long 0x6c44198c,0x4a475817
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512p8-ppc.s b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512p8-ppc.s
new file mode 100644
index 0000000000..a08d4748c1
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/crypto/sha/sha512p8-ppc.s
@@ -0,0 +1,958 @@
+.machine "any"
+.csect .text[PR],7
+
+.globl .sha512_block_p8
+.align 6
+.sha512_block_p8:
+ stdu 1,-448(1)
+ mflr 8
+ li 10,207
+ li 11,223
+ stvx 20,10,1
+ addi 10,10,32
+ li 12,-1
+ stvx 21,11,1
+ addi 11,11,32
+ stvx 22,10,1
+ addi 10,10,32
+ stvx 23,11,1
+ addi 11,11,32
+ stvx 24,10,1
+ addi 10,10,32
+ stvx 25,11,1
+ addi 11,11,32
+ stvx 26,10,1
+ addi 10,10,32
+ stvx 27,11,1
+ addi 11,11,32
+ stvx 28,10,1
+ addi 10,10,32
+ stvx 29,11,1
+ addi 11,11,32
+ stvx 30,10,1
+ stvx 31,11,1
+ li 11,-1
+ stw 12,396(1)
+ li 10,0x10
+ std 26,400(1)
+ li 26,0x20
+ std 27,408(1)
+ li 27,0x30
+ std 28,416(1)
+ li 28,0x40
+ std 29,424(1)
+ li 29,0x50
+ std 30,432(1)
+ li 30,0x60
+ std 31,440(1)
+ li 31,0x70
+ std 8,464(1)
+ or 11,11,11
+
+ bl LPICmeup
+ addi 11,1,64+15
+ .long 0x7C001E99
+ .long 0x7C4A1E99
+ .long 0x7C9A1E99
+ vsldoi 1,0,0,8
+ .long 0x7CDB1E99
+ vsldoi 3,2,2,8
+ vsldoi 5,4,4,8
+ vsldoi 7,6,6,8
+ li 0,4
+ b Loop
+.align 5
+Loop:
+ lvx 24,0,6
+ li 7,16
+ .long 0x7D002699
+ addi 4,4,16
+ stvx 0,0,11
+ stvx 1,10,11
+ stvx 2,26,11
+ stvx 3,27,11
+ stvx 4,28,11
+ stvx 5,29,11
+ stvx 6,30,11
+ stvx 7,31,11
+ .long 0x10E7C0C0
+ lvx 24,7,6
+ addi 7,7,16
+
+ vsel 25,6,5,4
+ .long 0x1364FEC2
+ .long 0x10E740C0
+ .long 0x134086C2
+
+ .long 0x10E7C8C0
+ vxor 25,0,1
+
+ .long 0x10E7D8C0
+ vsel 25,1,2,25
+ .long 0x10C6C0C0
+ .long 0x106338C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10E7D0C0
+
+ .long 0x7D402699
+ addi 4,4,16
+ vsldoi 9,8,8,8
+
+ vsel 25,5,4,3
+ .long 0x1363FEC2
+ .long 0x10C648C0
+ .long 0x134786C2
+
+ .long 0x10C6C8C0
+ vxor 25,7,0
+
+ .long 0x10C6D8C0
+ vsel 25,0,1,25
+ .long 0x10A5C0C0
+ .long 0x104230C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10C6D0C0
+
+
+ vsel 25,4,3,2
+ .long 0x1362FEC2
+ .long 0x10A550C0
+ .long 0x134686C2
+
+ .long 0x10A5C8C0
+ vxor 25,6,7
+
+ .long 0x10A5D8C0
+ vsel 25,7,0,25
+ .long 0x1084C0C0
+ .long 0x102128C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10A5D0C0
+
+ .long 0x7D802699
+ addi 4,4,16
+ vsldoi 11,10,10,8
+
+ vsel 25,3,2,1
+ .long 0x1361FEC2
+ .long 0x108458C0
+ .long 0x134586C2
+
+ .long 0x1084C8C0
+ vxor 25,5,6
+
+ .long 0x1084D8C0
+ vsel 25,6,7,25
+ .long 0x1063C0C0
+ .long 0x100020C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1084D0C0
+
+
+ vsel 25,2,1,0
+ .long 0x1360FEC2
+ .long 0x106360C0
+ .long 0x134486C2
+
+ .long 0x1063C8C0
+ vxor 25,4,5
+
+ .long 0x1063D8C0
+ vsel 25,5,6,25
+ .long 0x1042C0C0
+ .long 0x10E718C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1063D0C0
+
+ .long 0x7DC02699
+ addi 4,4,16
+ vsldoi 13,12,12,8
+
+ vsel 25,1,0,7
+ .long 0x1367FEC2
+ .long 0x104268C0
+ .long 0x134386C2
+
+ .long 0x1042C8C0
+ vxor 25,3,4
+
+ .long 0x1042D8C0
+ vsel 25,4,5,25
+ .long 0x1021C0C0
+ .long 0x10C610C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1042D0C0
+
+
+ vsel 25,0,7,6
+ .long 0x1366FEC2
+ .long 0x102170C0
+ .long 0x134286C2
+
+ .long 0x1021C8C0
+ vxor 25,2,3
+
+ .long 0x1021D8C0
+ vsel 25,3,4,25
+ .long 0x1000C0C0
+ .long 0x10A508C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1021D0C0
+
+ .long 0x7E002699
+ addi 4,4,16
+ vsldoi 15,14,14,8
+
+ vsel 25,7,6,5
+ .long 0x1365FEC2
+ .long 0x100078C0
+ .long 0x134186C2
+
+ .long 0x1000C8C0
+ vxor 25,1,2
+
+ .long 0x1000D8C0
+ vsel 25,2,3,25
+ .long 0x10E7C0C0
+ .long 0x108400C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1000D0C0
+
+
+ vsel 25,6,5,4
+ .long 0x1364FEC2
+ .long 0x10E780C0
+ .long 0x134086C2
+
+ .long 0x10E7C8C0
+ vxor 25,0,1
+
+ .long 0x10E7D8C0
+ vsel 25,1,2,25
+ .long 0x10C6C0C0
+ .long 0x106338C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10E7D0C0
+
+ .long 0x7E402699
+ addi 4,4,16
+ vsldoi 17,16,16,8
+
+ vsel 25,5,4,3
+ .long 0x1363FEC2
+ .long 0x10C688C0
+ .long 0x134786C2
+
+ .long 0x10C6C8C0
+ vxor 25,7,0
+
+ .long 0x10C6D8C0
+ vsel 25,0,1,25
+ .long 0x10A5C0C0
+ .long 0x104230C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10C6D0C0
+
+
+ vsel 25,4,3,2
+ .long 0x1362FEC2
+ .long 0x10A590C0
+ .long 0x134686C2
+
+ .long 0x10A5C8C0
+ vxor 25,6,7
+
+ .long 0x10A5D8C0
+ vsel 25,7,0,25
+ .long 0x1084C0C0
+ .long 0x102128C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10A5D0C0
+
+ .long 0x7E802699
+ addi 4,4,16
+ vsldoi 19,18,18,8
+
+ vsel 25,3,2,1
+ .long 0x1361FEC2
+ .long 0x108498C0
+ .long 0x134586C2
+
+ .long 0x1084C8C0
+ vxor 25,5,6
+
+ .long 0x1084D8C0
+ vsel 25,6,7,25
+ .long 0x1063C0C0
+ .long 0x100020C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1084D0C0
+
+
+ vsel 25,2,1,0
+ .long 0x1360FEC2
+ .long 0x1063A0C0
+ .long 0x134486C2
+
+ .long 0x1063C8C0
+ vxor 25,4,5
+
+ .long 0x1063D8C0
+ vsel 25,5,6,25
+ .long 0x1042C0C0
+ .long 0x10E718C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1063D0C0
+
+ .long 0x7EC02699
+ addi 4,4,16
+ vsldoi 21,20,20,8
+
+ vsel 25,1,0,7
+ .long 0x1367FEC2
+ .long 0x1042A8C0
+ .long 0x134386C2
+
+ .long 0x1042C8C0
+ vxor 25,3,4
+
+ .long 0x1042D8C0
+ vsel 25,4,5,25
+ .long 0x1021C0C0
+ .long 0x10C610C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1042D0C0
+
+
+ vsel 25,0,7,6
+ .long 0x1366FEC2
+ .long 0x1021B0C0
+ .long 0x134286C2
+
+ .long 0x1021C8C0
+ vxor 25,2,3
+
+ .long 0x1021D8C0
+ vsel 25,3,4,25
+ .long 0x1000C0C0
+ .long 0x10A508C0
+ .long 0x135AC8C0
+
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1021D0C0
+
+ vsldoi 23,22,22,8
+ .long 0x138906C2
+ vsel 25,7,6,5
+ .long 0x1365FEC2
+ .long 0x1000B8C0
+ .long 0x134186C2
+ .long 0x13B67EC2
+ .long 0x1000C8C0
+ vxor 25,1,2
+ .long 0x110888C0
+ .long 0x1000D8C0
+ vsel 25,2,3,25
+ .long 0x10E7C0C0
+ .long 0x108400C0
+ .long 0x135AC8C0
+ .long 0x1108E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1000D0C0
+ .long 0x1108E8C0
+ mtctr 0
+ b L16_xx
+.align 5
+L16_xx:
+ .long 0x138A06C2
+ vsel 25,6,5,4
+ .long 0x1364FEC2
+ .long 0x10E740C0
+ .long 0x134086C2
+ .long 0x13B77EC2
+ .long 0x10E7C8C0
+ vxor 25,0,1
+ .long 0x112990C0
+ .long 0x10E7D8C0
+ vsel 25,1,2,25
+ .long 0x10C6C0C0
+ .long 0x106338C0
+ .long 0x135AC8C0
+ .long 0x1129E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10E7D0C0
+ .long 0x1129E8C0
+ .long 0x138B06C2
+ vsel 25,5,4,3
+ .long 0x1363FEC2
+ .long 0x10C648C0
+ .long 0x134786C2
+ .long 0x13A87EC2
+ .long 0x10C6C8C0
+ vxor 25,7,0
+ .long 0x114A98C0
+ .long 0x10C6D8C0
+ vsel 25,0,1,25
+ .long 0x10A5C0C0
+ .long 0x104230C0
+ .long 0x135AC8C0
+ .long 0x114AE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10C6D0C0
+ .long 0x114AE8C0
+ .long 0x138C06C2
+ vsel 25,4,3,2
+ .long 0x1362FEC2
+ .long 0x10A550C0
+ .long 0x134686C2
+ .long 0x13A97EC2
+ .long 0x10A5C8C0
+ vxor 25,6,7
+ .long 0x116BA0C0
+ .long 0x10A5D8C0
+ vsel 25,7,0,25
+ .long 0x1084C0C0
+ .long 0x102128C0
+ .long 0x135AC8C0
+ .long 0x116BE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10A5D0C0
+ .long 0x116BE8C0
+ .long 0x138D06C2
+ vsel 25,3,2,1
+ .long 0x1361FEC2
+ .long 0x108458C0
+ .long 0x134586C2
+ .long 0x13AA7EC2
+ .long 0x1084C8C0
+ vxor 25,5,6
+ .long 0x118CA8C0
+ .long 0x1084D8C0
+ vsel 25,6,7,25
+ .long 0x1063C0C0
+ .long 0x100020C0
+ .long 0x135AC8C0
+ .long 0x118CE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1084D0C0
+ .long 0x118CE8C0
+ .long 0x138E06C2
+ vsel 25,2,1,0
+ .long 0x1360FEC2
+ .long 0x106360C0
+ .long 0x134486C2
+ .long 0x13AB7EC2
+ .long 0x1063C8C0
+ vxor 25,4,5
+ .long 0x11ADB0C0
+ .long 0x1063D8C0
+ vsel 25,5,6,25
+ .long 0x1042C0C0
+ .long 0x10E718C0
+ .long 0x135AC8C0
+ .long 0x11ADE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1063D0C0
+ .long 0x11ADE8C0
+ .long 0x138F06C2
+ vsel 25,1,0,7
+ .long 0x1367FEC2
+ .long 0x104268C0
+ .long 0x134386C2
+ .long 0x13AC7EC2
+ .long 0x1042C8C0
+ vxor 25,3,4
+ .long 0x11CEB8C0
+ .long 0x1042D8C0
+ vsel 25,4,5,25
+ .long 0x1021C0C0
+ .long 0x10C610C0
+ .long 0x135AC8C0
+ .long 0x11CEE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1042D0C0
+ .long 0x11CEE8C0
+ .long 0x139006C2
+ vsel 25,0,7,6
+ .long 0x1366FEC2
+ .long 0x102170C0
+ .long 0x134286C2
+ .long 0x13AD7EC2
+ .long 0x1021C8C0
+ vxor 25,2,3
+ .long 0x11EF40C0
+ .long 0x1021D8C0
+ vsel 25,3,4,25
+ .long 0x1000C0C0
+ .long 0x10A508C0
+ .long 0x135AC8C0
+ .long 0x11EFE0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1021D0C0
+ .long 0x11EFE8C0
+ .long 0x139106C2
+ vsel 25,7,6,5
+ .long 0x1365FEC2
+ .long 0x100078C0
+ .long 0x134186C2
+ .long 0x13AE7EC2
+ .long 0x1000C8C0
+ vxor 25,1,2
+ .long 0x121048C0
+ .long 0x1000D8C0
+ vsel 25,2,3,25
+ .long 0x10E7C0C0
+ .long 0x108400C0
+ .long 0x135AC8C0
+ .long 0x1210E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1000D0C0
+ .long 0x1210E8C0
+ .long 0x139206C2
+ vsel 25,6,5,4
+ .long 0x1364FEC2
+ .long 0x10E780C0
+ .long 0x134086C2
+ .long 0x13AF7EC2
+ .long 0x10E7C8C0
+ vxor 25,0,1
+ .long 0x123150C0
+ .long 0x10E7D8C0
+ vsel 25,1,2,25
+ .long 0x10C6C0C0
+ .long 0x106338C0
+ .long 0x135AC8C0
+ .long 0x1231E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10E7D0C0
+ .long 0x1231E8C0
+ .long 0x139306C2
+ vsel 25,5,4,3
+ .long 0x1363FEC2
+ .long 0x10C688C0
+ .long 0x134786C2
+ .long 0x13B07EC2
+ .long 0x10C6C8C0
+ vxor 25,7,0
+ .long 0x125258C0
+ .long 0x10C6D8C0
+ vsel 25,0,1,25
+ .long 0x10A5C0C0
+ .long 0x104230C0
+ .long 0x135AC8C0
+ .long 0x1252E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10C6D0C0
+ .long 0x1252E8C0
+ .long 0x139406C2
+ vsel 25,4,3,2
+ .long 0x1362FEC2
+ .long 0x10A590C0
+ .long 0x134686C2
+ .long 0x13B17EC2
+ .long 0x10A5C8C0
+ vxor 25,6,7
+ .long 0x127360C0
+ .long 0x10A5D8C0
+ vsel 25,7,0,25
+ .long 0x1084C0C0
+ .long 0x102128C0
+ .long 0x135AC8C0
+ .long 0x1273E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x10A5D0C0
+ .long 0x1273E8C0
+ .long 0x139506C2
+ vsel 25,3,2,1
+ .long 0x1361FEC2
+ .long 0x108498C0
+ .long 0x134586C2
+ .long 0x13B27EC2
+ .long 0x1084C8C0
+ vxor 25,5,6
+ .long 0x129468C0
+ .long 0x1084D8C0
+ vsel 25,6,7,25
+ .long 0x1063C0C0
+ .long 0x100020C0
+ .long 0x135AC8C0
+ .long 0x1294E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1084D0C0
+ .long 0x1294E8C0
+ .long 0x139606C2
+ vsel 25,2,1,0
+ .long 0x1360FEC2
+ .long 0x1063A0C0
+ .long 0x134486C2
+ .long 0x13B37EC2
+ .long 0x1063C8C0
+ vxor 25,4,5
+ .long 0x12B570C0
+ .long 0x1063D8C0
+ vsel 25,5,6,25
+ .long 0x1042C0C0
+ .long 0x10E718C0
+ .long 0x135AC8C0
+ .long 0x12B5E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1063D0C0
+ .long 0x12B5E8C0
+ .long 0x139706C2
+ vsel 25,1,0,7
+ .long 0x1367FEC2
+ .long 0x1042A8C0
+ .long 0x134386C2
+ .long 0x13B47EC2
+ .long 0x1042C8C0
+ vxor 25,3,4
+ .long 0x12D678C0
+ .long 0x1042D8C0
+ vsel 25,4,5,25
+ .long 0x1021C0C0
+ .long 0x10C610C0
+ .long 0x135AC8C0
+ .long 0x12D6E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1042D0C0
+ .long 0x12D6E8C0
+ .long 0x138806C2
+ vsel 25,0,7,6
+ .long 0x1366FEC2
+ .long 0x1021B0C0
+ .long 0x134286C2
+ .long 0x13B57EC2
+ .long 0x1021C8C0
+ vxor 25,2,3
+ .long 0x12F780C0
+ .long 0x1021D8C0
+ vsel 25,3,4,25
+ .long 0x1000C0C0
+ .long 0x10A508C0
+ .long 0x135AC8C0
+ .long 0x12F7E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1021D0C0
+ .long 0x12F7E8C0
+ .long 0x138906C2
+ vsel 25,7,6,5
+ .long 0x1365FEC2
+ .long 0x1000B8C0
+ .long 0x134186C2
+ .long 0x13B67EC2
+ .long 0x1000C8C0
+ vxor 25,1,2
+ .long 0x110888C0
+ .long 0x1000D8C0
+ vsel 25,2,3,25
+ .long 0x10E7C0C0
+ .long 0x108400C0
+ .long 0x135AC8C0
+ .long 0x1108E0C0
+ lvx 24,7,6
+ addi 7,7,16
+ .long 0x1000D0C0
+ .long 0x1108E8C0
+ bc 16,0,L16_xx
+
+ lvx 10,0,11
+ subic. 5,5,1
+ lvx 11,10,11
+ .long 0x100050C0
+ lvx 12,26,11
+ .long 0x102158C0
+ lvx 13,27,11
+ .long 0x104260C0
+ lvx 14,28,11
+ .long 0x106368C0
+ lvx 15,29,11
+ .long 0x108470C0
+ lvx 16,30,11
+ .long 0x10A578C0
+ lvx 17,31,11
+ .long 0x10C680C0
+ .long 0x10E788C0
+ bne Loop
+ vperm 0,0,1,24
+ vperm 2,2,3,24
+ vperm 4,4,5,24
+ vperm 6,6,7,24
+ .long 0x7C001F99
+ .long 0x7C4A1F99
+ .long 0x7C9A1F99
+ .long 0x7CDB1F99
+ li 10,207
+ mtlr 8
+ li 11,223
+ or 12,12,12
+ lvx 20,10,1
+ addi 10,10,32
+ lvx 21,11,1
+ addi 11,11,32
+ lvx 22,10,1
+ addi 10,10,32
+ lvx 23,11,1
+ addi 11,11,32
+ lvx 24,10,1
+ addi 10,10,32
+ lvx 25,11,1
+ addi 11,11,32
+ lvx 26,10,1
+ addi 10,10,32
+ lvx 27,11,1
+ addi 11,11,32
+ lvx 28,10,1
+ addi 10,10,32
+ lvx 29,11,1
+ addi 11,11,32
+ lvx 30,10,1
+ lvx 31,11,1
+ ld 26,400(1)
+ ld 27,408(1)
+ ld 28,416(1)
+ ld 29,424(1)
+ ld 30,432(1)
+ ld 31,440(1)
+ addi 1,1,448
+ blr
+.long 0
+.byte 0,12,4,1,0x80,6,3,0
+.long 0
+
+.align 6
+LPICmeup:
+ mflr 0
+ bcl 20,31,$+4
+ mflr 6
+ addi 6,6,56
+ mtlr 0
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.space 28
+.long 0x428a2f98,0xd728ae22
+.long 0x428a2f98,0xd728ae22
+.long 0x71374491,0x23ef65cd
+.long 0x71374491,0x23ef65cd
+.long 0xb5c0fbcf,0xec4d3b2f
+.long 0xb5c0fbcf,0xec4d3b2f
+.long 0xe9b5dba5,0x8189dbbc
+.long 0xe9b5dba5,0x8189dbbc
+.long 0x3956c25b,0xf348b538
+.long 0x3956c25b,0xf348b538
+.long 0x59f111f1,0xb605d019
+.long 0x59f111f1,0xb605d019
+.long 0x923f82a4,0xaf194f9b
+.long 0x923f82a4,0xaf194f9b
+.long 0xab1c5ed5,0xda6d8118
+.long 0xab1c5ed5,0xda6d8118
+.long 0xd807aa98,0xa3030242
+.long 0xd807aa98,0xa3030242
+.long 0x12835b01,0x45706fbe
+.long 0x12835b01,0x45706fbe
+.long 0x243185be,0x4ee4b28c
+.long 0x243185be,0x4ee4b28c
+.long 0x550c7dc3,0xd5ffb4e2
+.long 0x550c7dc3,0xd5ffb4e2
+.long 0x72be5d74,0xf27b896f
+.long 0x72be5d74,0xf27b896f
+.long 0x80deb1fe,0x3b1696b1
+.long 0x80deb1fe,0x3b1696b1
+.long 0x9bdc06a7,0x25c71235
+.long 0x9bdc06a7,0x25c71235
+.long 0xc19bf174,0xcf692694
+.long 0xc19bf174,0xcf692694
+.long 0xe49b69c1,0x9ef14ad2
+.long 0xe49b69c1,0x9ef14ad2
+.long 0xefbe4786,0x384f25e3
+.long 0xefbe4786,0x384f25e3
+.long 0x0fc19dc6,0x8b8cd5b5
+.long 0x0fc19dc6,0x8b8cd5b5
+.long 0x240ca1cc,0x77ac9c65
+.long 0x240ca1cc,0x77ac9c65
+.long 0x2de92c6f,0x592b0275
+.long 0x2de92c6f,0x592b0275
+.long 0x4a7484aa,0x6ea6e483
+.long 0x4a7484aa,0x6ea6e483
+.long 0x5cb0a9dc,0xbd41fbd4
+.long 0x5cb0a9dc,0xbd41fbd4
+.long 0x76f988da,0x831153b5
+.long 0x76f988da,0x831153b5
+.long 0x983e5152,0xee66dfab
+.long 0x983e5152,0xee66dfab
+.long 0xa831c66d,0x2db43210
+.long 0xa831c66d,0x2db43210
+.long 0xb00327c8,0x98fb213f
+.long 0xb00327c8,0x98fb213f
+.long 0xbf597fc7,0xbeef0ee4
+.long 0xbf597fc7,0xbeef0ee4
+.long 0xc6e00bf3,0x3da88fc2
+.long 0xc6e00bf3,0x3da88fc2
+.long 0xd5a79147,0x930aa725
+.long 0xd5a79147,0x930aa725
+.long 0x06ca6351,0xe003826f
+.long 0x06ca6351,0xe003826f
+.long 0x14292967,0x0a0e6e70
+.long 0x14292967,0x0a0e6e70
+.long 0x27b70a85,0x46d22ffc
+.long 0x27b70a85,0x46d22ffc
+.long 0x2e1b2138,0x5c26c926
+.long 0x2e1b2138,0x5c26c926
+.long 0x4d2c6dfc,0x5ac42aed
+.long 0x4d2c6dfc,0x5ac42aed
+.long 0x53380d13,0x9d95b3df
+.long 0x53380d13,0x9d95b3df
+.long 0x650a7354,0x8baf63de
+.long 0x650a7354,0x8baf63de
+.long 0x766a0abb,0x3c77b2a8
+.long 0x766a0abb,0x3c77b2a8
+.long 0x81c2c92e,0x47edaee6
+.long 0x81c2c92e,0x47edaee6
+.long 0x92722c85,0x1482353b
+.long 0x92722c85,0x1482353b
+.long 0xa2bfe8a1,0x4cf10364
+.long 0xa2bfe8a1,0x4cf10364
+.long 0xa81a664b,0xbc423001
+.long 0xa81a664b,0xbc423001
+.long 0xc24b8b70,0xd0f89791
+.long 0xc24b8b70,0xd0f89791
+.long 0xc76c51a3,0x0654be30
+.long 0xc76c51a3,0x0654be30
+.long 0xd192e819,0xd6ef5218
+.long 0xd192e819,0xd6ef5218
+.long 0xd6990624,0x5565a910
+.long 0xd6990624,0x5565a910
+.long 0xf40e3585,0x5771202a
+.long 0xf40e3585,0x5771202a
+.long 0x106aa070,0x32bbd1b8
+.long 0x106aa070,0x32bbd1b8
+.long 0x19a4c116,0xb8d2d0c8
+.long 0x19a4c116,0xb8d2d0c8
+.long 0x1e376c08,0x5141ab53
+.long 0x1e376c08,0x5141ab53
+.long 0x2748774c,0xdf8eeb99
+.long 0x2748774c,0xdf8eeb99
+.long 0x34b0bcb5,0xe19b48a8
+.long 0x34b0bcb5,0xe19b48a8
+.long 0x391c0cb3,0xc5c95a63
+.long 0x391c0cb3,0xc5c95a63
+.long 0x4ed8aa4a,0xe3418acb
+.long 0x4ed8aa4a,0xe3418acb
+.long 0x5b9cca4f,0x7763e373
+.long 0x5b9cca4f,0x7763e373
+.long 0x682e6ff3,0xd6b2b8a3
+.long 0x682e6ff3,0xd6b2b8a3
+.long 0x748f82ee,0x5defb2fc
+.long 0x748f82ee,0x5defb2fc
+.long 0x78a5636f,0x43172f60
+.long 0x78a5636f,0x43172f60
+.long 0x84c87814,0xa1f0ab72
+.long 0x84c87814,0xa1f0ab72
+.long 0x8cc70208,0x1a6439ec
+.long 0x8cc70208,0x1a6439ec
+.long 0x90befffa,0x23631e28
+.long 0x90befffa,0x23631e28
+.long 0xa4506ceb,0xde82bde9
+.long 0xa4506ceb,0xde82bde9
+.long 0xbef9a3f7,0xb2c67915
+.long 0xbef9a3f7,0xb2c67915
+.long 0xc67178f2,0xe372532b
+.long 0xc67178f2,0xe372532b
+.long 0xca273ece,0xea26619c
+.long 0xca273ece,0xea26619c
+.long 0xd186b8c7,0x21c0c207
+.long 0xd186b8c7,0x21c0c207
+.long 0xeada7dd6,0xcde0eb1e
+.long 0xeada7dd6,0xcde0eb1e
+.long 0xf57d4f7f,0xee6ed178
+.long 0xf57d4f7f,0xee6ed178
+.long 0x06f067aa,0x72176fba
+.long 0x06f067aa,0x72176fba
+.long 0x0a637dc5,0xa2c898a6
+.long 0x0a637dc5,0xa2c898a6
+.long 0x113f9804,0xbef90dae
+.long 0x113f9804,0xbef90dae
+.long 0x1b710b35,0x131c471b
+.long 0x1b710b35,0x131c471b
+.long 0x28db77f5,0x23047d84
+.long 0x28db77f5,0x23047d84
+.long 0x32caab7b,0x40c72493
+.long 0x32caab7b,0x40c72493
+.long 0x3c9ebe0a,0x15c9bebc
+.long 0x3c9ebe0a,0x15c9bebc
+.long 0x431d67c4,0x9c100d4c
+.long 0x431d67c4,0x9c100d4c
+.long 0x4cc5d4be,0xcb3e42b6
+.long 0x4cc5d4be,0xcb3e42b6
+.long 0x597f299c,0xfc657e2a
+.long 0x597f299c,0xfc657e2a
+.long 0x5fcb6fab,0x3ad6faec
+.long 0x5fcb6fab,0x3ad6faec
+.long 0x6c44198c,0x4a475817
+.long 0x6c44198c,0x4a475817
+.long 0,0
+.long 0,0
+.long 0x00010203,0x04050607
+.long 0x10111213,0x14151617
+.byte 83,72,65,53,49,50,32,102,111,114,32,80,111,119,101,114,73,83,65,32,50,46,48,55,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
+.align 2
+.align 2
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/include/openssl/opensslconf.h b/deps/openssl/config/archs/aix64-gcc/asm/include/openssl/opensslconf.h
new file mode 100644
index 0000000000..5f12b2933d
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/include/openssl/opensslconf.h
@@ -0,0 +1,178 @@
+/*
+ * WARNING: do not edit!
+ * Generated by Makefile from include/openssl/opensslconf.h.in
+ *
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_ALGORITHM_DEFINES
+# error OPENSSL_ALGORITHM_DEFINES no longer supported
+#endif
+
+/*
+ * OpenSSL was configured with the following options:
+ */
+
+#ifndef OPENSSL_SYS_AIX
+# define OPENSSL_SYS_AIX 1
+#endif
+#ifndef OPENSSL_NO_COMP
+# define OPENSSL_NO_COMP
+#endif
+#ifndef OPENSSL_NO_MD2
+# define OPENSSL_NO_MD2
+#endif
+#ifndef OPENSSL_NO_RC5
+# define OPENSSL_NO_RC5
+#endif
+#ifndef OPENSSL_THREADS
+# define OPENSSL_THREADS
+#endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
+#ifndef OPENSSL_NO_ASAN
+# define OPENSSL_NO_ASAN
+#endif
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG
+# define OPENSSL_NO_CRYPTO_MDEBUG
+#endif
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
+# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
+#endif
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+# define OPENSSL_NO_EC_NISTP_64_GCC_128
+#endif
+#ifndef OPENSSL_NO_EGD
+# define OPENSSL_NO_EGD
+#endif
+#ifndef OPENSSL_NO_FUZZ_AFL
+# define OPENSSL_NO_FUZZ_AFL
+#endif
+#ifndef OPENSSL_NO_FUZZ_LIBFUZZER
+# define OPENSSL_NO_FUZZ_LIBFUZZER
+#endif
+#ifndef OPENSSL_NO_HEARTBEATS
+# define OPENSSL_NO_HEARTBEATS
+#endif
+#ifndef OPENSSL_NO_MSAN
+# define OPENSSL_NO_MSAN
+#endif
+#ifndef OPENSSL_NO_SCTP
+# define OPENSSL_NO_SCTP
+#endif
+#ifndef OPENSSL_NO_SSL_TRACE
+# define OPENSSL_NO_SSL_TRACE
+#endif
+#ifndef OPENSSL_NO_SSL3
+# define OPENSSL_NO_SSL3
+#endif
+#ifndef OPENSSL_NO_SSL3_METHOD
+# define OPENSSL_NO_SSL3_METHOD
+#endif
+#ifndef OPENSSL_NO_UBSAN
+# define OPENSSL_NO_UBSAN
+#endif
+#ifndef OPENSSL_NO_UNIT_TEST
+# define OPENSSL_NO_UNIT_TEST
+#endif
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
+# define OPENSSL_NO_WEAK_SSL_CIPHERS
+#endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
+
+
+/*
+ * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
+ * don't like that. This will hopefully silence them.
+ */
+#define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
+
+/*
+ * Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the
+ * declarations of functions deprecated in or before <version>. Otherwise, they
+ * still won't see them if the library has been built to disable deprecated
+ * functions.
+ */
+#if defined(OPENSSL_NO_DEPRECATED)
+# define DECLARE_DEPRECATED(f)
+#elif __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)
+# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
+#else
+# define DECLARE_DEPRECATED(f) f;
+#endif
+
+#ifndef OPENSSL_FILE
+# ifdef OPENSSL_NO_FILENAMES
+# define OPENSSL_FILE ""
+# define OPENSSL_LINE 0
+# else
+# define OPENSSL_FILE __FILE__
+# define OPENSSL_LINE __LINE__
+# endif
+#endif
+
+#ifndef OPENSSL_MIN_API
+# define OPENSSL_MIN_API 0
+#endif
+
+#if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API
+# undef OPENSSL_API_COMPAT
+# define OPENSSL_API_COMPAT OPENSSL_MIN_API
+#endif
+
+#if OPENSSL_API_COMPAT < 0x10100000L
+# define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_1_1_0(f)
+#endif
+
+#if OPENSSL_API_COMPAT < 0x10000000L
+# define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_1_0_0(f)
+#endif
+
+#if OPENSSL_API_COMPAT < 0x00908000L
+# define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_0_9_8(f)
+#endif
+
+#define OPENSSL_CPUID_OBJ
+
+/* Generate 80386 code? */
+#undef I386_ONLY
+
+#undef OPENSSL_UNISTD
+#define OPENSSL_UNISTD <unistd.h>
+
+#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+/*
+ * The following are cipher-specific, but are part of the public API.
+ */
+#if !defined(OPENSSL_SYS_UEFI)
+# undef BN_LLONG
+/* Only one for the following should be defined */
+# define SIXTY_FOUR_BIT_LONG
+# undef SIXTY_FOUR_BIT
+# undef THIRTY_TWO_BIT
+#endif
+
+#define RC4_INT unsigned char
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/include/progs.h b/deps/openssl/config/archs/aix64-gcc/asm/include/progs.h
new file mode 100644
index 0000000000..6f7ebc3cd6
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/include/progs.h
@@ -0,0 +1,418 @@
+/*
+ * WARNING: do not edit!
+ * Generated by apps/progs.pl
+ *
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+typedef enum FUNC_TYPE {
+ FT_none, FT_general, FT_md, FT_cipher, FT_pkey,
+ FT_md_alg, FT_cipher_alg
+} FUNC_TYPE;
+
+typedef struct function_st {
+ FUNC_TYPE type;
+ const char *name;
+ int (*func)(int argc, char *argv[]);
+ const OPTIONS *help;
+} FUNCTION;
+
+DEFINE_LHASH_OF(FUNCTION);
+
+extern int asn1parse_main(int argc, char *argv[]);
+extern int ca_main(int argc, char *argv[]);
+extern int ciphers_main(int argc, char *argv[]);
+extern int cms_main(int argc, char *argv[]);
+extern int crl_main(int argc, char *argv[]);
+extern int crl2pkcs7_main(int argc, char *argv[]);
+extern int dgst_main(int argc, char *argv[]);
+extern int dhparam_main(int argc, char *argv[]);
+extern int dsa_main(int argc, char *argv[]);
+extern int dsaparam_main(int argc, char *argv[]);
+extern int ec_main(int argc, char *argv[]);
+extern int ecparam_main(int argc, char *argv[]);
+extern int enc_main(int argc, char *argv[]);
+extern int engine_main(int argc, char *argv[]);
+extern int errstr_main(int argc, char *argv[]);
+extern int exit_main(int argc, char *argv[]);
+extern int gendsa_main(int argc, char *argv[]);
+extern int genpkey_main(int argc, char *argv[]);
+extern int genrsa_main(int argc, char *argv[]);
+extern int help_main(int argc, char *argv[]);
+extern int list_main(int argc, char *argv[]);
+extern int nseq_main(int argc, char *argv[]);
+extern int ocsp_main(int argc, char *argv[]);
+extern int passwd_main(int argc, char *argv[]);
+extern int pkcs12_main(int argc, char *argv[]);
+extern int pkcs7_main(int argc, char *argv[]);
+extern int pkcs8_main(int argc, char *argv[]);
+extern int pkey_main(int argc, char *argv[]);
+extern int pkeyparam_main(int argc, char *argv[]);
+extern int pkeyutl_main(int argc, char *argv[]);
+extern int prime_main(int argc, char *argv[]);
+extern int rand_main(int argc, char *argv[]);
+extern int rehash_main(int argc, char *argv[]);
+extern int req_main(int argc, char *argv[]);
+extern int rsa_main(int argc, char *argv[]);
+extern int rsautl_main(int argc, char *argv[]);
+extern int s_client_main(int argc, char *argv[]);
+extern int s_server_main(int argc, char *argv[]);
+extern int s_time_main(int argc, char *argv[]);
+extern int sess_id_main(int argc, char *argv[]);
+extern int smime_main(int argc, char *argv[]);
+extern int speed_main(int argc, char *argv[]);
+extern int spkac_main(int argc, char *argv[]);
+extern int srp_main(int argc, char *argv[]);
+extern int ts_main(int argc, char *argv[]);
+extern int verify_main(int argc, char *argv[]);
+extern int version_main(int argc, char *argv[]);
+extern int x509_main(int argc, char *argv[]);
+
+extern OPTIONS asn1parse_options[];
+extern OPTIONS ca_options[];
+extern OPTIONS ciphers_options[];
+extern OPTIONS cms_options[];
+extern OPTIONS crl_options[];
+extern OPTIONS crl2pkcs7_options[];
+extern OPTIONS dgst_options[];
+extern OPTIONS dhparam_options[];
+extern OPTIONS dsa_options[];
+extern OPTIONS dsaparam_options[];
+extern OPTIONS ec_options[];
+extern OPTIONS ecparam_options[];
+extern OPTIONS enc_options[];
+extern OPTIONS engine_options[];
+extern OPTIONS errstr_options[];
+extern OPTIONS exit_options[];
+extern OPTIONS gendsa_options[];
+extern OPTIONS genpkey_options[];
+extern OPTIONS genrsa_options[];
+extern OPTIONS help_options[];
+extern OPTIONS list_options[];
+extern OPTIONS nseq_options[];
+extern OPTIONS ocsp_options[];
+extern OPTIONS passwd_options[];
+extern OPTIONS pkcs12_options[];
+extern OPTIONS pkcs7_options[];
+extern OPTIONS pkcs8_options[];
+extern OPTIONS pkey_options[];
+extern OPTIONS pkeyparam_options[];
+extern OPTIONS pkeyutl_options[];
+extern OPTIONS prime_options[];
+extern OPTIONS rand_options[];
+extern OPTIONS rehash_options[];
+extern OPTIONS req_options[];
+extern OPTIONS rsa_options[];
+extern OPTIONS rsautl_options[];
+extern OPTIONS s_client_options[];
+extern OPTIONS s_server_options[];
+extern OPTIONS s_time_options[];
+extern OPTIONS sess_id_options[];
+extern OPTIONS smime_options[];
+extern OPTIONS speed_options[];
+extern OPTIONS spkac_options[];
+extern OPTIONS srp_options[];
+extern OPTIONS ts_options[];
+extern OPTIONS verify_options[];
+extern OPTIONS version_options[];
+extern OPTIONS x509_options[];
+
+#ifdef INCLUDE_FUNCTION_TABLE
+static FUNCTION functions[] = {
+ { FT_general, "asn1parse", asn1parse_main, asn1parse_options },
+ { FT_general, "ca", ca_main, ca_options },
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "ciphers", ciphers_main, ciphers_options },
+#endif
+#ifndef OPENSSL_NO_CMS
+ { FT_general, "cms", cms_main, cms_options },
+#endif
+ { FT_general, "crl", crl_main, crl_options },
+ { FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options },
+ { FT_general, "dgst", dgst_main, dgst_options },
+#ifndef OPENSSL_NO_DH
+ { FT_general, "dhparam", dhparam_main, dhparam_options },
+#endif
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "dsa", dsa_main, dsa_options },
+#endif
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "dsaparam", dsaparam_main, dsaparam_options },
+#endif
+#ifndef OPENSSL_NO_EC
+ { FT_general, "ec", ec_main, ec_options },
+#endif
+#ifndef OPENSSL_NO_EC
+ { FT_general, "ecparam", ecparam_main, ecparam_options },
+#endif
+ { FT_general, "enc", enc_main, enc_options },
+#ifndef OPENSSL_NO_ENGINE
+ { FT_general, "engine", engine_main, engine_options },
+#endif
+ { FT_general, "errstr", errstr_main, errstr_options },
+ { FT_general, "exit", exit_main, exit_options },
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "gendsa", gendsa_main, gendsa_options },
+#endif
+ { FT_general, "genpkey", genpkey_main, genpkey_options },
+#ifndef OPENSSL_NO_RSA
+ { FT_general, "genrsa", genrsa_main, genrsa_options },
+#endif
+ { FT_general, "help", help_main, help_options },
+ { FT_general, "list", list_main, list_options },
+ { FT_general, "nseq", nseq_main, nseq_options },
+#ifndef OPENSSL_NO_OCSP
+ { FT_general, "ocsp", ocsp_main, ocsp_options },
+#endif
+ { FT_general, "passwd", passwd_main, passwd_options },
+#ifndef OPENSSL_NO_DES
+ { FT_general, "pkcs12", pkcs12_main, pkcs12_options },
+#endif
+ { FT_general, "pkcs7", pkcs7_main, pkcs7_options },
+ { FT_general, "pkcs8", pkcs8_main, pkcs8_options },
+ { FT_general, "pkey", pkey_main, pkey_options },
+ { FT_general, "pkeyparam", pkeyparam_main, pkeyparam_options },
+ { FT_general, "pkeyutl", pkeyutl_main, pkeyutl_options },
+ { FT_general, "prime", prime_main, prime_options },
+ { FT_general, "rand", rand_main, rand_options },
+ { FT_general, "rehash", rehash_main, rehash_options },
+ { FT_general, "req", req_main, req_options },
+ { FT_general, "rsa", rsa_main, rsa_options },
+#ifndef OPENSSL_NO_RSA
+ { FT_general, "rsautl", rsautl_main, rsautl_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_client", s_client_main, s_client_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_server", s_server_main, s_server_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_time", s_time_main, s_time_options },
+#endif
+ { FT_general, "sess_id", sess_id_main, sess_id_options },
+ { FT_general, "smime", smime_main, smime_options },
+ { FT_general, "speed", speed_main, speed_options },
+ { FT_general, "spkac", spkac_main, spkac_options },
+#ifndef OPENSSL_NO_SRP
+ { FT_general, "srp", srp_main, srp_options },
+#endif
+#ifndef OPENSSL_NO_TS
+ { FT_general, "ts", ts_main, ts_options },
+#endif
+ { FT_general, "verify", verify_main, verify_options },
+ { FT_general, "version", version_main, version_options },
+ { FT_general, "x509", x509_main, x509_options },
+#ifndef OPENSSL_NO_MD2
+ { FT_md, "md2", dgst_main},
+#endif
+#ifndef OPENSSL_NO_MD4
+ { FT_md, "md4", dgst_main},
+#endif
+ { FT_md, "md5", dgst_main},
+#ifndef OPENSSL_NO_GOST
+ { FT_md, "gost", dgst_main},
+#endif
+ { FT_md, "sha1", dgst_main},
+ { FT_md, "sha224", dgst_main},
+ { FT_md, "sha256", dgst_main},
+ { FT_md, "sha384", dgst_main},
+ { FT_md, "sha512", dgst_main},
+#ifndef OPENSSL_NO_MDC2
+ { FT_md, "mdc2", dgst_main},
+#endif
+#ifndef OPENSSL_NO_RMD160
+ { FT_md, "rmd160", dgst_main},
+#endif
+#ifndef OPENSSL_NO_BLAKE2
+ { FT_md, "blake2b512", dgst_main},
+#endif
+#ifndef OPENSSL_NO_BLAKE2
+ { FT_md, "blake2s256", dgst_main},
+#endif
+ { FT_cipher, "aes-128-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-128-ecb", enc_main, enc_options },
+ { FT_cipher, "aes-192-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-192-ecb", enc_main, enc_options },
+ { FT_cipher, "aes-256-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-256-ecb", enc_main, enc_options },
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-128-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-128-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-192-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-192-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-256-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-256-ecb", enc_main, enc_options },
+#endif
+ { FT_cipher, "base64", enc_main, enc_options },
+#ifdef ZLIB
+ { FT_cipher, "zlib", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des3", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "desx", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC4
+ { FT_cipher, "rc4", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC4
+ { FT_cipher, "rc4-40", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-64-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-40-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-ofb", enc_main, enc_options },
+#endif
+ { 0, NULL, NULL}
+};
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/openssl-cl.gypi b/deps/openssl/config/archs/aix64-gcc/asm/openssl-cl.gypi
new file mode 100644
index 0000000000..2e04e1f51b
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/openssl-cl.gypi
@@ -0,0 +1,85 @@
+{
+ 'variables': {
+ 'openssl_defines_aix64-gcc': [
+ 'DSO_DLFCN',
+ 'HAVE_DLFCN_H',
+ 'NDEBUG',
+ 'OPENSSL_THREADS',
+ 'OPENSSL_NO_DYNAMIC_ENGINE',
+ 'OPENSSL_PIC',
+ 'OPENSSL_BN_ASM_MONT',
+ 'SHA1_ASM',
+ 'SHA256_ASM',
+ 'SHA512_ASM',
+ 'AES_ASM',
+ 'VPAES_ASM',
+ 'POLY1305_ASM',
+ ],
+ 'openssl_cflags_aix64-gcc': [
+ '-maix64 -DB_ENDIAN -O -pthread',
+ ],
+ 'openssl_ex_libs_aix64-gcc': [
+ '-pthread',
+ ],
+ 'openssl_cli_srcs_aix64-gcc': [
+ 'openssl/apps/app_rand.c',
+ 'openssl/apps/apps.c',
+ 'openssl/apps/asn1pars.c',
+ 'openssl/apps/ca.c',
+ 'openssl/apps/ciphers.c',
+ 'openssl/apps/cms.c',
+ 'openssl/apps/crl.c',
+ 'openssl/apps/crl2p7.c',
+ 'openssl/apps/dgst.c',
+ 'openssl/apps/dhparam.c',
+ 'openssl/apps/dsa.c',
+ 'openssl/apps/dsaparam.c',
+ 'openssl/apps/ec.c',
+ 'openssl/apps/ecparam.c',
+ 'openssl/apps/enc.c',
+ 'openssl/apps/engine.c',
+ 'openssl/apps/errstr.c',
+ 'openssl/apps/gendsa.c',
+ 'openssl/apps/genpkey.c',
+ 'openssl/apps/genrsa.c',
+ 'openssl/apps/nseq.c',
+ 'openssl/apps/ocsp.c',
+ 'openssl/apps/openssl.c',
+ 'openssl/apps/opt.c',
+ 'openssl/apps/passwd.c',
+ 'openssl/apps/pkcs12.c',
+ 'openssl/apps/pkcs7.c',
+ 'openssl/apps/pkcs8.c',
+ 'openssl/apps/pkey.c',
+ 'openssl/apps/pkeyparam.c',
+ 'openssl/apps/pkeyutl.c',
+ 'openssl/apps/prime.c',
+ 'openssl/apps/rand.c',
+ 'openssl/apps/rehash.c',
+ 'openssl/apps/req.c',
+ 'openssl/apps/rsa.c',
+ 'openssl/apps/rsautl.c',
+ 'openssl/apps/s_cb.c',
+ 'openssl/apps/s_client.c',
+ 'openssl/apps/s_server.c',
+ 'openssl/apps/s_socket.c',
+ 'openssl/apps/s_time.c',
+ 'openssl/apps/sess_id.c',
+ 'openssl/apps/smime.c',
+ 'openssl/apps/speed.c',
+ 'openssl/apps/spkac.c',
+ 'openssl/apps/srp.c',
+ 'openssl/apps/ts.c',
+ 'openssl/apps/verify.c',
+ 'openssl/apps/version.c',
+ 'openssl/apps/x509.c',
+ ],
+ },
+ 'defines': ['<@(openssl_defines_aix64-gcc)'],
+ 'include_dirs': [
+ './include',
+ ],
+ 'cflags' : ['<@(openssl_cflags_aix64-gcc)'],
+ 'libraries': ['<@(openssl_ex_libs_aix64-gcc)'],
+ 'sources': ['<@(openssl_cli_srcs_aix64-gcc)'],
+}
diff --git a/deps/openssl/config/archs/aix64-gcc/asm/openssl.gypi b/deps/openssl/config/archs/aix64-gcc/asm/openssl.gypi
new file mode 100644
index 0000000000..0985c459cc
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/asm/openssl.gypi
@@ -0,0 +1,692 @@
+{
+ 'variables': {
+ 'openssl_sources': [
+ 'openssl/ssl/bio_ssl.c',
+ 'openssl/ssl/d1_lib.c',
+ 'openssl/ssl/d1_msg.c',
+ 'openssl/ssl/d1_srtp.c',
+ 'openssl/ssl/methods.c',
+ 'openssl/ssl/pqueue.c',
+ 'openssl/ssl/record/dtls1_bitmap.c',
+ 'openssl/ssl/record/rec_layer_d1.c',
+ 'openssl/ssl/record/rec_layer_s3.c',
+ 'openssl/ssl/record/ssl3_buffer.c',
+ 'openssl/ssl/record/ssl3_record.c',
+ 'openssl/ssl/s3_cbc.c',
+ 'openssl/ssl/s3_enc.c',
+ 'openssl/ssl/s3_lib.c',
+ 'openssl/ssl/s3_msg.c',
+ 'openssl/ssl/ssl_asn1.c',
+ 'openssl/ssl/ssl_cert.c',
+ 'openssl/ssl/ssl_ciph.c',
+ 'openssl/ssl/ssl_conf.c',
+ 'openssl/ssl/ssl_err.c',
+ 'openssl/ssl/ssl_init.c',
+ 'openssl/ssl/ssl_lib.c',
+ 'openssl/ssl/ssl_mcnf.c',
+ 'openssl/ssl/ssl_rsa.c',
+ 'openssl/ssl/ssl_sess.c',
+ 'openssl/ssl/ssl_stat.c',
+ 'openssl/ssl/ssl_txt.c',
+ 'openssl/ssl/ssl_utst.c',
+ 'openssl/ssl/statem/statem.c',
+ 'openssl/ssl/statem/statem_clnt.c',
+ 'openssl/ssl/statem/statem_dtls.c',
+ 'openssl/ssl/statem/statem_lib.c',
+ 'openssl/ssl/statem/statem_srvr.c',
+ 'openssl/ssl/t1_enc.c',
+ 'openssl/ssl/t1_ext.c',
+ 'openssl/ssl/t1_lib.c',
+ 'openssl/ssl/t1_reneg.c',
+ 'openssl/ssl/t1_trce.c',
+ 'openssl/ssl/tls_srp.c',
+ 'openssl/crypto/aes/aes_cbc.c',
+ 'openssl/crypto/aes/aes_cfb.c',
+ 'openssl/crypto/aes/aes_core.c',
+ 'openssl/crypto/aes/aes_ecb.c',
+ 'openssl/crypto/aes/aes_ige.c',
+ 'openssl/crypto/aes/aes_misc.c',
+ 'openssl/crypto/aes/aes_ofb.c',
+ 'openssl/crypto/aes/aes_wrap.c',
+ 'openssl/crypto/asn1/a_bitstr.c',
+ 'openssl/crypto/asn1/a_d2i_fp.c',
+ 'openssl/crypto/asn1/a_digest.c',
+ 'openssl/crypto/asn1/a_dup.c',
+ 'openssl/crypto/asn1/a_gentm.c',
+ 'openssl/crypto/asn1/a_i2d_fp.c',
+ 'openssl/crypto/asn1/a_int.c',
+ 'openssl/crypto/asn1/a_mbstr.c',
+ 'openssl/crypto/asn1/a_object.c',
+ 'openssl/crypto/asn1/a_octet.c',
+ 'openssl/crypto/asn1/a_print.c',
+ 'openssl/crypto/asn1/a_sign.c',
+ 'openssl/crypto/asn1/a_strex.c',
+ 'openssl/crypto/asn1/a_strnid.c',
+ 'openssl/crypto/asn1/a_time.c',
+ 'openssl/crypto/asn1/a_type.c',
+ 'openssl/crypto/asn1/a_utctm.c',
+ 'openssl/crypto/asn1/a_utf8.c',
+ 'openssl/crypto/asn1/a_verify.c',
+ 'openssl/crypto/asn1/ameth_lib.c',
+ 'openssl/crypto/asn1/asn1_err.c',
+ 'openssl/crypto/asn1/asn1_gen.c',
+ 'openssl/crypto/asn1/asn1_lib.c',
+ 'openssl/crypto/asn1/asn1_par.c',
+ 'openssl/crypto/asn1/asn_mime.c',
+ 'openssl/crypto/asn1/asn_moid.c',
+ 'openssl/crypto/asn1/asn_mstbl.c',
+ 'openssl/crypto/asn1/asn_pack.c',
+ 'openssl/crypto/asn1/bio_asn1.c',
+ 'openssl/crypto/asn1/bio_ndef.c',
+ 'openssl/crypto/asn1/d2i_pr.c',
+ 'openssl/crypto/asn1/d2i_pu.c',
+ 'openssl/crypto/asn1/evp_asn1.c',
+ 'openssl/crypto/asn1/f_int.c',
+ 'openssl/crypto/asn1/f_string.c',
+ 'openssl/crypto/asn1/i2d_pr.c',
+ 'openssl/crypto/asn1/i2d_pu.c',
+ 'openssl/crypto/asn1/n_pkey.c',
+ 'openssl/crypto/asn1/nsseq.c',
+ 'openssl/crypto/asn1/p5_pbe.c',
+ 'openssl/crypto/asn1/p5_pbev2.c',
+ 'openssl/crypto/asn1/p5_scrypt.c',
+ 'openssl/crypto/asn1/p8_pkey.c',
+ 'openssl/crypto/asn1/t_bitst.c',
+ 'openssl/crypto/asn1/t_pkey.c',
+ 'openssl/crypto/asn1/t_spki.c',
+ 'openssl/crypto/asn1/tasn_dec.c',
+ 'openssl/crypto/asn1/tasn_enc.c',
+ 'openssl/crypto/asn1/tasn_fre.c',
+ 'openssl/crypto/asn1/tasn_new.c',
+ 'openssl/crypto/asn1/tasn_prn.c',
+ 'openssl/crypto/asn1/tasn_scn.c',
+ 'openssl/crypto/asn1/tasn_typ.c',
+ 'openssl/crypto/asn1/tasn_utl.c',
+ 'openssl/crypto/asn1/x_algor.c',
+ 'openssl/crypto/asn1/x_bignum.c',
+ 'openssl/crypto/asn1/x_info.c',
+ 'openssl/crypto/asn1/x_int64.c',
+ 'openssl/crypto/asn1/x_long.c',
+ 'openssl/crypto/asn1/x_pkey.c',
+ 'openssl/crypto/asn1/x_sig.c',
+ 'openssl/crypto/asn1/x_spki.c',
+ 'openssl/crypto/asn1/x_val.c',
+ 'openssl/crypto/async/arch/async_null.c',
+ 'openssl/crypto/async/arch/async_posix.c',
+ 'openssl/crypto/async/arch/async_win.c',
+ 'openssl/crypto/async/async.c',
+ 'openssl/crypto/async/async_err.c',
+ 'openssl/crypto/async/async_wait.c',
+ 'openssl/crypto/bf/bf_cfb64.c',
+ 'openssl/crypto/bf/bf_ecb.c',
+ 'openssl/crypto/bf/bf_enc.c',
+ 'openssl/crypto/bf/bf_ofb64.c',
+ 'openssl/crypto/bf/bf_skey.c',
+ 'openssl/crypto/bio/b_addr.c',
+ 'openssl/crypto/bio/b_dump.c',
+ 'openssl/crypto/bio/b_print.c',
+ 'openssl/crypto/bio/b_sock.c',
+ 'openssl/crypto/bio/b_sock2.c',
+ 'openssl/crypto/bio/bf_buff.c',
+ 'openssl/crypto/bio/bf_lbuf.c',
+ 'openssl/crypto/bio/bf_nbio.c',
+ 'openssl/crypto/bio/bf_null.c',
+ 'openssl/crypto/bio/bio_cb.c',
+ 'openssl/crypto/bio/bio_err.c',
+ 'openssl/crypto/bio/bio_lib.c',
+ 'openssl/crypto/bio/bio_meth.c',
+ 'openssl/crypto/bio/bss_acpt.c',
+ 'openssl/crypto/bio/bss_bio.c',
+ 'openssl/crypto/bio/bss_conn.c',
+ 'openssl/crypto/bio/bss_dgram.c',
+ 'openssl/crypto/bio/bss_fd.c',
+ 'openssl/crypto/bio/bss_file.c',
+ 'openssl/crypto/bio/bss_log.c',
+ 'openssl/crypto/bio/bss_mem.c',
+ 'openssl/crypto/bio/bss_null.c',
+ 'openssl/crypto/bio/bss_sock.c',
+ 'openssl/crypto/blake2/blake2b.c',
+ 'openssl/crypto/blake2/blake2s.c',
+ 'openssl/crypto/blake2/m_blake2b.c',
+ 'openssl/crypto/blake2/m_blake2s.c',
+ 'openssl/crypto/bn/bn_add.c',
+ 'openssl/crypto/bn/bn_blind.c',
+ 'openssl/crypto/bn/bn_const.c',
+ 'openssl/crypto/bn/bn_ctx.c',
+ 'openssl/crypto/bn/bn_depr.c',
+ 'openssl/crypto/bn/bn_dh.c',
+ 'openssl/crypto/bn/bn_div.c',
+ 'openssl/crypto/bn/bn_err.c',
+ 'openssl/crypto/bn/bn_exp.c',
+ 'openssl/crypto/bn/bn_exp2.c',
+ 'openssl/crypto/bn/bn_gcd.c',
+ 'openssl/crypto/bn/bn_gf2m.c',
+ 'openssl/crypto/bn/bn_intern.c',
+ 'openssl/crypto/bn/bn_kron.c',
+ 'openssl/crypto/bn/bn_lib.c',
+ 'openssl/crypto/bn/bn_mod.c',
+ 'openssl/crypto/bn/bn_mont.c',
+ 'openssl/crypto/bn/bn_mpi.c',
+ 'openssl/crypto/bn/bn_mul.c',
+ 'openssl/crypto/bn/bn_nist.c',
+ 'openssl/crypto/bn/bn_prime.c',
+ 'openssl/crypto/bn/bn_print.c',
+ 'openssl/crypto/bn/bn_rand.c',
+ 'openssl/crypto/bn/bn_recp.c',
+ 'openssl/crypto/bn/bn_shift.c',
+ 'openssl/crypto/bn/bn_sqr.c',
+ 'openssl/crypto/bn/bn_sqrt.c',
+ 'openssl/crypto/bn/bn_srp.c',
+ 'openssl/crypto/bn/bn_word.c',
+ 'openssl/crypto/bn/bn_x931p.c',
+ 'openssl/crypto/buffer/buf_err.c',
+ 'openssl/crypto/buffer/buffer.c',
+ 'openssl/crypto/camellia/camellia.c',
+ 'openssl/crypto/camellia/cmll_cbc.c',
+ 'openssl/crypto/camellia/cmll_cfb.c',
+ 'openssl/crypto/camellia/cmll_ctr.c',
+ 'openssl/crypto/camellia/cmll_ecb.c',
+ 'openssl/crypto/camellia/cmll_misc.c',
+ 'openssl/crypto/camellia/cmll_ofb.c',
+ 'openssl/crypto/cast/c_cfb64.c',
+ 'openssl/crypto/cast/c_ecb.c',
+ 'openssl/crypto/cast/c_enc.c',
+ 'openssl/crypto/cast/c_ofb64.c',
+ 'openssl/crypto/cast/c_skey.c',
+ 'openssl/crypto/cmac/cm_ameth.c',
+ 'openssl/crypto/cmac/cm_pmeth.c',
+ 'openssl/crypto/cmac/cmac.c',
+ 'openssl/crypto/cms/cms_asn1.c',
+ 'openssl/crypto/cms/cms_att.c',
+ 'openssl/crypto/cms/cms_cd.c',
+ 'openssl/crypto/cms/cms_dd.c',
+ 'openssl/crypto/cms/cms_enc.c',
+ 'openssl/crypto/cms/cms_env.c',
+ 'openssl/crypto/cms/cms_err.c',
+ 'openssl/crypto/cms/cms_ess.c',
+ 'openssl/crypto/cms/cms_io.c',
+ 'openssl/crypto/cms/cms_kari.c',
+ 'openssl/crypto/cms/cms_lib.c',
+ 'openssl/crypto/cms/cms_pwri.c',
+ 'openssl/crypto/cms/cms_sd.c',
+ 'openssl/crypto/cms/cms_smime.c',
+ 'openssl/crypto/conf/conf_api.c',
+ 'openssl/crypto/conf/conf_def.c',
+ 'openssl/crypto/conf/conf_err.c',
+ 'openssl/crypto/conf/conf_lib.c',
+ 'openssl/crypto/conf/conf_mall.c',
+ 'openssl/crypto/conf/conf_mod.c',
+ 'openssl/crypto/conf/conf_sap.c',
+ 'openssl/crypto/cpt_err.c',
+ 'openssl/crypto/cryptlib.c',
+ 'openssl/crypto/ct/ct_b64.c',
+ 'openssl/crypto/ct/ct_err.c',
+ 'openssl/crypto/ct/ct_log.c',
+ 'openssl/crypto/ct/ct_oct.c',
+ 'openssl/crypto/ct/ct_policy.c',
+ 'openssl/crypto/ct/ct_prn.c',
+ 'openssl/crypto/ct/ct_sct.c',
+ 'openssl/crypto/ct/ct_sct_ctx.c',
+ 'openssl/crypto/ct/ct_vfy.c',
+ 'openssl/crypto/ct/ct_x509v3.c',
+ 'openssl/crypto/cversion.c',
+ 'openssl/crypto/des/cbc_cksm.c',
+ 'openssl/crypto/des/cbc_enc.c',
+ 'openssl/crypto/des/cfb64ede.c',
+ 'openssl/crypto/des/cfb64enc.c',
+ 'openssl/crypto/des/cfb_enc.c',
+ 'openssl/crypto/des/des_enc.c',
+ 'openssl/crypto/des/ecb3_enc.c',
+ 'openssl/crypto/des/ecb_enc.c',
+ 'openssl/crypto/des/fcrypt.c',
+ 'openssl/crypto/des/fcrypt_b.c',
+ 'openssl/crypto/des/ofb64ede.c',
+ 'openssl/crypto/des/ofb64enc.c',
+ 'openssl/crypto/des/ofb_enc.c',
+ 'openssl/crypto/des/pcbc_enc.c',
+ 'openssl/crypto/des/qud_cksm.c',
+ 'openssl/crypto/des/rand_key.c',
+ 'openssl/crypto/des/rpc_enc.c',
+ 'openssl/crypto/des/set_key.c',
+ 'openssl/crypto/des/str2key.c',
+ 'openssl/crypto/des/xcbc_enc.c',
+ 'openssl/crypto/dh/dh_ameth.c',
+ 'openssl/crypto/dh/dh_asn1.c',
+ 'openssl/crypto/dh/dh_check.c',
+ 'openssl/crypto/dh/dh_depr.c',
+ 'openssl/crypto/dh/dh_err.c',
+ 'openssl/crypto/dh/dh_gen.c',
+ 'openssl/crypto/dh/dh_kdf.c',
+ 'openssl/crypto/dh/dh_key.c',
+ 'openssl/crypto/dh/dh_lib.c',
+ 'openssl/crypto/dh/dh_meth.c',
+ 'openssl/crypto/dh/dh_pmeth.c',
+ 'openssl/crypto/dh/dh_prn.c',
+ 'openssl/crypto/dh/dh_rfc5114.c',
+ 'openssl/crypto/dsa/dsa_ameth.c',
+ 'openssl/crypto/dsa/dsa_asn1.c',
+ 'openssl/crypto/dsa/dsa_depr.c',
+ 'openssl/crypto/dsa/dsa_err.c',
+ 'openssl/crypto/dsa/dsa_gen.c',
+ 'openssl/crypto/dsa/dsa_key.c',
+ 'openssl/crypto/dsa/dsa_lib.c',
+ 'openssl/crypto/dsa/dsa_meth.c',
+ 'openssl/crypto/dsa/dsa_ossl.c',
+ 'openssl/crypto/dsa/dsa_pmeth.c',
+ 'openssl/crypto/dsa/dsa_prn.c',
+ 'openssl/crypto/dsa/dsa_sign.c',
+ 'openssl/crypto/dsa/dsa_vrf.c',
+ 'openssl/crypto/dso/dso_dl.c',
+ 'openssl/crypto/dso/dso_dlfcn.c',
+ 'openssl/crypto/dso/dso_err.c',
+ 'openssl/crypto/dso/dso_lib.c',
+ 'openssl/crypto/dso/dso_openssl.c',
+ 'openssl/crypto/dso/dso_vms.c',
+ 'openssl/crypto/dso/dso_win32.c',
+ 'openssl/crypto/ebcdic.c',
+ 'openssl/crypto/ec/curve25519.c',
+ 'openssl/crypto/ec/ec2_mult.c',
+ 'openssl/crypto/ec/ec2_oct.c',
+ 'openssl/crypto/ec/ec2_smpl.c',
+ 'openssl/crypto/ec/ec_ameth.c',
+ 'openssl/crypto/ec/ec_asn1.c',
+ 'openssl/crypto/ec/ec_check.c',
+ 'openssl/crypto/ec/ec_curve.c',
+ 'openssl/crypto/ec/ec_cvt.c',
+ 'openssl/crypto/ec/ec_err.c',
+ 'openssl/crypto/ec/ec_key.c',
+ 'openssl/crypto/ec/ec_kmeth.c',
+ 'openssl/crypto/ec/ec_lib.c',
+ 'openssl/crypto/ec/ec_mult.c',
+ 'openssl/crypto/ec/ec_oct.c',
+ 'openssl/crypto/ec/ec_pmeth.c',
+ 'openssl/crypto/ec/ec_print.c',
+ 'openssl/crypto/ec/ecdh_kdf.c',
+ 'openssl/crypto/ec/ecdh_ossl.c',
+ 'openssl/crypto/ec/ecdsa_ossl.c',
+ 'openssl/crypto/ec/ecdsa_sign.c',
+ 'openssl/crypto/ec/ecdsa_vrf.c',
+ 'openssl/crypto/ec/eck_prn.c',
+ 'openssl/crypto/ec/ecp_mont.c',
+ 'openssl/crypto/ec/ecp_nist.c',
+ 'openssl/crypto/ec/ecp_nistp224.c',
+ 'openssl/crypto/ec/ecp_nistp256.c',
+ 'openssl/crypto/ec/ecp_nistp521.c',
+ 'openssl/crypto/ec/ecp_nistputil.c',
+ 'openssl/crypto/ec/ecp_oct.c',
+ 'openssl/crypto/ec/ecp_smpl.c',
+ 'openssl/crypto/ec/ecx_meth.c',
+ 'openssl/crypto/engine/eng_all.c',
+ 'openssl/crypto/engine/eng_cnf.c',
+ 'openssl/crypto/engine/eng_cryptodev.c',
+ 'openssl/crypto/engine/eng_ctrl.c',
+ 'openssl/crypto/engine/eng_dyn.c',
+ 'openssl/crypto/engine/eng_err.c',
+ 'openssl/crypto/engine/eng_fat.c',
+ 'openssl/crypto/engine/eng_init.c',
+ 'openssl/crypto/engine/eng_lib.c',
+ 'openssl/crypto/engine/eng_list.c',
+ 'openssl/crypto/engine/eng_openssl.c',
+ 'openssl/crypto/engine/eng_pkey.c',
+ 'openssl/crypto/engine/eng_rdrand.c',
+ 'openssl/crypto/engine/eng_table.c',
+ 'openssl/crypto/engine/tb_asnmth.c',
+ 'openssl/crypto/engine/tb_cipher.c',
+ 'openssl/crypto/engine/tb_dh.c',
+ 'openssl/crypto/engine/tb_digest.c',
+ 'openssl/crypto/engine/tb_dsa.c',
+ 'openssl/crypto/engine/tb_eckey.c',
+ 'openssl/crypto/engine/tb_pkmeth.c',
+ 'openssl/crypto/engine/tb_rand.c',
+ 'openssl/crypto/engine/tb_rsa.c',
+ 'openssl/crypto/err/err.c',
+ 'openssl/crypto/err/err_all.c',
+ 'openssl/crypto/err/err_prn.c',
+ 'openssl/crypto/evp/bio_b64.c',
+ 'openssl/crypto/evp/bio_enc.c',
+ 'openssl/crypto/evp/bio_md.c',
+ 'openssl/crypto/evp/bio_ok.c',
+ 'openssl/crypto/evp/c_allc.c',
+ 'openssl/crypto/evp/c_alld.c',
+ 'openssl/crypto/evp/cmeth_lib.c',
+ 'openssl/crypto/evp/digest.c',
+ 'openssl/crypto/evp/e_aes.c',
+ 'openssl/crypto/evp/e_aes_cbc_hmac_sha1.c',
+ 'openssl/crypto/evp/e_aes_cbc_hmac_sha256.c',
+ 'openssl/crypto/evp/e_bf.c',
+ 'openssl/crypto/evp/e_camellia.c',
+ 'openssl/crypto/evp/e_cast.c',
+ 'openssl/crypto/evp/e_chacha20_poly1305.c',
+ 'openssl/crypto/evp/e_des.c',
+ 'openssl/crypto/evp/e_des3.c',
+ 'openssl/crypto/evp/e_idea.c',
+ 'openssl/crypto/evp/e_null.c',
+ 'openssl/crypto/evp/e_old.c',
+ 'openssl/crypto/evp/e_rc2.c',
+ 'openssl/crypto/evp/e_rc4.c',
+ 'openssl/crypto/evp/e_rc4_hmac_md5.c',
+ 'openssl/crypto/evp/e_rc5.c',
+ 'openssl/crypto/evp/e_seed.c',
+ 'openssl/crypto/evp/e_xcbc_d.c',
+ 'openssl/crypto/evp/encode.c',
+ 'openssl/crypto/evp/evp_cnf.c',
+ 'openssl/crypto/evp/evp_enc.c',
+ 'openssl/crypto/evp/evp_err.c',
+ 'openssl/crypto/evp/evp_key.c',
+ 'openssl/crypto/evp/evp_lib.c',
+ 'openssl/crypto/evp/evp_pbe.c',
+ 'openssl/crypto/evp/evp_pkey.c',
+ 'openssl/crypto/evp/m_md2.c',
+ 'openssl/crypto/evp/m_md4.c',
+ 'openssl/crypto/evp/m_md5.c',
+ 'openssl/crypto/evp/m_md5_sha1.c',
+ 'openssl/crypto/evp/m_mdc2.c',
+ 'openssl/crypto/evp/m_null.c',
+ 'openssl/crypto/evp/m_ripemd.c',
+ 'openssl/crypto/evp/m_sha1.c',
+ 'openssl/crypto/evp/m_sigver.c',
+ 'openssl/crypto/evp/m_wp.c',
+ 'openssl/crypto/evp/names.c',
+ 'openssl/crypto/evp/p5_crpt.c',
+ 'openssl/crypto/evp/p5_crpt2.c',
+ 'openssl/crypto/evp/p_dec.c',
+ 'openssl/crypto/evp/p_enc.c',
+ 'openssl/crypto/evp/p_lib.c',
+ 'openssl/crypto/evp/p_open.c',
+ 'openssl/crypto/evp/p_seal.c',
+ 'openssl/crypto/evp/p_sign.c',
+ 'openssl/crypto/evp/p_verify.c',
+ 'openssl/crypto/evp/pmeth_fn.c',
+ 'openssl/crypto/evp/pmeth_gn.c',
+ 'openssl/crypto/evp/pmeth_lib.c',
+ 'openssl/crypto/evp/scrypt.c',
+ 'openssl/crypto/ex_data.c',
+ 'openssl/crypto/hmac/hm_ameth.c',
+ 'openssl/crypto/hmac/hm_pmeth.c',
+ 'openssl/crypto/hmac/hmac.c',
+ 'openssl/crypto/idea/i_cbc.c',
+ 'openssl/crypto/idea/i_cfb64.c',
+ 'openssl/crypto/idea/i_ecb.c',
+ 'openssl/crypto/idea/i_ofb64.c',
+ 'openssl/crypto/idea/i_skey.c',
+ 'openssl/crypto/init.c',
+ 'openssl/crypto/kdf/hkdf.c',
+ 'openssl/crypto/kdf/kdf_err.c',
+ 'openssl/crypto/kdf/tls1_prf.c',
+ 'openssl/crypto/lhash/lh_stats.c',
+ 'openssl/crypto/lhash/lhash.c',
+ 'openssl/crypto/md4/md4_dgst.c',
+ 'openssl/crypto/md4/md4_one.c',
+ 'openssl/crypto/md5/md5_dgst.c',
+ 'openssl/crypto/md5/md5_one.c',
+ 'openssl/crypto/mdc2/mdc2_one.c',
+ 'openssl/crypto/mdc2/mdc2dgst.c',
+ 'openssl/crypto/mem.c',
+ 'openssl/crypto/mem_dbg.c',
+ 'openssl/crypto/mem_sec.c',
+ 'openssl/crypto/modes/cbc128.c',
+ 'openssl/crypto/modes/ccm128.c',
+ 'openssl/crypto/modes/cfb128.c',
+ 'openssl/crypto/modes/ctr128.c',
+ 'openssl/crypto/modes/cts128.c',
+ 'openssl/crypto/modes/gcm128.c',
+ 'openssl/crypto/modes/ocb128.c',
+ 'openssl/crypto/modes/ofb128.c',
+ 'openssl/crypto/modes/wrap128.c',
+ 'openssl/crypto/modes/xts128.c',
+ 'openssl/crypto/o_dir.c',
+ 'openssl/crypto/o_fips.c',
+ 'openssl/crypto/o_fopen.c',
+ 'openssl/crypto/o_init.c',
+ 'openssl/crypto/o_str.c',
+ 'openssl/crypto/o_time.c',
+ 'openssl/crypto/objects/o_names.c',
+ 'openssl/crypto/objects/obj_dat.c',
+ 'openssl/crypto/objects/obj_err.c',
+ 'openssl/crypto/objects/obj_lib.c',
+ 'openssl/crypto/objects/obj_xref.c',
+ 'openssl/crypto/ocsp/ocsp_asn.c',
+ 'openssl/crypto/ocsp/ocsp_cl.c',
+ 'openssl/crypto/ocsp/ocsp_err.c',
+ 'openssl/crypto/ocsp/ocsp_ext.c',
+ 'openssl/crypto/ocsp/ocsp_ht.c',
+ 'openssl/crypto/ocsp/ocsp_lib.c',
+ 'openssl/crypto/ocsp/ocsp_prn.c',
+ 'openssl/crypto/ocsp/ocsp_srv.c',
+ 'openssl/crypto/ocsp/ocsp_vfy.c',
+ 'openssl/crypto/ocsp/v3_ocsp.c',
+ 'openssl/crypto/pem/pem_all.c',
+ 'openssl/crypto/pem/pem_err.c',
+ 'openssl/crypto/pem/pem_info.c',
+ 'openssl/crypto/pem/pem_lib.c',
+ 'openssl/crypto/pem/pem_oth.c',
+ 'openssl/crypto/pem/pem_pk8.c',
+ 'openssl/crypto/pem/pem_pkey.c',
+ 'openssl/crypto/pem/pem_sign.c',
+ 'openssl/crypto/pem/pem_x509.c',
+ 'openssl/crypto/pem/pem_xaux.c',
+ 'openssl/crypto/pem/pvkfmt.c',
+ 'openssl/crypto/pkcs12/p12_add.c',
+ 'openssl/crypto/pkcs12/p12_asn.c',
+ 'openssl/crypto/pkcs12/p12_attr.c',
+ 'openssl/crypto/pkcs12/p12_crpt.c',
+ 'openssl/crypto/pkcs12/p12_crt.c',
+ 'openssl/crypto/pkcs12/p12_decr.c',
+ 'openssl/crypto/pkcs12/p12_init.c',
+ 'openssl/crypto/pkcs12/p12_key.c',
+ 'openssl/crypto/pkcs12/p12_kiss.c',
+ 'openssl/crypto/pkcs12/p12_mutl.c',
+ 'openssl/crypto/pkcs12/p12_npas.c',
+ 'openssl/crypto/pkcs12/p12_p8d.c',
+ 'openssl/crypto/pkcs12/p12_p8e.c',
+ 'openssl/crypto/pkcs12/p12_sbag.c',
+ 'openssl/crypto/pkcs12/p12_utl.c',
+ 'openssl/crypto/pkcs12/pk12err.c',
+ 'openssl/crypto/pkcs7/bio_pk7.c',
+ 'openssl/crypto/pkcs7/pk7_asn1.c',
+ 'openssl/crypto/pkcs7/pk7_attr.c',
+ 'openssl/crypto/pkcs7/pk7_doit.c',
+ 'openssl/crypto/pkcs7/pk7_lib.c',
+ 'openssl/crypto/pkcs7/pk7_mime.c',
+ 'openssl/crypto/pkcs7/pk7_smime.c',
+ 'openssl/crypto/pkcs7/pkcs7err.c',
+ 'openssl/crypto/poly1305/poly1305.c',
+ 'openssl/crypto/ppccap.c',
+ 'openssl/crypto/rand/md_rand.c',
+ 'openssl/crypto/rand/rand_egd.c',
+ 'openssl/crypto/rand/rand_err.c',
+ 'openssl/crypto/rand/rand_lib.c',
+ 'openssl/crypto/rand/rand_unix.c',
+ 'openssl/crypto/rand/rand_vms.c',
+ 'openssl/crypto/rand/rand_win.c',
+ 'openssl/crypto/rand/randfile.c',
+ 'openssl/crypto/rc2/rc2_cbc.c',
+ 'openssl/crypto/rc2/rc2_ecb.c',
+ 'openssl/crypto/rc2/rc2_skey.c',
+ 'openssl/crypto/rc2/rc2cfb64.c',
+ 'openssl/crypto/rc2/rc2ofb64.c',
+ 'openssl/crypto/rc4/rc4_enc.c',
+ 'openssl/crypto/rc4/rc4_skey.c',
+ 'openssl/crypto/ripemd/rmd_dgst.c',
+ 'openssl/crypto/ripemd/rmd_one.c',
+ 'openssl/crypto/rsa/rsa_ameth.c',
+ 'openssl/crypto/rsa/rsa_asn1.c',
+ 'openssl/crypto/rsa/rsa_chk.c',
+ 'openssl/crypto/rsa/rsa_crpt.c',
+ 'openssl/crypto/rsa/rsa_depr.c',
+ 'openssl/crypto/rsa/rsa_err.c',
+ 'openssl/crypto/rsa/rsa_gen.c',
+ 'openssl/crypto/rsa/rsa_lib.c',
+ 'openssl/crypto/rsa/rsa_meth.c',
+ 'openssl/crypto/rsa/rsa_none.c',
+ 'openssl/crypto/rsa/rsa_null.c',
+ 'openssl/crypto/rsa/rsa_oaep.c',
+ 'openssl/crypto/rsa/rsa_ossl.c',
+ 'openssl/crypto/rsa/rsa_pk1.c',
+ 'openssl/crypto/rsa/rsa_pmeth.c',
+ 'openssl/crypto/rsa/rsa_prn.c',
+ 'openssl/crypto/rsa/rsa_pss.c',
+ 'openssl/crypto/rsa/rsa_saos.c',
+ 'openssl/crypto/rsa/rsa_sign.c',
+ 'openssl/crypto/rsa/rsa_ssl.c',
+ 'openssl/crypto/rsa/rsa_x931.c',
+ 'openssl/crypto/rsa/rsa_x931g.c',
+ 'openssl/crypto/seed/seed.c',
+ 'openssl/crypto/seed/seed_cbc.c',
+ 'openssl/crypto/seed/seed_cfb.c',
+ 'openssl/crypto/seed/seed_ecb.c',
+ 'openssl/crypto/seed/seed_ofb.c',
+ 'openssl/crypto/sha/sha1_one.c',
+ 'openssl/crypto/sha/sha1dgst.c',
+ 'openssl/crypto/sha/sha256.c',
+ 'openssl/crypto/sha/sha512.c',
+ 'openssl/crypto/srp/srp_lib.c',
+ 'openssl/crypto/srp/srp_vfy.c',
+ 'openssl/crypto/stack/stack.c',
+ 'openssl/crypto/threads_none.c',
+ 'openssl/crypto/threads_pthread.c',
+ 'openssl/crypto/threads_win.c',
+ 'openssl/crypto/ts/ts_asn1.c',
+ 'openssl/crypto/ts/ts_conf.c',
+ 'openssl/crypto/ts/ts_err.c',
+ 'openssl/crypto/ts/ts_lib.c',
+ 'openssl/crypto/ts/ts_req_print.c',
+ 'openssl/crypto/ts/ts_req_utils.c',
+ 'openssl/crypto/ts/ts_rsp_print.c',
+ 'openssl/crypto/ts/ts_rsp_sign.c',
+ 'openssl/crypto/ts/ts_rsp_utils.c',
+ 'openssl/crypto/ts/ts_rsp_verify.c',
+ 'openssl/crypto/ts/ts_verify_ctx.c',
+ 'openssl/crypto/txt_db/txt_db.c',
+ 'openssl/crypto/ui/ui_err.c',
+ 'openssl/crypto/ui/ui_lib.c',
+ 'openssl/crypto/ui/ui_openssl.c',
+ 'openssl/crypto/ui/ui_util.c',
+ 'openssl/crypto/uid.c',
+ 'openssl/crypto/whrlpool/wp_block.c',
+ 'openssl/crypto/whrlpool/wp_dgst.c',
+ 'openssl/crypto/x509/by_dir.c',
+ 'openssl/crypto/x509/by_file.c',
+ 'openssl/crypto/x509/t_crl.c',
+ 'openssl/crypto/x509/t_req.c',
+ 'openssl/crypto/x509/t_x509.c',
+ 'openssl/crypto/x509/x509_att.c',
+ 'openssl/crypto/x509/x509_cmp.c',
+ 'openssl/crypto/x509/x509_d2.c',
+ 'openssl/crypto/x509/x509_def.c',
+ 'openssl/crypto/x509/x509_err.c',
+ 'openssl/crypto/x509/x509_ext.c',
+ 'openssl/crypto/x509/x509_lu.c',
+ 'openssl/crypto/x509/x509_obj.c',
+ 'openssl/crypto/x509/x509_r2x.c',
+ 'openssl/crypto/x509/x509_req.c',
+ 'openssl/crypto/x509/x509_set.c',
+ 'openssl/crypto/x509/x509_trs.c',
+ 'openssl/crypto/x509/x509_txt.c',
+ 'openssl/crypto/x509/x509_v3.c',
+ 'openssl/crypto/x509/x509_vfy.c',
+ 'openssl/crypto/x509/x509_vpm.c',
+ 'openssl/crypto/x509/x509cset.c',
+ 'openssl/crypto/x509/x509name.c',
+ 'openssl/crypto/x509/x509rset.c',
+ 'openssl/crypto/x509/x509spki.c',
+ 'openssl/crypto/x509/x509type.c',
+ 'openssl/crypto/x509/x_all.c',
+ 'openssl/crypto/x509/x_attrib.c',
+ 'openssl/crypto/x509/x_crl.c',
+ 'openssl/crypto/x509/x_exten.c',
+ 'openssl/crypto/x509/x_name.c',
+ 'openssl/crypto/x509/x_pubkey.c',
+ 'openssl/crypto/x509/x_req.c',
+ 'openssl/crypto/x509/x_x509.c',
+ 'openssl/crypto/x509/x_x509a.c',
+ 'openssl/crypto/x509v3/pcy_cache.c',
+ 'openssl/crypto/x509v3/pcy_data.c',
+ 'openssl/crypto/x509v3/pcy_lib.c',
+ 'openssl/crypto/x509v3/pcy_map.c',
+ 'openssl/crypto/x509v3/pcy_node.c',
+ 'openssl/crypto/x509v3/pcy_tree.c',
+ 'openssl/crypto/x509v3/v3_addr.c',
+ 'openssl/crypto/x509v3/v3_akey.c',
+ 'openssl/crypto/x509v3/v3_akeya.c',
+ 'openssl/crypto/x509v3/v3_alt.c',
+ 'openssl/crypto/x509v3/v3_asid.c',
+ 'openssl/crypto/x509v3/v3_bcons.c',
+ 'openssl/crypto/x509v3/v3_bitst.c',
+ 'openssl/crypto/x509v3/v3_conf.c',
+ 'openssl/crypto/x509v3/v3_cpols.c',
+ 'openssl/crypto/x509v3/v3_crld.c',
+ 'openssl/crypto/x509v3/v3_enum.c',
+ 'openssl/crypto/x509v3/v3_extku.c',
+ 'openssl/crypto/x509v3/v3_genn.c',
+ 'openssl/crypto/x509v3/v3_ia5.c',
+ 'openssl/crypto/x509v3/v3_info.c',
+ 'openssl/crypto/x509v3/v3_int.c',
+ 'openssl/crypto/x509v3/v3_lib.c',
+ 'openssl/crypto/x509v3/v3_ncons.c',
+ 'openssl/crypto/x509v3/v3_pci.c',
+ 'openssl/crypto/x509v3/v3_pcia.c',
+ 'openssl/crypto/x509v3/v3_pcons.c',
+ 'openssl/crypto/x509v3/v3_pku.c',
+ 'openssl/crypto/x509v3/v3_pmaps.c',
+ 'openssl/crypto/x509v3/v3_prn.c',
+ 'openssl/crypto/x509v3/v3_purp.c',
+ 'openssl/crypto/x509v3/v3_skey.c',
+ 'openssl/crypto/x509v3/v3_sxnet.c',
+ 'openssl/crypto/x509v3/v3_tlsf.c',
+ 'openssl/crypto/x509v3/v3_utl.c',
+ 'openssl/crypto/x509v3/v3err.c',
+ 'openssl/engines/e_capi.c',
+ 'openssl/engines/e_padlock.c',
+ ],
+ 'openssl_sources_aix64-gcc': [
+ './config/archs/aix64-gcc/asm/crypto/aes/aes-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/aes/aesp8-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/aes/vpaes-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/bn/bn-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/bn/ppc-mont.s',
+ './config/archs/aix64-gcc/asm/crypto/bn/ppc64-mont.s',
+ './config/archs/aix64-gcc/asm/crypto/chacha/chacha-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/modes/ghashp8-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/poly1305/poly1305-ppcfp.s',
+ './config/archs/aix64-gcc/asm/crypto/ppccpuid.s',
+ './config/archs/aix64-gcc/asm/crypto/sha/sha1-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/sha/sha256-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/sha/sha256p8-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/sha/sha512-ppc.s',
+ './config/archs/aix64-gcc/asm/crypto/sha/sha512p8-ppc.s',
+ ],
+ 'openssl_defines_aix64-gcc': [
+ 'DSO_DLFCN',
+ 'HAVE_DLFCN_H',
+ 'NDEBUG',
+ 'OPENSSL_THREADS',
+ 'OPENSSL_NO_DYNAMIC_ENGINE',
+ 'OPENSSL_PIC',
+ 'OPENSSL_BN_ASM_MONT',
+ 'SHA1_ASM',
+ 'SHA256_ASM',
+ 'SHA512_ASM',
+ 'AES_ASM',
+ 'VPAES_ASM',
+ 'POLY1305_ASM',
+ ],
+ 'openssl_cflags_aix64-gcc': [
+ '-maix64 -DB_ENDIAN -O -pthread',
+ ],
+ 'openssl_ex_libs_aix64-gcc': [
+ '-pthread',
+ ],
+ },
+ 'include_dirs': [
+ '.',
+ './include',
+ './crypto',
+ './crypto/include/internal',
+ ],
+ 'defines': ['<@(openssl_defines_aix64-gcc)'],
+ 'cflags' : ['<@(openssl_cflags_aix64-gcc)'],
+ 'libraries': ['<@(openssl_ex_libs_aix64-gcc)'],
+ 'sources': ['<@(openssl_sources)', '<@(openssl_sources_aix64-gcc)'],
+}
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/configdata.pm b/deps/openssl/config/archs/aix64-gcc/no-asm/configdata.pm
new file mode 100644
index 0000000000..5e25c7b88b
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/configdata.pm
@@ -0,0 +1,12786 @@
+package configdata;
+
+use strict;
+use warnings;
+
+use Exporter;
+#use vars qw(@ISA @EXPORT);
+our @ISA = qw(Exporter);
+our @EXPORT = qw(%config %target %disabled %withargs %unified_info @disablables);
+
+our %config = (
+ b32 => "0",
+ b64 => "0",
+ b64l => "1",
+ baseaddr => "0xFB00000",
+ bn_ll => "0",
+ build_file => "Makefile",
+ build_file_templates => [ "Configurations/unix-Makefile.tmpl", "Configurations/common.tmpl" ],
+ build_infos => [ "./build.info", "crypto/build.info", "ssl/build.info", "engines/build.info", "apps/build.info", "test/build.info", "util/build.info", "tools/build.info", "fuzz/build.info", "crypto/objects/build.info", "crypto/md4/build.info", "crypto/md5/build.info", "crypto/sha/build.info", "crypto/mdc2/build.info", "crypto/hmac/build.info", "crypto/ripemd/build.info", "crypto/whrlpool/build.info", "crypto/poly1305/build.info", "crypto/blake2/build.info", "crypto/des/build.info", "crypto/aes/build.info", "crypto/rc2/build.info", "crypto/rc4/build.info", "crypto/idea/build.info", "crypto/bf/build.info", "crypto/cast/build.info", "crypto/camellia/build.info", "crypto/seed/build.info", "crypto/chacha/build.info", "crypto/modes/build.info", "crypto/bn/build.info", "crypto/ec/build.info", "crypto/rsa/build.info", "crypto/dsa/build.info", "crypto/dh/build.info", "crypto/dso/build.info", "crypto/engine/build.info", "crypto/buffer/build.info", "crypto/bio/build.info", "crypto/stack/build.info", "crypto/lhash/build.info", "crypto/rand/build.info", "crypto/err/build.info", "crypto/evp/build.info", "crypto/asn1/build.info", "crypto/pem/build.info", "crypto/x509/build.info", "crypto/x509v3/build.info", "crypto/conf/build.info", "crypto/txt_db/build.info", "crypto/pkcs7/build.info", "crypto/pkcs12/build.info", "crypto/ocsp/build.info", "crypto/ui/build.info", "crypto/cms/build.info", "crypto/ts/build.info", "crypto/srp/build.info", "crypto/cmac/build.info", "crypto/ct/build.info", "crypto/async/build.info", "crypto/kdf/build.info" ],
+ build_type => "release",
+ builddir => ".",
+ cc => "gcc",
+ cflags => "",
+ conf_files => [ "Configurations/00-base-templates.conf", "Configurations/10-main.conf" ],
+ cross_compile_prefix => "",
+ defines => [ "DSO_DLFCN", "HAVE_DLFCN_H", "NDEBUG", "OPENSSL_THREADS", "OPENSSL_NO_DYNAMIC_ENGINE", "OPENSSL_PIC" ],
+ dirs => [ "crypto", "ssl", "engines", "apps", "test", "util", "tools", "fuzz" ],
+ dynamic_engines => "0",
+ engdirs => [ ],
+ ex_libs => "",
+ export_var_as_fn => "0",
+ fips => "0",
+ fipslibdir => "/usr/local/ssl/fips-2.0/lib/",
+ hashbangperl => "/usr/bin/env perl",
+ libdir => "",
+ major => "1",
+ makedepprog => "gcc",
+ minor => "1.0",
+ openssl_algorithm_defines => [ "OPENSSL_NO_COMP", "OPENSSL_NO_MD2", "OPENSSL_NO_RC5" ],
+ openssl_api_defines => [ ],
+ openssl_other_defines => [ "OPENSSL_NO_AFALGENG", "OPENSSL_NO_ASAN", "OPENSSL_NO_ASM", "OPENSSL_NO_CRYPTO_MDEBUG", "OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE", "OPENSSL_NO_EC_NISTP_64_GCC_128", "OPENSSL_NO_EGD", "OPENSSL_NO_FUZZ_AFL", "OPENSSL_NO_FUZZ_LIBFUZZER", "OPENSSL_NO_HEARTBEATS", "OPENSSL_NO_MSAN", "OPENSSL_NO_SCTP", "OPENSSL_NO_SSL_TRACE", "OPENSSL_NO_SSL3", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_UBSAN", "OPENSSL_NO_UNIT_TEST", "OPENSSL_NO_WEAK_SSL_CIPHERS", "OPENSSL_NO_AFALGENG" ],
+ openssl_sys_defines => [ "OPENSSL_SYS_AIX" ],
+ openssl_thread_defines => [ "OPENSSL_THREADS" ],
+ openssldir => "",
+ options => " no-afalgeng no-asan no-asm no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl-trace no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
+ perl => "/usr/bin/perl",
+ perlargv => [ "no-comp", "no-shared", "no-afalgeng", "no-asm", "aix64-gcc" ],
+ prefix => "",
+ processor => "",
+ rc4_int => "unsigned char",
+ sdirs => [ "objects", "md4", "md5", "sha", "mdc2", "hmac", "ripemd", "whrlpool", "poly1305", "blake2", "des", "aes", "rc2", "rc4", "idea", "bf", "cast", "camellia", "seed", "chacha", "modes", "bn", "ec", "rsa", "dsa", "dh", "dso", "engine", "buffer", "bio", "stack", "lhash", "rand", "err", "evp", "asn1", "pem", "x509", "x509v3", "conf", "txt_db", "pkcs7", "pkcs12", "ocsp", "ui", "cms", "ts", "srp", "cmac", "ct", "async", "kdf" ],
+ shared_ldflag => "",
+ shlib_major => "1",
+ shlib_minor => "1",
+ shlib_version_history => "",
+ shlib_version_number => "1.1",
+ sourcedir => ".",
+ target => "aix64-gcc",
+ version => "1.1.0h",
+ version_num => "0x1010008fL",
+);
+
+our %target = (
+ _conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf" ],
+ aes_asm_src => "aes_core.c aes_cbc.c",
+ aes_obj => "aes_core.o aes_cbc.o",
+ apps_aux_src => "",
+ apps_obj => "",
+ ar => "ar",
+ arflags => "-X64",
+ bf_asm_src => "bf_enc.c",
+ bf_obj => "bf_enc.o",
+ bn_asm_src => "bn_asm.c",
+ bn_obj => "bn_asm.o",
+ bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
+ build_file => "Makefile",
+ build_scheme => [ "unified", "unix" ],
+ cast_asm_src => "c_enc.c",
+ cast_obj => "c_enc.o",
+ cc => "gcc",
+ cflags => "-maix64 -DB_ENDIAN -O -pthread",
+ chacha_asm_src => "chacha_enc.c",
+ chacha_obj => "chacha_enc.o",
+ cmll_asm_src => "camellia.c cmll_misc.c cmll_cbc.c",
+ cmll_obj => "camellia.o cmll_misc.o cmll_cbc.o",
+ cpuid_asm_src => "mem_clr.c",
+ cpuid_obj => "mem_clr.o",
+ defines => [ ],
+ des_asm_src => "des_enc.c fcrypt_b.c",
+ des_obj => "des_enc.o fcrypt_b.o",
+ dso_extension => ".so",
+ dso_scheme => "DLFCN",
+ ec_asm_src => "",
+ ec_obj => "",
+ ex_libs => "-pthread",
+ exe_extension => "",
+ md5_asm_src => "",
+ md5_obj => "",
+ modes_asm_src => "",
+ modes_obj => "",
+ nm => "nm",
+ padlock_asm_src => "",
+ padlock_obj => "",
+ perlasm_scheme => "aix64",
+ poly1305_asm_src => "",
+ poly1305_obj => "",
+ ranlib => "\$(CROSS_COMPILE)ranlib",
+ rc => "windres",
+ rc4_asm_src => "rc4_enc.c rc4_skey.c",
+ rc4_obj => "rc4_enc.o rc4_skey.o",
+ rc5_asm_src => "rc5_enc.c",
+ rc5_obj => "rc5_enc.o",
+ rmd160_asm_src => "",
+ rmd160_obj => "",
+ shared_cflag => "",
+ shared_defines => [ ],
+ shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ shared_extension_simple => ".so",
+ shared_ldflag => "-maix64 -shared -static-libgcc -Wl,-G",
+ shared_rcflag => "",
+ shared_target => "aix-shared",
+ sys_id => "AIX",
+ template => "1",
+ thread_defines => [ ],
+ thread_scheme => "pthreads",
+ unistd => "<unistd.h>",
+ uplink_aux_src => "",
+ uplink_obj => "",
+ wp_asm_src => "wp_block.c",
+ wp_obj => "wp_block.o",
+);
+
+our %available_protocols = (
+ tls => [ "ssl3", "tls1", "tls1_1", "tls1_2" ],
+ dtls => [ "dtls1", "dtls1_2" ],
+);
+
+our @disablables = (
+ "afalgeng",
+ "asan",
+ "asm",
+ "async",
+ "autoalginit",
+ "autoerrinit",
+ "bf",
+ "blake2",
+ "camellia",
+ "capieng",
+ "cast",
+ "chacha",
+ "cmac",
+ "cms",
+ "comp",
+ "crypto-mdebug",
+ "crypto-mdebug-backtrace",
+ "ct",
+ "deprecated",
+ "des",
+ "dgram",
+ "dh",
+ "dsa",
+ "dso",
+ "dtls",
+ "dynamic-engine",
+ "ec",
+ "ec2m",
+ "ecdh",
+ "ecdsa",
+ "ec_nistp_64_gcc_128",
+ "egd",
+ "engine",
+ "err",
+ "filenames",
+ "fuzz-libfuzzer",
+ "fuzz-afl",
+ "gost",
+ "heartbeats",
+ "hw(-.+)?",
+ "idea",
+ "makedepend",
+ "md2",
+ "md4",
+ "mdc2",
+ "msan",
+ "multiblock",
+ "nextprotoneg",
+ "ocb",
+ "ocsp",
+ "pic",
+ "poly1305",
+ "posix-io",
+ "psk",
+ "rc2",
+ "rc4",
+ "rc5",
+ "rdrand",
+ "rfc3779",
+ "rmd160",
+ "scrypt",
+ "sctp",
+ "seed",
+ "shared",
+ "sock",
+ "srp",
+ "srtp",
+ "sse2",
+ "ssl",
+ "ssl-trace",
+ "static-engine",
+ "stdio",
+ "threads",
+ "tls",
+ "ts",
+ "ubsan",
+ "ui",
+ "unit-test",
+ "whirlpool",
+ "weak-ssl-ciphers",
+ "zlib",
+ "zlib-dynamic",
+ "ssl3",
+ "ssl3-method",
+ "tls1",
+ "tls1-method",
+ "tls1_1",
+ "tls1_1-method",
+ "tls1_2",
+ "tls1_2-method",
+ "dtls1",
+ "dtls1-method",
+ "dtls1_2",
+ "dtls1_2-method",
+);
+
+our %disabled = (
+ "afalgeng" => "option",
+ "asan" => "default",
+ "asm" => "option",
+ "comp" => "option",
+ "crypto-mdebug" => "default",
+ "crypto-mdebug-backtrace" => "default",
+ "dynamic-engine" => "forced",
+ "ec_nistp_64_gcc_128" => "default",
+ "egd" => "default",
+ "fuzz-afl" => "default",
+ "fuzz-libfuzzer" => "default",
+ "heartbeats" => "default",
+ "md2" => "default",
+ "msan" => "default",
+ "rc5" => "default",
+ "sctp" => "default",
+ "shared" => "option",
+ "ssl-trace" => "default",
+ "ssl3" => "default",
+ "ssl3-method" => "default",
+ "ubsan" => "default",
+ "unit-test" => "default",
+ "weak-ssl-ciphers" => "default",
+ "zlib" => "default",
+ "zlib-dynamic" => "default",
+);
+
+our %withargs = (
+);
+
+our %unified_info = (
+ "depends" =>
+ {
+ "" =>
+ [
+ "crypto/include/internal/bn_conf.h",
+ "crypto/include/internal/dso_conf.h",
+ "include/openssl/opensslconf.h",
+ ],
+ "apps/app_rand.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/apps.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ca.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ciphers.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/cms.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/crl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dgst.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dhparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ec.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ecparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/enc.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/engine.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/errstr.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/gendsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/genpkey.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/genrsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/nseq.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ocsp.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/openssl" =>
+ [
+ "libssl",
+ ],
+ "apps/openssl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/opt.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/passwd.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkey.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/prime.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/progs.h" =>
+ [
+ "configdata.pm",
+ ],
+ "apps/rand.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rehash.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/req.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rsa.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/rsautl.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_cb.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_client.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_server.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_socket.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/s_time.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/sess_id.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/smime.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/speed.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/spkac.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/srp.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/ts.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/verify.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/version.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "apps/x509.o" =>
+ [
+ "apps/progs.h",
+ ],
+ "crypto/aes/aes-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/aes/aesni-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/aes/aest4-sparcv9.S" =>
+ [
+ "crypto/perlasm/sparcv9_modes.pl",
+ ],
+ "crypto/aes/vpaes-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bf/bf-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/bn-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/co-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/x86-gf2m.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/bn/x86-mont.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/camellia/cmll-x86.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.S" =>
+ [
+ "crypto/perlasm/sparcv9_modes.pl",
+ ],
+ "crypto/cast/cast-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/cversion.o" =>
+ [
+ "crypto/buildinf.h",
+ ],
+ "crypto/des/crypt586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/des/des-586.s" =>
+ [
+ "crypto/perlasm/cbc.pl",
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "crypto/rc4/rc4-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/ripemd/rmd-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha1-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha256-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/sha/sha512-586.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/whrlpool/wp-mmx.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "crypto/x86cpuid.s" =>
+ [
+ "crypto/perlasm/x86asm.pl",
+ ],
+ "fuzz/asn1-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/bignum-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/cms-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/conf-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/crl-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/ct-test" =>
+ [
+ "libcrypto",
+ ],
+ "fuzz/server-test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "fuzz/x509-test" =>
+ [
+ "libcrypto",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ "configdata.pm",
+ ],
+ "libssl" =>
+ [
+ "libcrypto",
+ ],
+ "test/aborttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/afalgtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/asynciotest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/asynctest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bad_dtls_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/bftest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bio_enc_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/bioprinttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/bntest" =>
+ [
+ "libcrypto",
+ ],
+ "test/buildtest_aes" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_asn1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_async" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_bio" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_bn" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_buffer" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_camellia" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cast" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cmac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_cms" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_conf" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_crypto" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ct" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_des" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dh" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ec" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_engine" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_err" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_evp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_hmac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_idea" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_kdf" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_lhash" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_md4" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_md5" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_modes" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_objects" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pem" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pem2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rand" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rc2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rc4" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_rsa" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_safestack" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_seed" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_sha" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_srp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_srtp" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ssl" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_stack" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_tls1" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ts" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_ui" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/casttest" =>
+ [
+ "libcrypto",
+ ],
+ "test/cipherlist_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/clienthellotest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/constant_time_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/crltest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ct_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/d2i_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/danetest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/destest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dhtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dsatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/dtlstest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ "libssl",
+ ],
+ "test/ecdsatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ectest" =>
+ [
+ "libcrypto",
+ ],
+ "test/enginetest" =>
+ [
+ "libcrypto",
+ ],
+ "test/evp_extra_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/evp_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/exdatatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/exptest" =>
+ [
+ "libcrypto",
+ ],
+ "test/fatalerrtest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/gmdifftest" =>
+ [
+ "libcrypto",
+ ],
+ "test/heartbeat_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/hmactest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ideatest" =>
+ [
+ "libcrypto",
+ ],
+ "test/igetest" =>
+ [
+ "libcrypto",
+ ],
+ "test/md2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/md4test" =>
+ [
+ "libcrypto",
+ ],
+ "test/md5test" =>
+ [
+ "libcrypto",
+ ],
+ "test/mdc2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/memleaktest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ocspapitest" =>
+ [
+ "libcrypto",
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/packettest" =>
+ [
+ "libcrypto",
+ ],
+ "test/pbelutest" =>
+ [
+ "libcrypto",
+ ],
+ "test/randtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc2test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc4test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rc5test" =>
+ [
+ "libcrypto",
+ ],
+ "test/rmdtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/rsa_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sanitytest" =>
+ [
+ "libcrypto",
+ ],
+ "test/secmemtest" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha1test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha256t" =>
+ [
+ "libcrypto",
+ ],
+ "test/sha512t" =>
+ [
+ "libcrypto",
+ ],
+ "test/srptest" =>
+ [
+ "libcrypto",
+ ],
+ "test/ssl_test" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/sslapitest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/sslcorrupttest" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/ssltest_old" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "test/threadstest" =>
+ [
+ "libcrypto",
+ ],
+ "test/v3ext" =>
+ [
+ "libcrypto",
+ ],
+ "test/v3nametest" =>
+ [
+ "libcrypto",
+ ],
+ "test/verify_extra_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/wp_test" =>
+ [
+ "libcrypto",
+ ],
+ "test/x509aux" =>
+ [
+ "libcrypto",
+ ],
+ },
+ "engines" =>
+ [
+ ],
+ "extra" =>
+ [
+ "crypto/alphacpuid.pl",
+ "crypto/arm64cpuid.pl",
+ "crypto/armv4cpuid.pl",
+ "crypto/ia64cpuid.S",
+ "crypto/pariscid.pl",
+ "crypto/ppccpuid.pl",
+ "crypto/x86_64cpuid.pl",
+ "crypto/x86cpuid.pl",
+ "ms/applink.c",
+ "ms/uplink-x86.pl",
+ "ms/uplink.c",
+ ],
+ "generate" =>
+ {
+ "apps/progs.h" =>
+ [
+ "apps/progs.pl",
+ "\$(APPS_OPENSSL)",
+ ],
+ "crypto/aes/aes-586.s" =>
+ [
+ "crypto/aes/asm/aes-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/aes-armv4.S" =>
+ [
+ "crypto/aes/asm/aes-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-ia64.s" =>
+ [
+ "crypto/aes/asm/aes-ia64.S",
+ ],
+ "crypto/aes/aes-mips.S" =>
+ [
+ "crypto/aes/asm/aes-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-parisc.s" =>
+ [
+ "crypto/aes/asm/aes-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-ppc.s" =>
+ [
+ "crypto/aes/asm/aes-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-s390x.S" =>
+ [
+ "crypto/aes/asm/aes-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aes-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aes-x86_64.s" =>
+ [
+ "crypto/aes/asm/aes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesfx-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aesfx-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-mb-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-sha1-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-sha1-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-sha256-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-sha256-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesni-x86.s" =>
+ [
+ "crypto/aes/asm/aesni-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/aesni-x86_64.s" =>
+ [
+ "crypto/aes/asm/aesni-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesp8-ppc.s" =>
+ [
+ "crypto/aes/asm/aesp8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aest4-sparcv9.S" =>
+ [
+ "crypto/aes/asm/aest4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/aesv8-armx.S" =>
+ [
+ "crypto/aes/asm/aesv8-armx.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/bsaes-armv7.S" =>
+ [
+ "crypto/aes/asm/bsaes-armv7.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/bsaes-x86_64.s" =>
+ [
+ "crypto/aes/asm/bsaes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-armv8.S" =>
+ [
+ "crypto/aes/asm/vpaes-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-ppc.s" =>
+ [
+ "crypto/aes/asm/vpaes-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/aes/vpaes-x86.s" =>
+ [
+ "crypto/aes/asm/vpaes-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/aes/vpaes-x86_64.s" =>
+ [
+ "crypto/aes/asm/vpaes-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/alphacpuid.s" =>
+ [
+ "crypto/alphacpuid.pl",
+ ],
+ "crypto/arm64cpuid.S" =>
+ [
+ "crypto/arm64cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/armv4cpuid.S" =>
+ [
+ "crypto/armv4cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bf/bf-586.s" =>
+ [
+ "crypto/bf/asm/bf-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/alpha-mont.S" =>
+ [
+ "crypto/bn/asm/alpha-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv4-gf2m.S" =>
+ [
+ "crypto/bn/asm/armv4-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv4-mont.S" =>
+ [
+ "crypto/bn/asm/armv4-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/armv8-mont.S" =>
+ [
+ "crypto/bn/asm/armv8-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/bn-586.s" =>
+ [
+ "crypto/bn/asm/bn-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/bn-ia64.s" =>
+ [
+ "crypto/bn/asm/ia64.S",
+ ],
+ "crypto/bn/bn-mips.s" =>
+ [
+ "crypto/bn/asm/mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/bn-ppc.s" =>
+ [
+ "crypto/bn/asm/ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/co-586.s" =>
+ [
+ "crypto/bn/asm/co-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/ia64-mont.s" =>
+ [
+ "crypto/bn/asm/ia64-mont.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/bn/mips-mont.s" =>
+ [
+ "crypto/bn/asm/mips-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/parisc-mont.s" =>
+ [
+ "crypto/bn/asm/parisc-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/ppc-mont.s" =>
+ [
+ "crypto/bn/asm/ppc-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/ppc64-mont.s" =>
+ [
+ "crypto/bn/asm/ppc64-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/rsaz-avx2.s" =>
+ [
+ "crypto/bn/asm/rsaz-avx2.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/rsaz-x86_64.s" =>
+ [
+ "crypto/bn/asm/rsaz-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/s390x-gf2m.s" =>
+ [
+ "crypto/bn/asm/s390x-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/s390x-mont.S" =>
+ [
+ "crypto/bn/asm/s390x-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparct4-mont.S" =>
+ [
+ "crypto/bn/asm/sparct4-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9-gf2m.S" =>
+ [
+ "crypto/bn/asm/sparcv9-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9-mont.S" =>
+ [
+ "crypto/bn/asm/sparcv9-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/sparcv9a-mont.S" =>
+ [
+ "crypto/bn/asm/sparcv9a-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/vis3-mont.S" =>
+ [
+ "crypto/bn/asm/vis3-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86-gf2m.s" =>
+ [
+ "crypto/bn/asm/x86-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/x86-mont.s" =>
+ [
+ "crypto/bn/asm/x86-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/bn/x86_64-gf2m.s" =>
+ [
+ "crypto/bn/asm/x86_64-gf2m.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86_64-mont.s" =>
+ [
+ "crypto/bn/asm/x86_64-mont.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/bn/x86_64-mont5.s" =>
+ [
+ "crypto/bn/asm/x86_64-mont5.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ "util/mkbuildinf.pl",
+ "\"\$(CC)",
+ "\$(CFLAGS_Q)\"",
+ "\"\$(PLATFORM)\"",
+ ],
+ "crypto/camellia/cmll-x86.s" =>
+ [
+ "crypto/camellia/asm/cmll-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/camellia/cmll-x86_64.s" =>
+ [
+ "crypto/camellia/asm/cmll-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.S" =>
+ [
+ "crypto/camellia/asm/cmllt4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/cast/cast-586.s" =>
+ [
+ "crypto/cast/asm/cast-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/chacha/chacha-armv4.S" =>
+ [
+ "crypto/chacha/asm/chacha-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-armv8.S" =>
+ [
+ "crypto/chacha/asm/chacha-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-ppc.s" =>
+ [
+ "crypto/chacha/asm/chacha-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-s390x.S" =>
+ [
+ "crypto/chacha/asm/chacha-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/chacha/chacha-x86.s" =>
+ [
+ "crypto/chacha/asm/chacha-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/chacha/chacha-x86_64.s" =>
+ [
+ "crypto/chacha/asm/chacha-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/des/crypt586.s" =>
+ [
+ "crypto/des/asm/crypt586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/des/des-586.s" =>
+ [
+ "crypto/des/asm/des-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/des/des_enc-sparc.S" =>
+ [
+ "crypto/des/asm/des_enc.m4",
+ ],
+ "crypto/des/dest4-sparcv9.S" =>
+ [
+ "crypto/des/asm/dest4-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-armv4.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-armv8.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-avx2.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-avx2.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-sparcv9.S" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ec/ecp_nistz256-x86.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/ec/ecp_nistz256-x86_64.s" =>
+ [
+ "crypto/ec/asm/ecp_nistz256-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ia64cpuid.s" =>
+ [
+ "crypto/ia64cpuid.S",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ "crypto/include/internal/bn_conf.h.in",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ "crypto/include/internal/dso_conf.h.in",
+ ],
+ "crypto/md5/md5-586.s" =>
+ [
+ "crypto/md5/asm/md5-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/md5/md5-sparcv9.S" =>
+ [
+ "crypto/md5/asm/md5-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/md5/md5-x86_64.s" =>
+ [
+ "crypto/md5/asm/md5-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/aesni-gcm-x86_64.s" =>
+ [
+ "crypto/modes/asm/aesni-gcm-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-alpha.S" =>
+ [
+ "crypto/modes/asm/ghash-alpha.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-armv4.S" =>
+ [
+ "crypto/modes/asm/ghash-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-ia64.s" =>
+ [
+ "crypto/modes/asm/ghash-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/modes/ghash-parisc.s" =>
+ [
+ "crypto/modes/asm/ghash-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-s390x.S" =>
+ [
+ "crypto/modes/asm/ghash-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-sparcv9.S" =>
+ [
+ "crypto/modes/asm/ghash-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghash-x86.s" =>
+ [
+ "crypto/modes/asm/ghash-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/modes/ghash-x86_64.s" =>
+ [
+ "crypto/modes/asm/ghash-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghashp8-ppc.s" =>
+ [
+ "crypto/modes/asm/ghashp8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/modes/ghashv8-armx.S" =>
+ [
+ "crypto/modes/asm/ghashv8-armx.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/pariscid.s" =>
+ [
+ "crypto/pariscid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-armv4.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-armv8.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-mips.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-ppc.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-ppcfp.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-ppcfp.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-s390x.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-sparcv9.S" =>
+ [
+ "crypto/poly1305/asm/poly1305-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/poly1305/poly1305-x86.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/poly1305/poly1305-x86_64.s" =>
+ [
+ "crypto/poly1305/asm/poly1305-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ppccpuid.s" =>
+ [
+ "crypto/ppccpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-586.s" =>
+ [
+ "crypto/rc4/asm/rc4-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/rc4/rc4-md5-x86_64.s" =>
+ [
+ "crypto/rc4/asm/rc4-md5-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-parisc.s" =>
+ [
+ "crypto/rc4/asm/rc4-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-s390x.s" =>
+ [
+ "crypto/rc4/asm/rc4-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/rc4/rc4-x86_64.s" =>
+ [
+ "crypto/rc4/asm/rc4-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/ripemd/rmd-586.s" =>
+ [
+ "crypto/ripemd/asm/rmd-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha1-586.s" =>
+ [
+ "crypto/sha/asm/sha1-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha1-alpha.S" =>
+ [
+ "crypto/sha/asm/sha1-alpha.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-armv4-large.S" =>
+ [
+ "crypto/sha/asm/sha1-armv4-large.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-armv8.S" =>
+ [
+ "crypto/sha/asm/sha1-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-ia64.s" =>
+ [
+ "crypto/sha/asm/sha1-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha1-mb-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha1-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-mips.S" =>
+ [
+ "crypto/sha/asm/sha1-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-parisc.s" =>
+ [
+ "crypto/sha/asm/sha1-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-ppc.s" =>
+ [
+ "crypto/sha/asm/sha1-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-s390x.S" =>
+ [
+ "crypto/sha/asm/sha1-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha1-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha1-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha1-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-586.s" =>
+ [
+ "crypto/sha/asm/sha256-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha256-armv4.S" =>
+ [
+ "crypto/sha/asm/sha256-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-armv8.S" =>
+ [
+ "crypto/sha/asm/sha512-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-ia64.s" =>
+ [
+ "crypto/sha/asm/sha512-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha256-mb-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha256-mb-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-mips.S" =>
+ [
+ "crypto/sha/asm/sha512-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-parisc.s" =>
+ [
+ "crypto/sha/asm/sha512-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-s390x.S" =>
+ [
+ "crypto/sha/asm/sha512-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha512-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha512-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha256p8-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512p8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-586.s" =>
+ [
+ "crypto/sha/asm/sha512-586.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/sha/sha512-armv4.S" =>
+ [
+ "crypto/sha/asm/sha512-armv4.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-armv8.S" =>
+ [
+ "crypto/sha/asm/sha512-armv8.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-ia64.s" =>
+ [
+ "crypto/sha/asm/sha512-ia64.pl",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ ],
+ "crypto/sha/sha512-mips.S" =>
+ [
+ "crypto/sha/asm/sha512-mips.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-parisc.s" =>
+ [
+ "crypto/sha/asm/sha512-parisc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-s390x.S" =>
+ [
+ "crypto/sha/asm/sha512-s390x.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-sparcv9.S" =>
+ [
+ "crypto/sha/asm/sha512-sparcv9.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512-x86_64.s" =>
+ [
+ "crypto/sha/asm/sha512-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/sha/sha512p8-ppc.s" =>
+ [
+ "crypto/sha/asm/sha512p8-ppc.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-ia64.s" =>
+ [
+ "ms/uplink-ia64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-x86.s" =>
+ [
+ "ms/uplink-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/uplink-x86_64.s" =>
+ [
+ "ms/uplink-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/whrlpool/wp-mmx.s" =>
+ [
+ "crypto/whrlpool/asm/wp-mmx.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "crypto/whrlpool/wp-x86_64.s" =>
+ [
+ "crypto/whrlpool/asm/wp-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/x86_64cpuid.s" =>
+ [
+ "crypto/x86_64cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "crypto/x86cpuid.s" =>
+ [
+ "crypto/x86cpuid.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "engines/e_padlock-x86.s" =>
+ [
+ "engines/asm/e_padlock-x86.pl",
+ "\$(PERLASM_SCHEME)",
+ "\$(CFLAGS)",
+ "\$(LIB_CFLAGS)",
+ "\$(PROCESSOR)",
+ ],
+ "engines/e_padlock-x86_64.s" =>
+ [
+ "engines/asm/e_padlock-x86_64.pl",
+ "\$(PERLASM_SCHEME)",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ "include/openssl/opensslconf.h.in",
+ ],
+ "test/buildtest_aes.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "aes",
+ ],
+ "test/buildtest_asn1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "asn1",
+ ],
+ "test/buildtest_asn1t.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "asn1t",
+ ],
+ "test/buildtest_async.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "async",
+ ],
+ "test/buildtest_bio.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "bio",
+ ],
+ "test/buildtest_blowfish.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "blowfish",
+ ],
+ "test/buildtest_bn.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "bn",
+ ],
+ "test/buildtest_buffer.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "buffer",
+ ],
+ "test/buildtest_camellia.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "camellia",
+ ],
+ "test/buildtest_cast.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cast",
+ ],
+ "test/buildtest_cmac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cmac",
+ ],
+ "test/buildtest_cms.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "cms",
+ ],
+ "test/buildtest_conf.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "conf",
+ ],
+ "test/buildtest_conf_api.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "conf_api",
+ ],
+ "test/buildtest_crypto.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "crypto",
+ ],
+ "test/buildtest_ct.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ct",
+ ],
+ "test/buildtest_des.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "des",
+ ],
+ "test/buildtest_dh.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dh",
+ ],
+ "test/buildtest_dsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dsa",
+ ],
+ "test/buildtest_dtls1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "dtls1",
+ ],
+ "test/buildtest_e_os2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "e_os2",
+ ],
+ "test/buildtest_ebcdic.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ebcdic",
+ ],
+ "test/buildtest_ec.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ec",
+ ],
+ "test/buildtest_ecdh.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ecdh",
+ ],
+ "test/buildtest_ecdsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ecdsa",
+ ],
+ "test/buildtest_engine.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "engine",
+ ],
+ "test/buildtest_err.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "err",
+ ],
+ "test/buildtest_evp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "evp",
+ ],
+ "test/buildtest_hmac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "hmac",
+ ],
+ "test/buildtest_idea.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "idea",
+ ],
+ "test/buildtest_kdf.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "kdf",
+ ],
+ "test/buildtest_lhash.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "lhash",
+ ],
+ "test/buildtest_md4.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "md4",
+ ],
+ "test/buildtest_md5.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "md5",
+ ],
+ "test/buildtest_mdc2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "mdc2",
+ ],
+ "test/buildtest_modes.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "modes",
+ ],
+ "test/buildtest_obj_mac.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "obj_mac",
+ ],
+ "test/buildtest_objects.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "objects",
+ ],
+ "test/buildtest_ocsp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ocsp",
+ ],
+ "test/buildtest_opensslv.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "opensslv",
+ ],
+ "test/buildtest_ossl_typ.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ossl_typ",
+ ],
+ "test/buildtest_pem.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pem",
+ ],
+ "test/buildtest_pem2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pem2",
+ ],
+ "test/buildtest_pkcs12.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pkcs12",
+ ],
+ "test/buildtest_pkcs7.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "pkcs7",
+ ],
+ "test/buildtest_rand.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rand",
+ ],
+ "test/buildtest_rc2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rc2",
+ ],
+ "test/buildtest_rc4.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rc4",
+ ],
+ "test/buildtest_ripemd.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ripemd",
+ ],
+ "test/buildtest_rsa.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "rsa",
+ ],
+ "test/buildtest_safestack.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "safestack",
+ ],
+ "test/buildtest_seed.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "seed",
+ ],
+ "test/buildtest_sha.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "sha",
+ ],
+ "test/buildtest_srp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "srp",
+ ],
+ "test/buildtest_srtp.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "srtp",
+ ],
+ "test/buildtest_ssl.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ssl",
+ ],
+ "test/buildtest_ssl2.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ssl2",
+ ],
+ "test/buildtest_stack.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "stack",
+ ],
+ "test/buildtest_symhacks.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "symhacks",
+ ],
+ "test/buildtest_tls1.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "tls1",
+ ],
+ "test/buildtest_ts.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ts",
+ ],
+ "test/buildtest_txt_db.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "txt_db",
+ ],
+ "test/buildtest_ui.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "ui",
+ ],
+ "test/buildtest_whrlpool.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "whrlpool",
+ ],
+ "test/buildtest_x509.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509",
+ ],
+ "test/buildtest_x509_vfy.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509_vfy",
+ ],
+ "test/buildtest_x509v3.c" =>
+ [
+ "test/generate_buildtest.pl",
+ "x509v3",
+ ],
+ },
+ "includes" =>
+ {
+ "apps/app_rand.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/apps.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ca.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ciphers.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/cms.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/crl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dgst.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dhparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ec.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ecparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/enc.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/engine.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/errstr.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/gendsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/genpkey.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/genrsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/nseq.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ocsp.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/openssl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/opt.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/passwd.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkey.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/prime.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/progs.h" =>
+ [
+ ".",
+ ],
+ "apps/rand.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rehash.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/req.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rsa.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/rsautl.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_cb.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_client.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_server.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_socket.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/s_time.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/sess_id.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/smime.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/speed.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/spkac.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/srp.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/ts.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/verify.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/version.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "apps/x509.o" =>
+ [
+ ".",
+ "include",
+ "apps",
+ ],
+ "crypto/aes/aes-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_core.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ige.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_misc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aes_wrap.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/aes/aesfx-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aest4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/aesv8-armx.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/aes/bsaes-armv7.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/arm64cpuid.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/armv4cpuid.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/asn1/a_bitstr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_d2i_fp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_dup.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_gentm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_i2d_fp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_mbstr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_object.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_octet.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_strex.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_strnid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_time.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_type.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_utctm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_utf8.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/a_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/ameth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn1_par.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_mime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_moid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_mstbl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/asn_pack.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/bio_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/bio_ndef.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/d2i_pr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/d2i_pu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/evp_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/f_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/f_string.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/i2d_pr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/i2d_pu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/n_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/nsseq.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_pbe.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_pbev2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p5_scrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/p8_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_bitst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/t_spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_dec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_fre.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_new.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_scn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_typ.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/tasn_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_algor.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_bignum.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_int64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_long.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_sig.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/asn1/x_val.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_posix.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/arch/async_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/async/async_wait.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bf/bf_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_addr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_dump.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_sock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/b_sock2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_buff.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_lbuf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_nbio.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bf_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_cb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bio_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_acpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_bio.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_conn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_dgram.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_fd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_file.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_log.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_mem.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bio/bss_sock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/blake2b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/blake2s.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/m_blake2b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/blake2/m_blake2s.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/armv4-gf2m.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/armv4-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/bn_add.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_asm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_blind.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_const.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_dh.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_div.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_exp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/bn/bn_exp2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_gcd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_gf2m.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_intern.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_kron.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mod.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mpi.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_mul.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_nist.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_prime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_recp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_shift.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_sqr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_sqrt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_srp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_word.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/bn_x931p.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/bn/sparct4-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9-gf2m.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/sparcv9a-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/bn/vis3-mont.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/buffer/buf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/buffer/buffer.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/buildinf.h" =>
+ [
+ ".",
+ ],
+ "crypto/camellia/camellia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ctr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_misc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmll_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/camellia/cmllt4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/cast/c_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cast/c_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/chacha/chacha-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/chacha/chacha-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/chacha/chacha-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/chacha/chacha_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cmac/cm_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cmac/cm_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cmac/cmac.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_att.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_cd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_dd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_env.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_ess.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_io.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_kari.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_pwri.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_sd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cms/cms_smime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_api.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_def.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_mall.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_mod.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/conf/conf_sap.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cpt_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cryptlib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_b64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_log.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_policy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_sct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_sct_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ct/ct_x509v3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/cversion.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/des/cbc_cksm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb64ede.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb64enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/cfb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/des_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/dest4-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/des/ecb3_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ecb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/fcrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/fcrypt_b.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb64ede.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb64enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/ofb_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/pcbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/qud_cksm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/rand_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/rpc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/set_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/str2key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/des/xcbc_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_check.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_kdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dh/dh_rfc5114.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dsa/dsa_vrf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_dl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_dlfcn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_vms.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/dso/dso_win32.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ebcdic.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/curve25519.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_mult.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec2_smpl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_check.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_curve.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_cvt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_kmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_mult.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ec_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdh_kdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdh_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecdsa_vrf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/eck_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_mont.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nist.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp224.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistp521.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistputil.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_nistz256-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_nistz256-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_nistz256-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/ec/ecp_oct.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecp_smpl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ec/ecx_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_cnf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_cryptodev.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_ctrl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_dyn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_fat.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_list.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_rdrand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/eng_table.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_asnmth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_cipher.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_dh.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_dsa.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_eckey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_pkmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/engine/tb_rsa.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/err/err_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_b64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_md.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/bio_ok.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/c_allc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/c_alld.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/cmeth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/digest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_aes.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_bf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_camellia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ "crypto/modes",
+ ],
+ "crypto/evp/e_cast.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_chacha20_poly1305.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_des.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/evp/e_des3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/evp/e_idea.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_old.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc4.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc4_hmac_md5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_rc5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_seed.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/e_xcbc_d.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/encode.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_cnf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_pbe.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/evp_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md4.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_md5_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_mdc2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_ripemd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_sha1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_sigver.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/m_wp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/names.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p5_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p5_crpt2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_dec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_open.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_seal.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/p_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_fn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_gn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/pmeth_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/evp/scrypt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ex_data.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hm_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hm_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/hmac/hmac.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/idea/i_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/include/internal/bn_conf.h" =>
+ [
+ ".",
+ ],
+ "crypto/include/internal/dso_conf.h" =>
+ [
+ ".",
+ ],
+ "crypto/init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/hkdf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/kdf_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/kdf/tls1_prf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/lhash/lh_stats.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/lhash/lhash.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md4/md4_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md4/md4_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md5/md5-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/md5/md5_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/md5/md5_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mdc2/mdc2_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mdc2/mdc2dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem_clr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem_dbg.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/mem_sec.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cbc128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ccm128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cfb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ctr128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/cts128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/gcm128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ "crypto",
+ ],
+ "crypto/modes/ghash-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghash-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghash-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ghashv8-armx.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/modes/ocb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/ofb128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/wrap128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/modes/xts128.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_dir.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_fips.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_fopen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_str.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/o_time.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/o_names.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_dat.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/objects/obj_xref.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_asn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_cl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_ext.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_ht.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_srv.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/ocsp_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ocsp/v3_ocsp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_oth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_pk8.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_pkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pem_xaux.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pem/pvkfmt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_add.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_asn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_attr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_crt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_decr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_init.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_key.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_kiss.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_mutl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_npas.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_p8d.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_p8e.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_sbag.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/p12_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs12/pk12err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/bio_pk7.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_attr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_doit.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_mime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pk7_smime.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/pkcs7/pkcs7err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/poly1305/poly1305-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/poly1305/poly1305.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/md_rand.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_egd.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_unix.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_vms.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/rand_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rand/randfile.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2cfb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc2/rc2ofb64.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc4/rc4_enc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rc4/rc4_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ripemd/rmd_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ripemd/rmd_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ameth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_chk.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_crpt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_depr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_gen.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_meth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_none.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_null.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_oaep.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ossl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pk1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pmeth.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_pss.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_saos.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_ssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_x931.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/rsa/rsa_x931g.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_cfb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_ecb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/seed/seed_ofb.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha1-armv4-large.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha1_one.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha1dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha256-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha256.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/sha/sha512-armv4.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-armv8.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-s390x.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512-sparcv9.o" =>
+ [
+ "crypto",
+ ],
+ "crypto/sha/sha512.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/srp/srp_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/srp/srp_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/stack/stack.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_none.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_pthread.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/threads_win.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_asn1.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_conf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_req_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_req_utils.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_print.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_sign.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_utils.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_rsp_verify.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ts/ts_verify_ctx.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/txt_db/txt_db.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_openssl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/ui/ui_util.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/uid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/whrlpool/wp_block.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/whrlpool/wp_dgst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/by_dir.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/by_file.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_crl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/t_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_att.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_cmp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_d2.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_def.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_ext.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_lu.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_obj.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_r2x.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_set.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_trs.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_txt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_v3.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_vfy.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509_vpm.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509cset.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509name.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509rset.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509spki.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x509type.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_all.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_attrib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_crl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_exten.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_name.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_pubkey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_req.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_x509.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509/x_x509a.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_cache.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_data.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_map.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_node.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/pcy_tree.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_addr.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_akey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_akeya.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_alt.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_asid.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_bcons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_bitst.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_conf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_cpols.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_crld.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_enum.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_extku.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_genn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_ia5.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_info.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_int.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_lib.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_ncons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pci.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pcia.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pcons.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pku.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_pmaps.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_prn.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_purp.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_skey.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_sxnet.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_tlsf.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3_utl.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "crypto/x509v3/v3err.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "engines/e_capi.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "engines/e_padlock.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "fuzz/asn1.o" =>
+ [
+ "include",
+ ],
+ "fuzz/asn1parse.o" =>
+ [
+ "include",
+ ],
+ "fuzz/bignum.o" =>
+ [
+ "include",
+ ],
+ "fuzz/bndiv.o" =>
+ [
+ "include",
+ ],
+ "fuzz/cms.o" =>
+ [
+ "include",
+ ],
+ "fuzz/conf.o" =>
+ [
+ "include",
+ ],
+ "fuzz/crl.o" =>
+ [
+ "include",
+ ],
+ "fuzz/ct.o" =>
+ [
+ "include",
+ ],
+ "fuzz/server.o" =>
+ [
+ "include",
+ ],
+ "fuzz/test-corpus.o" =>
+ [
+ "include",
+ ],
+ "fuzz/x509.o" =>
+ [
+ "include",
+ ],
+ "include/openssl/opensslconf.h" =>
+ [
+ ".",
+ ],
+ "ssl/bio_ssl.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_msg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/d1_srtp.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/methods.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/pqueue.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/dtls1_bitmap.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/rec_layer_d1.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/rec_layer_s3.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/ssl3_buffer.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/record/ssl3_record.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_cbc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_enc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/s3_msg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_asn1.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_cert.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_ciph.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_conf.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_err.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_init.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_mcnf.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_rsa.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_sess.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_stat.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_txt.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/ssl_utst.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_clnt.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_dtls.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/statem/statem_srvr.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_enc.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_ext.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_lib.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_reneg.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/t1_trce.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "ssl/tls_srp.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/aborttest.o" =>
+ [
+ "include",
+ ],
+ "test/afalgtest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/asynciotest.o" =>
+ [
+ "include",
+ ],
+ "test/asynctest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/bad_dtls_test.o" =>
+ [
+ "include",
+ ],
+ "test/bftest.o" =>
+ [
+ "include",
+ ],
+ "test/bio_enc_test.o" =>
+ [
+ "include",
+ ],
+ "test/bioprinttest.o" =>
+ [
+ "include",
+ ],
+ "test/bntest.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
+ "test/buildtest_aes.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_asn1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_asn1t.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_async.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_bio.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_blowfish.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_bn.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_buffer.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_camellia.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cast.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cmac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_cms.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_conf.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_conf_api.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_crypto.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ct.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_des.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dh.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_dtls1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_e_os2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ebcdic.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ec.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ecdh.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ecdsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_engine.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_err.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_evp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_hmac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_idea.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_kdf.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_lhash.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_md4.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_md5.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_mdc2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_modes.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_obj_mac.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_objects.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ocsp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_opensslv.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ossl_typ.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pem.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pem2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pkcs12.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_pkcs7.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rand.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rc2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rc4.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ripemd.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_rsa.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_safestack.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_seed.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_sha.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_srp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_srtp.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ssl.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ssl2.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_stack.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_symhacks.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_tls1.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ts.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_txt_db.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_ui.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_whrlpool.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509_vfy.o" =>
+ [
+ "include",
+ ],
+ "test/buildtest_x509v3.o" =>
+ [
+ "include",
+ ],
+ "test/casttest.o" =>
+ [
+ "include",
+ ],
+ "test/cipherlist_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/clienthellotest.o" =>
+ [
+ "include",
+ ],
+ "test/constant_time_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/crltest.o" =>
+ [
+ "include",
+ ],
+ "test/ct_test.o" =>
+ [
+ "crypto/include",
+ "include",
+ ],
+ "test/d2i_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/danetest.o" =>
+ [
+ "include",
+ ],
+ "test/destest.o" =>
+ [
+ "include",
+ ],
+ "test/dhtest.o" =>
+ [
+ "include",
+ ],
+ "test/dsatest.o" =>
+ [
+ "include",
+ ],
+ "test/dtlstest.o" =>
+ [
+ "include",
+ "test",
+ ],
+ "test/dtlsv1listentest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ecdsatest.o" =>
+ [
+ "include",
+ ],
+ "test/ectest.o" =>
+ [
+ "include",
+ ],
+ "test/enginetest.o" =>
+ [
+ "include",
+ ],
+ "test/evp_extra_test.o" =>
+ [
+ "include",
+ ],
+ "test/evp_test.o" =>
+ [
+ "include",
+ ],
+ "test/exdatatest.o" =>
+ [
+ "include",
+ ],
+ "test/exptest.o" =>
+ [
+ "include",
+ ],
+ "test/fatalerrtest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/gmdifftest.o" =>
+ [
+ "include",
+ ],
+ "test/handshake_helper.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/heartbeat_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/hmactest.o" =>
+ [
+ "include",
+ ],
+ "test/ideatest.o" =>
+ [
+ "include",
+ ],
+ "test/igetest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/md2test.o" =>
+ [
+ "include",
+ ],
+ "test/md4test.o" =>
+ [
+ "include",
+ ],
+ "test/md5test.o" =>
+ [
+ "include",
+ ],
+ "test/mdc2test.o" =>
+ [
+ "include",
+ ],
+ "test/memleaktest.o" =>
+ [
+ "include",
+ ],
+ "test/ocspapitest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/p5_crpt2_test.o" =>
+ [
+ "include",
+ ],
+ "test/packettest.o" =>
+ [
+ "include",
+ ],
+ "test/pbelutest.o" =>
+ [
+ "include",
+ ],
+ "test/randtest.o" =>
+ [
+ "include",
+ ],
+ "test/rc2test.o" =>
+ [
+ "include",
+ ],
+ "test/rc4test.o" =>
+ [
+ "include",
+ ],
+ "test/rc5test.o" =>
+ [
+ "include",
+ ],
+ "test/rmdtest.o" =>
+ [
+ "include",
+ ],
+ "test/rsa_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/sanitytest.o" =>
+ [
+ "include",
+ ],
+ "test/secmemtest.o" =>
+ [
+ "include",
+ ],
+ "test/sha1test.o" =>
+ [
+ "include",
+ ],
+ "test/sha256t.o" =>
+ [
+ "include",
+ ],
+ "test/sha512t.o" =>
+ [
+ "include",
+ ],
+ "test/srptest.o" =>
+ [
+ "include",
+ ],
+ "test/ssl_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssl_test_ctx.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssl_test_ctx_test.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/sslapitest.o" =>
+ [
+ "include",
+ ".",
+ ],
+ "test/sslcorrupttest.o" =>
+ [
+ "include",
+ "test",
+ ],
+ "test/ssltest_old.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/ssltestlib.o" =>
+ [
+ "test",
+ ".",
+ "include",
+ ],
+ "test/testutil.o" =>
+ [
+ "crypto/include",
+ "test",
+ "include",
+ ".",
+ ],
+ "test/threadstest.o" =>
+ [
+ ".",
+ "include",
+ ],
+ "test/v3ext.o" =>
+ [
+ "include",
+ ],
+ "test/v3nametest.o" =>
+ [
+ "include",
+ ],
+ "test/verify_extra_test.o" =>
+ [
+ "include",
+ ],
+ "test/wp_test.o" =>
+ [
+ "include",
+ ],
+ "test/x509aux.o" =>
+ [
+ "include",
+ ],
+ },
+ "install" =>
+ {
+ "libraries" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "programs" =>
+ [
+ "apps/openssl",
+ ],
+ "scripts" =>
+ [
+ "apps/CA.pl",
+ "apps/tsget",
+ "tools/c_rehash",
+ ],
+ },
+ "ldadd" =>
+ {
+ },
+ "libraries" =>
+ [
+ "libcrypto",
+ "libssl",
+ ],
+ "ordinals" =>
+ {
+ "libcrypto" =>
+ [
+ "crypto",
+ "util/libcrypto.num",
+ ],
+ "libssl" =>
+ [
+ "ssl",
+ "util/libssl.num",
+ ],
+ },
+ "overrides" =>
+ [
+ "crypto/bn/bn-mips3.o",
+ "crypto/bn/pa-risc2.c",
+ "crypto/bn/pa-risc2W.o",
+ ],
+ "programs" =>
+ [
+ "apps/openssl",
+ "fuzz/asn1-test",
+ "fuzz/asn1parse-test",
+ "fuzz/bignum-test",
+ "fuzz/bndiv-test",
+ "fuzz/cms-test",
+ "fuzz/conf-test",
+ "fuzz/crl-test",
+ "fuzz/ct-test",
+ "fuzz/server-test",
+ "fuzz/x509-test",
+ "test/aborttest",
+ "test/afalgtest",
+ "test/asynciotest",
+ "test/asynctest",
+ "test/bad_dtls_test",
+ "test/bftest",
+ "test/bio_enc_test",
+ "test/bioprinttest",
+ "test/bntest",
+ "test/buildtest_aes",
+ "test/buildtest_asn1",
+ "test/buildtest_asn1t",
+ "test/buildtest_async",
+ "test/buildtest_bio",
+ "test/buildtest_blowfish",
+ "test/buildtest_bn",
+ "test/buildtest_buffer",
+ "test/buildtest_camellia",
+ "test/buildtest_cast",
+ "test/buildtest_cmac",
+ "test/buildtest_cms",
+ "test/buildtest_conf",
+ "test/buildtest_conf_api",
+ "test/buildtest_crypto",
+ "test/buildtest_ct",
+ "test/buildtest_des",
+ "test/buildtest_dh",
+ "test/buildtest_dsa",
+ "test/buildtest_dtls1",
+ "test/buildtest_e_os2",
+ "test/buildtest_ebcdic",
+ "test/buildtest_ec",
+ "test/buildtest_ecdh",
+ "test/buildtest_ecdsa",
+ "test/buildtest_engine",
+ "test/buildtest_err",
+ "test/buildtest_evp",
+ "test/buildtest_hmac",
+ "test/buildtest_idea",
+ "test/buildtest_kdf",
+ "test/buildtest_lhash",
+ "test/buildtest_md4",
+ "test/buildtest_md5",
+ "test/buildtest_mdc2",
+ "test/buildtest_modes",
+ "test/buildtest_obj_mac",
+ "test/buildtest_objects",
+ "test/buildtest_ocsp",
+ "test/buildtest_opensslv",
+ "test/buildtest_ossl_typ",
+ "test/buildtest_pem",
+ "test/buildtest_pem2",
+ "test/buildtest_pkcs12",
+ "test/buildtest_pkcs7",
+ "test/buildtest_rand",
+ "test/buildtest_rc2",
+ "test/buildtest_rc4",
+ "test/buildtest_ripemd",
+ "test/buildtest_rsa",
+ "test/buildtest_safestack",
+ "test/buildtest_seed",
+ "test/buildtest_sha",
+ "test/buildtest_srp",
+ "test/buildtest_srtp",
+ "test/buildtest_ssl",
+ "test/buildtest_ssl2",
+ "test/buildtest_stack",
+ "test/buildtest_symhacks",
+ "test/buildtest_tls1",
+ "test/buildtest_ts",
+ "test/buildtest_txt_db",
+ "test/buildtest_ui",
+ "test/buildtest_whrlpool",
+ "test/buildtest_x509",
+ "test/buildtest_x509_vfy",
+ "test/buildtest_x509v3",
+ "test/casttest",
+ "test/cipherlist_test",
+ "test/clienthellotest",
+ "test/constant_time_test",
+ "test/crltest",
+ "test/ct_test",
+ "test/d2i_test",
+ "test/danetest",
+ "test/destest",
+ "test/dhtest",
+ "test/dsatest",
+ "test/dtlstest",
+ "test/dtlsv1listentest",
+ "test/ecdsatest",
+ "test/ectest",
+ "test/enginetest",
+ "test/evp_extra_test",
+ "test/evp_test",
+ "test/exdatatest",
+ "test/exptest",
+ "test/fatalerrtest",
+ "test/gmdifftest",
+ "test/heartbeat_test",
+ "test/hmactest",
+ "test/ideatest",
+ "test/igetest",
+ "test/md2test",
+ "test/md4test",
+ "test/md5test",
+ "test/mdc2test",
+ "test/memleaktest",
+ "test/ocspapitest",
+ "test/p5_crpt2_test",
+ "test/packettest",
+ "test/pbelutest",
+ "test/randtest",
+ "test/rc2test",
+ "test/rc4test",
+ "test/rc5test",
+ "test/rmdtest",
+ "test/rsa_test",
+ "test/sanitytest",
+ "test/secmemtest",
+ "test/sha1test",
+ "test/sha256t",
+ "test/sha512t",
+ "test/srptest",
+ "test/ssl_test",
+ "test/ssl_test_ctx_test",
+ "test/sslapitest",
+ "test/sslcorrupttest",
+ "test/ssltest_old",
+ "test/threadstest",
+ "test/v3ext",
+ "test/v3nametest",
+ "test/verify_extra_test",
+ "test/wp_test",
+ "test/x509aux",
+ ],
+ "rawlines" =>
+ [
+ "crypto/md5/md5-ia64.s: crypto/md5/asm/md5-ia64.S",
+ " \$(CC) \$(CFLAGS) -E crypto/md5/asm/md5-ia64.S | \$(PERL) -ne 's/;\\s+/;\\n/g; print;' > \$\@",
+ "",
+ "##### SHA assembler implementations",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/sha/sha1-%.S: crypto/sha/asm/sha1-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/sha/sha256-%.S: crypto/sha/asm/sha512-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/sha/sha512-%.S: crypto/sha/asm/sha512-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/poly1305/poly1305-%.S: crypto/poly1305/asm/poly1305-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### AES assembler implementations",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/aes/aes-%.S: crypto/aes/asm/aes-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "crypto/aes/bsaes-%.S: crypto/aes/asm/bsaes-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "",
+ "crypto/rc4/rc4-ia64.s: crypto/rc4/asm/rc4-ia64.pl",
+ " \@(trap \"rm \$\@.*\" INT 0; \$(PERL) crypto/rc4/asm/rc4-ia64.pl \$(CFLAGS) \$(LIB_CFLAGS) \$\@.S; case `awk '/^#define RC4_INT/{print\$\$NF}' \$(BLDDIR)/include/openssl/opensslconf.h` in int) set -x; \$(CC) \$(CFLAGS) \$(LIB_CFLAGS) -DSZ=4 -E \$\@.S > \$\@.i && mv -f \$\@.i \$\@;; char) set -x; \$(CC) \$(CFLAGS) \$(LIB_CFLAGS) -DSZ=1 -E \$\@.S > \$\@.i && mv -f \$\@.i \$\@;; *) exit 1 ;; esac )",
+ "",
+ "# GNU make \"catch all\"",
+ "crypto/rc4/rc4-%.s: crypto/rc4/asm/rc4-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### CHACHA assembler implementations",
+ "",
+ "crypto/chacha/chacha-%.S: crypto/chacha/asm/chacha-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "# GNU make \"catch all\"",
+ "crypto/modes/ghash-%.S: crypto/modes/asm/ghash-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ "##### BN assembler implementations",
+ "",
+ "crypto/bn/bn-mips3.o: crypto/bn/asm/mips3.s",
+ " \@if [ \"\$(CC)\" = \"gcc\" ]; then ABI=`expr \"\$(CFLAGS)\" : \".*-mabi=\\([n3264]*\\)\"` && as -\$\$ABI -O -o \$\@ crypto/bn/asm/mips3.s; else \$(CC) -c \$(CFLAGS) \$(LIB_CFLAGS) -o \$\@ crypto/bn/asm/mips3.s; fi",
+ "",
+ "# GNU assembler fails to compile PA-RISC2 modules, insist on calling",
+ "# vendor assembler...",
+ "crypto/bn/pa-risc2W.o: crypto/bn/asm/pa-risc2W.s",
+ " CC=\"\$(CC)\" \$(PERL) \$(SRCDIR)/util/fipsas.pl \$(SRCDIR) \$< /usr/ccs/bin/as -o pa-risc2W.o crypto/bn/asm/pa-risc2W.s",
+ "crypto/bn/pa-risc2.o: crypto/bn/asm/pa-risc2.s",
+ " CC=\"\$(CC)\" \$(PERL) \$(SRCDIR)/util/fipsas.pl \$(SRCDIR) \$< /usr/ccs/bin/as -o pa-risc2.o crypto/bn/asm/pa-risc2.s",
+ "",
+ "crypto/ec/ecp_nistz256-%.S: crypto/ec/asm/ecp_nistz256-%.pl",
+ " CC=\"\$(CC)\" \$(PERL) \$< \$(PERLASM_SCHEME) \$\@",
+ ],
+ "rename" =>
+ {
+ },
+ "scripts" =>
+ [
+ "apps/CA.pl",
+ "apps/tsget",
+ "tools/c_rehash",
+ "util/shlib_wrap.sh",
+ ],
+ "shared_sources" =>
+ {
+ "apps/openssl" =>
+ [
+ ],
+ "fuzz/asn1-test" =>
+ [
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ ],
+ "fuzz/bignum-test" =>
+ [
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ ],
+ "fuzz/cms-test" =>
+ [
+ ],
+ "fuzz/conf-test" =>
+ [
+ ],
+ "fuzz/crl-test" =>
+ [
+ ],
+ "fuzz/ct-test" =>
+ [
+ ],
+ "fuzz/server-test" =>
+ [
+ ],
+ "fuzz/x509-test" =>
+ [
+ ],
+ "libcrypto" =>
+ [
+ ],
+ "libssl" =>
+ [
+ ],
+ "test/aborttest" =>
+ [
+ ],
+ "test/afalgtest" =>
+ [
+ ],
+ "test/asynciotest" =>
+ [
+ ],
+ "test/asynctest" =>
+ [
+ ],
+ "test/bad_dtls_test" =>
+ [
+ ],
+ "test/bftest" =>
+ [
+ ],
+ "test/bio_enc_test" =>
+ [
+ ],
+ "test/bioprinttest" =>
+ [
+ ],
+ "test/bntest" =>
+ [
+ ],
+ "test/buildtest_aes" =>
+ [
+ ],
+ "test/buildtest_asn1" =>
+ [
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ ],
+ "test/buildtest_async" =>
+ [
+ ],
+ "test/buildtest_bio" =>
+ [
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ ],
+ "test/buildtest_bn" =>
+ [
+ ],
+ "test/buildtest_buffer" =>
+ [
+ ],
+ "test/buildtest_camellia" =>
+ [
+ ],
+ "test/buildtest_cast" =>
+ [
+ ],
+ "test/buildtest_cmac" =>
+ [
+ ],
+ "test/buildtest_cms" =>
+ [
+ ],
+ "test/buildtest_conf" =>
+ [
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ ],
+ "test/buildtest_crypto" =>
+ [
+ ],
+ "test/buildtest_ct" =>
+ [
+ ],
+ "test/buildtest_des" =>
+ [
+ ],
+ "test/buildtest_dh" =>
+ [
+ ],
+ "test/buildtest_dsa" =>
+ [
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ ],
+ "test/buildtest_ec" =>
+ [
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ ],
+ "test/buildtest_engine" =>
+ [
+ ],
+ "test/buildtest_err" =>
+ [
+ ],
+ "test/buildtest_evp" =>
+ [
+ ],
+ "test/buildtest_hmac" =>
+ [
+ ],
+ "test/buildtest_idea" =>
+ [
+ ],
+ "test/buildtest_kdf" =>
+ [
+ ],
+ "test/buildtest_lhash" =>
+ [
+ ],
+ "test/buildtest_md4" =>
+ [
+ ],
+ "test/buildtest_md5" =>
+ [
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ ],
+ "test/buildtest_modes" =>
+ [
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ ],
+ "test/buildtest_objects" =>
+ [
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ ],
+ "test/buildtest_pem" =>
+ [
+ ],
+ "test/buildtest_pem2" =>
+ [
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ ],
+ "test/buildtest_rand" =>
+ [
+ ],
+ "test/buildtest_rc2" =>
+ [
+ ],
+ "test/buildtest_rc4" =>
+ [
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ ],
+ "test/buildtest_rsa" =>
+ [
+ ],
+ "test/buildtest_safestack" =>
+ [
+ ],
+ "test/buildtest_seed" =>
+ [
+ ],
+ "test/buildtest_sha" =>
+ [
+ ],
+ "test/buildtest_srp" =>
+ [
+ ],
+ "test/buildtest_srtp" =>
+ [
+ ],
+ "test/buildtest_ssl" =>
+ [
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ ],
+ "test/buildtest_stack" =>
+ [
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ ],
+ "test/buildtest_tls1" =>
+ [
+ ],
+ "test/buildtest_ts" =>
+ [
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ ],
+ "test/buildtest_ui" =>
+ [
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ ],
+ "test/buildtest_x509" =>
+ [
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ ],
+ "test/casttest" =>
+ [
+ ],
+ "test/cipherlist_test" =>
+ [
+ ],
+ "test/clienthellotest" =>
+ [
+ ],
+ "test/constant_time_test" =>
+ [
+ ],
+ "test/crltest" =>
+ [
+ ],
+ "test/ct_test" =>
+ [
+ ],
+ "test/d2i_test" =>
+ [
+ ],
+ "test/danetest" =>
+ [
+ ],
+ "test/destest" =>
+ [
+ ],
+ "test/dhtest" =>
+ [
+ ],
+ "test/dsatest" =>
+ [
+ ],
+ "test/dtlstest" =>
+ [
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ ],
+ "test/ecdsatest" =>
+ [
+ ],
+ "test/ectest" =>
+ [
+ ],
+ "test/enginetest" =>
+ [
+ ],
+ "test/evp_extra_test" =>
+ [
+ ],
+ "test/evp_test" =>
+ [
+ ],
+ "test/exdatatest" =>
+ [
+ ],
+ "test/exptest" =>
+ [
+ ],
+ "test/fatalerrtest" =>
+ [
+ ],
+ "test/gmdifftest" =>
+ [
+ ],
+ "test/heartbeat_test" =>
+ [
+ ],
+ "test/hmactest" =>
+ [
+ ],
+ "test/ideatest" =>
+ [
+ ],
+ "test/igetest" =>
+ [
+ ],
+ "test/md2test" =>
+ [
+ ],
+ "test/md4test" =>
+ [
+ ],
+ "test/md5test" =>
+ [
+ ],
+ "test/mdc2test" =>
+ [
+ ],
+ "test/memleaktest" =>
+ [
+ ],
+ "test/ocspapitest" =>
+ [
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ ],
+ "test/packettest" =>
+ [
+ ],
+ "test/pbelutest" =>
+ [
+ ],
+ "test/randtest" =>
+ [
+ ],
+ "test/rc2test" =>
+ [
+ ],
+ "test/rc4test" =>
+ [
+ ],
+ "test/rc5test" =>
+ [
+ ],
+ "test/rmdtest" =>
+ [
+ ],
+ "test/rsa_test" =>
+ [
+ ],
+ "test/sanitytest" =>
+ [
+ ],
+ "test/secmemtest" =>
+ [
+ ],
+ "test/sha1test" =>
+ [
+ ],
+ "test/sha256t" =>
+ [
+ ],
+ "test/sha512t" =>
+ [
+ ],
+ "test/srptest" =>
+ [
+ ],
+ "test/ssl_test" =>
+ [
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ ],
+ "test/sslapitest" =>
+ [
+ ],
+ "test/sslcorrupttest" =>
+ [
+ ],
+ "test/ssltest_old" =>
+ [
+ ],
+ "test/threadstest" =>
+ [
+ ],
+ "test/v3ext" =>
+ [
+ ],
+ "test/v3nametest" =>
+ [
+ ],
+ "test/verify_extra_test" =>
+ [
+ ],
+ "test/wp_test" =>
+ [
+ ],
+ "test/x509aux" =>
+ [
+ ],
+ },
+ "sources" =>
+ {
+ "apps/CA.pl" =>
+ [
+ "apps/CA.pl.in",
+ ],
+ "apps/app_rand.o" =>
+ [
+ "apps/app_rand.c",
+ ],
+ "apps/apps.o" =>
+ [
+ "apps/apps.c",
+ ],
+ "apps/asn1pars.o" =>
+ [
+ "apps/asn1pars.c",
+ ],
+ "apps/ca.o" =>
+ [
+ "apps/ca.c",
+ ],
+ "apps/ciphers.o" =>
+ [
+ "apps/ciphers.c",
+ ],
+ "apps/cms.o" =>
+ [
+ "apps/cms.c",
+ ],
+ "apps/crl.o" =>
+ [
+ "apps/crl.c",
+ ],
+ "apps/crl2p7.o" =>
+ [
+ "apps/crl2p7.c",
+ ],
+ "apps/dgst.o" =>
+ [
+ "apps/dgst.c",
+ ],
+ "apps/dhparam.o" =>
+ [
+ "apps/dhparam.c",
+ ],
+ "apps/dsa.o" =>
+ [
+ "apps/dsa.c",
+ ],
+ "apps/dsaparam.o" =>
+ [
+ "apps/dsaparam.c",
+ ],
+ "apps/ec.o" =>
+ [
+ "apps/ec.c",
+ ],
+ "apps/ecparam.o" =>
+ [
+ "apps/ecparam.c",
+ ],
+ "apps/enc.o" =>
+ [
+ "apps/enc.c",
+ ],
+ "apps/engine.o" =>
+ [
+ "apps/engine.c",
+ ],
+ "apps/errstr.o" =>
+ [
+ "apps/errstr.c",
+ ],
+ "apps/gendsa.o" =>
+ [
+ "apps/gendsa.c",
+ ],
+ "apps/genpkey.o" =>
+ [
+ "apps/genpkey.c",
+ ],
+ "apps/genrsa.o" =>
+ [
+ "apps/genrsa.c",
+ ],
+ "apps/nseq.o" =>
+ [
+ "apps/nseq.c",
+ ],
+ "apps/ocsp.o" =>
+ [
+ "apps/ocsp.c",
+ ],
+ "apps/openssl" =>
+ [
+ "apps/app_rand.o",
+ "apps/apps.o",
+ "apps/asn1pars.o",
+ "apps/ca.o",
+ "apps/ciphers.o",
+ "apps/cms.o",
+ "apps/crl.o",
+ "apps/crl2p7.o",
+ "apps/dgst.o",
+ "apps/dhparam.o",
+ "apps/dsa.o",
+ "apps/dsaparam.o",
+ "apps/ec.o",
+ "apps/ecparam.o",
+ "apps/enc.o",
+ "apps/engine.o",
+ "apps/errstr.o",
+ "apps/gendsa.o",
+ "apps/genpkey.o",
+ "apps/genrsa.o",
+ "apps/nseq.o",
+ "apps/ocsp.o",
+ "apps/openssl.o",
+ "apps/opt.o",
+ "apps/passwd.o",
+ "apps/pkcs12.o",
+ "apps/pkcs7.o",
+ "apps/pkcs8.o",
+ "apps/pkey.o",
+ "apps/pkeyparam.o",
+ "apps/pkeyutl.o",
+ "apps/prime.o",
+ "apps/rand.o",
+ "apps/rehash.o",
+ "apps/req.o",
+ "apps/rsa.o",
+ "apps/rsautl.o",
+ "apps/s_cb.o",
+ "apps/s_client.o",
+ "apps/s_server.o",
+ "apps/s_socket.o",
+ "apps/s_time.o",
+ "apps/sess_id.o",
+ "apps/smime.o",
+ "apps/speed.o",
+ "apps/spkac.o",
+ "apps/srp.o",
+ "apps/ts.o",
+ "apps/verify.o",
+ "apps/version.o",
+ "apps/x509.o",
+ ],
+ "apps/openssl.o" =>
+ [
+ "apps/openssl.c",
+ ],
+ "apps/opt.o" =>
+ [
+ "apps/opt.c",
+ ],
+ "apps/passwd.o" =>
+ [
+ "apps/passwd.c",
+ ],
+ "apps/pkcs12.o" =>
+ [
+ "apps/pkcs12.c",
+ ],
+ "apps/pkcs7.o" =>
+ [
+ "apps/pkcs7.c",
+ ],
+ "apps/pkcs8.o" =>
+ [
+ "apps/pkcs8.c",
+ ],
+ "apps/pkey.o" =>
+ [
+ "apps/pkey.c",
+ ],
+ "apps/pkeyparam.o" =>
+ [
+ "apps/pkeyparam.c",
+ ],
+ "apps/pkeyutl.o" =>
+ [
+ "apps/pkeyutl.c",
+ ],
+ "apps/prime.o" =>
+ [
+ "apps/prime.c",
+ ],
+ "apps/rand.o" =>
+ [
+ "apps/rand.c",
+ ],
+ "apps/rehash.o" =>
+ [
+ "apps/rehash.c",
+ ],
+ "apps/req.o" =>
+ [
+ "apps/req.c",
+ ],
+ "apps/rsa.o" =>
+ [
+ "apps/rsa.c",
+ ],
+ "apps/rsautl.o" =>
+ [
+ "apps/rsautl.c",
+ ],
+ "apps/s_cb.o" =>
+ [
+ "apps/s_cb.c",
+ ],
+ "apps/s_client.o" =>
+ [
+ "apps/s_client.c",
+ ],
+ "apps/s_server.o" =>
+ [
+ "apps/s_server.c",
+ ],
+ "apps/s_socket.o" =>
+ [
+ "apps/s_socket.c",
+ ],
+ "apps/s_time.o" =>
+ [
+ "apps/s_time.c",
+ ],
+ "apps/sess_id.o" =>
+ [
+ "apps/sess_id.c",
+ ],
+ "apps/smime.o" =>
+ [
+ "apps/smime.c",
+ ],
+ "apps/speed.o" =>
+ [
+ "apps/speed.c",
+ ],
+ "apps/spkac.o" =>
+ [
+ "apps/spkac.c",
+ ],
+ "apps/srp.o" =>
+ [
+ "apps/srp.c",
+ ],
+ "apps/ts.o" =>
+ [
+ "apps/ts.c",
+ ],
+ "apps/tsget" =>
+ [
+ "apps/tsget.in",
+ ],
+ "apps/verify.o" =>
+ [
+ "apps/verify.c",
+ ],
+ "apps/version.o" =>
+ [
+ "apps/version.c",
+ ],
+ "apps/x509.o" =>
+ [
+ "apps/x509.c",
+ ],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ "crypto/aes/aes_cbc.c",
+ ],
+ "crypto/aes/aes_cfb.o" =>
+ [
+ "crypto/aes/aes_cfb.c",
+ ],
+ "crypto/aes/aes_core.o" =>
+ [
+ "crypto/aes/aes_core.c",
+ ],
+ "crypto/aes/aes_ecb.o" =>
+ [
+ "crypto/aes/aes_ecb.c",
+ ],
+ "crypto/aes/aes_ige.o" =>
+ [
+ "crypto/aes/aes_ige.c",
+ ],
+ "crypto/aes/aes_misc.o" =>
+ [
+ "crypto/aes/aes_misc.c",
+ ],
+ "crypto/aes/aes_ofb.o" =>
+ [
+ "crypto/aes/aes_ofb.c",
+ ],
+ "crypto/aes/aes_wrap.o" =>
+ [
+ "crypto/aes/aes_wrap.c",
+ ],
+ "crypto/asn1/a_bitstr.o" =>
+ [
+ "crypto/asn1/a_bitstr.c",
+ ],
+ "crypto/asn1/a_d2i_fp.o" =>
+ [
+ "crypto/asn1/a_d2i_fp.c",
+ ],
+ "crypto/asn1/a_digest.o" =>
+ [
+ "crypto/asn1/a_digest.c",
+ ],
+ "crypto/asn1/a_dup.o" =>
+ [
+ "crypto/asn1/a_dup.c",
+ ],
+ "crypto/asn1/a_gentm.o" =>
+ [
+ "crypto/asn1/a_gentm.c",
+ ],
+ "crypto/asn1/a_i2d_fp.o" =>
+ [
+ "crypto/asn1/a_i2d_fp.c",
+ ],
+ "crypto/asn1/a_int.o" =>
+ [
+ "crypto/asn1/a_int.c",
+ ],
+ "crypto/asn1/a_mbstr.o" =>
+ [
+ "crypto/asn1/a_mbstr.c",
+ ],
+ "crypto/asn1/a_object.o" =>
+ [
+ "crypto/asn1/a_object.c",
+ ],
+ "crypto/asn1/a_octet.o" =>
+ [
+ "crypto/asn1/a_octet.c",
+ ],
+ "crypto/asn1/a_print.o" =>
+ [
+ "crypto/asn1/a_print.c",
+ ],
+ "crypto/asn1/a_sign.o" =>
+ [
+ "crypto/asn1/a_sign.c",
+ ],
+ "crypto/asn1/a_strex.o" =>
+ [
+ "crypto/asn1/a_strex.c",
+ ],
+ "crypto/asn1/a_strnid.o" =>
+ [
+ "crypto/asn1/a_strnid.c",
+ ],
+ "crypto/asn1/a_time.o" =>
+ [
+ "crypto/asn1/a_time.c",
+ ],
+ "crypto/asn1/a_type.o" =>
+ [
+ "crypto/asn1/a_type.c",
+ ],
+ "crypto/asn1/a_utctm.o" =>
+ [
+ "crypto/asn1/a_utctm.c",
+ ],
+ "crypto/asn1/a_utf8.o" =>
+ [
+ "crypto/asn1/a_utf8.c",
+ ],
+ "crypto/asn1/a_verify.o" =>
+ [
+ "crypto/asn1/a_verify.c",
+ ],
+ "crypto/asn1/ameth_lib.o" =>
+ [
+ "crypto/asn1/ameth_lib.c",
+ ],
+ "crypto/asn1/asn1_err.o" =>
+ [
+ "crypto/asn1/asn1_err.c",
+ ],
+ "crypto/asn1/asn1_gen.o" =>
+ [
+ "crypto/asn1/asn1_gen.c",
+ ],
+ "crypto/asn1/asn1_lib.o" =>
+ [
+ "crypto/asn1/asn1_lib.c",
+ ],
+ "crypto/asn1/asn1_par.o" =>
+ [
+ "crypto/asn1/asn1_par.c",
+ ],
+ "crypto/asn1/asn_mime.o" =>
+ [
+ "crypto/asn1/asn_mime.c",
+ ],
+ "crypto/asn1/asn_moid.o" =>
+ [
+ "crypto/asn1/asn_moid.c",
+ ],
+ "crypto/asn1/asn_mstbl.o" =>
+ [
+ "crypto/asn1/asn_mstbl.c",
+ ],
+ "crypto/asn1/asn_pack.o" =>
+ [
+ "crypto/asn1/asn_pack.c",
+ ],
+ "crypto/asn1/bio_asn1.o" =>
+ [
+ "crypto/asn1/bio_asn1.c",
+ ],
+ "crypto/asn1/bio_ndef.o" =>
+ [
+ "crypto/asn1/bio_ndef.c",
+ ],
+ "crypto/asn1/d2i_pr.o" =>
+ [
+ "crypto/asn1/d2i_pr.c",
+ ],
+ "crypto/asn1/d2i_pu.o" =>
+ [
+ "crypto/asn1/d2i_pu.c",
+ ],
+ "crypto/asn1/evp_asn1.o" =>
+ [
+ "crypto/asn1/evp_asn1.c",
+ ],
+ "crypto/asn1/f_int.o" =>
+ [
+ "crypto/asn1/f_int.c",
+ ],
+ "crypto/asn1/f_string.o" =>
+ [
+ "crypto/asn1/f_string.c",
+ ],
+ "crypto/asn1/i2d_pr.o" =>
+ [
+ "crypto/asn1/i2d_pr.c",
+ ],
+ "crypto/asn1/i2d_pu.o" =>
+ [
+ "crypto/asn1/i2d_pu.c",
+ ],
+ "crypto/asn1/n_pkey.o" =>
+ [
+ "crypto/asn1/n_pkey.c",
+ ],
+ "crypto/asn1/nsseq.o" =>
+ [
+ "crypto/asn1/nsseq.c",
+ ],
+ "crypto/asn1/p5_pbe.o" =>
+ [
+ "crypto/asn1/p5_pbe.c",
+ ],
+ "crypto/asn1/p5_pbev2.o" =>
+ [
+ "crypto/asn1/p5_pbev2.c",
+ ],
+ "crypto/asn1/p5_scrypt.o" =>
+ [
+ "crypto/asn1/p5_scrypt.c",
+ ],
+ "crypto/asn1/p8_pkey.o" =>
+ [
+ "crypto/asn1/p8_pkey.c",
+ ],
+ "crypto/asn1/t_bitst.o" =>
+ [
+ "crypto/asn1/t_bitst.c",
+ ],
+ "crypto/asn1/t_pkey.o" =>
+ [
+ "crypto/asn1/t_pkey.c",
+ ],
+ "crypto/asn1/t_spki.o" =>
+ [
+ "crypto/asn1/t_spki.c",
+ ],
+ "crypto/asn1/tasn_dec.o" =>
+ [
+ "crypto/asn1/tasn_dec.c",
+ ],
+ "crypto/asn1/tasn_enc.o" =>
+ [
+ "crypto/asn1/tasn_enc.c",
+ ],
+ "crypto/asn1/tasn_fre.o" =>
+ [
+ "crypto/asn1/tasn_fre.c",
+ ],
+ "crypto/asn1/tasn_new.o" =>
+ [
+ "crypto/asn1/tasn_new.c",
+ ],
+ "crypto/asn1/tasn_prn.o" =>
+ [
+ "crypto/asn1/tasn_prn.c",
+ ],
+ "crypto/asn1/tasn_scn.o" =>
+ [
+ "crypto/asn1/tasn_scn.c",
+ ],
+ "crypto/asn1/tasn_typ.o" =>
+ [
+ "crypto/asn1/tasn_typ.c",
+ ],
+ "crypto/asn1/tasn_utl.o" =>
+ [
+ "crypto/asn1/tasn_utl.c",
+ ],
+ "crypto/asn1/x_algor.o" =>
+ [
+ "crypto/asn1/x_algor.c",
+ ],
+ "crypto/asn1/x_bignum.o" =>
+ [
+ "crypto/asn1/x_bignum.c",
+ ],
+ "crypto/asn1/x_info.o" =>
+ [
+ "crypto/asn1/x_info.c",
+ ],
+ "crypto/asn1/x_int64.o" =>
+ [
+ "crypto/asn1/x_int64.c",
+ ],
+ "crypto/asn1/x_long.o" =>
+ [
+ "crypto/asn1/x_long.c",
+ ],
+ "crypto/asn1/x_pkey.o" =>
+ [
+ "crypto/asn1/x_pkey.c",
+ ],
+ "crypto/asn1/x_sig.o" =>
+ [
+ "crypto/asn1/x_sig.c",
+ ],
+ "crypto/asn1/x_spki.o" =>
+ [
+ "crypto/asn1/x_spki.c",
+ ],
+ "crypto/asn1/x_val.o" =>
+ [
+ "crypto/asn1/x_val.c",
+ ],
+ "crypto/async/arch/async_null.o" =>
+ [
+ "crypto/async/arch/async_null.c",
+ ],
+ "crypto/async/arch/async_posix.o" =>
+ [
+ "crypto/async/arch/async_posix.c",
+ ],
+ "crypto/async/arch/async_win.o" =>
+ [
+ "crypto/async/arch/async_win.c",
+ ],
+ "crypto/async/async.o" =>
+ [
+ "crypto/async/async.c",
+ ],
+ "crypto/async/async_err.o" =>
+ [
+ "crypto/async/async_err.c",
+ ],
+ "crypto/async/async_wait.o" =>
+ [
+ "crypto/async/async_wait.c",
+ ],
+ "crypto/bf/bf_cfb64.o" =>
+ [
+ "crypto/bf/bf_cfb64.c",
+ ],
+ "crypto/bf/bf_ecb.o" =>
+ [
+ "crypto/bf/bf_ecb.c",
+ ],
+ "crypto/bf/bf_enc.o" =>
+ [
+ "crypto/bf/bf_enc.c",
+ ],
+ "crypto/bf/bf_ofb64.o" =>
+ [
+ "crypto/bf/bf_ofb64.c",
+ ],
+ "crypto/bf/bf_skey.o" =>
+ [
+ "crypto/bf/bf_skey.c",
+ ],
+ "crypto/bio/b_addr.o" =>
+ [
+ "crypto/bio/b_addr.c",
+ ],
+ "crypto/bio/b_dump.o" =>
+ [
+ "crypto/bio/b_dump.c",
+ ],
+ "crypto/bio/b_print.o" =>
+ [
+ "crypto/bio/b_print.c",
+ ],
+ "crypto/bio/b_sock.o" =>
+ [
+ "crypto/bio/b_sock.c",
+ ],
+ "crypto/bio/b_sock2.o" =>
+ [
+ "crypto/bio/b_sock2.c",
+ ],
+ "crypto/bio/bf_buff.o" =>
+ [
+ "crypto/bio/bf_buff.c",
+ ],
+ "crypto/bio/bf_lbuf.o" =>
+ [
+ "crypto/bio/bf_lbuf.c",
+ ],
+ "crypto/bio/bf_nbio.o" =>
+ [
+ "crypto/bio/bf_nbio.c",
+ ],
+ "crypto/bio/bf_null.o" =>
+ [
+ "crypto/bio/bf_null.c",
+ ],
+ "crypto/bio/bio_cb.o" =>
+ [
+ "crypto/bio/bio_cb.c",
+ ],
+ "crypto/bio/bio_err.o" =>
+ [
+ "crypto/bio/bio_err.c",
+ ],
+ "crypto/bio/bio_lib.o" =>
+ [
+ "crypto/bio/bio_lib.c",
+ ],
+ "crypto/bio/bio_meth.o" =>
+ [
+ "crypto/bio/bio_meth.c",
+ ],
+ "crypto/bio/bss_acpt.o" =>
+ [
+ "crypto/bio/bss_acpt.c",
+ ],
+ "crypto/bio/bss_bio.o" =>
+ [
+ "crypto/bio/bss_bio.c",
+ ],
+ "crypto/bio/bss_conn.o" =>
+ [
+ "crypto/bio/bss_conn.c",
+ ],
+ "crypto/bio/bss_dgram.o" =>
+ [
+ "crypto/bio/bss_dgram.c",
+ ],
+ "crypto/bio/bss_fd.o" =>
+ [
+ "crypto/bio/bss_fd.c",
+ ],
+ "crypto/bio/bss_file.o" =>
+ [
+ "crypto/bio/bss_file.c",
+ ],
+ "crypto/bio/bss_log.o" =>
+ [
+ "crypto/bio/bss_log.c",
+ ],
+ "crypto/bio/bss_mem.o" =>
+ [
+ "crypto/bio/bss_mem.c",
+ ],
+ "crypto/bio/bss_null.o" =>
+ [
+ "crypto/bio/bss_null.c",
+ ],
+ "crypto/bio/bss_sock.o" =>
+ [
+ "crypto/bio/bss_sock.c",
+ ],
+ "crypto/blake2/blake2b.o" =>
+ [
+ "crypto/blake2/blake2b.c",
+ ],
+ "crypto/blake2/blake2s.o" =>
+ [
+ "crypto/blake2/blake2s.c",
+ ],
+ "crypto/blake2/m_blake2b.o" =>
+ [
+ "crypto/blake2/m_blake2b.c",
+ ],
+ "crypto/blake2/m_blake2s.o" =>
+ [
+ "crypto/blake2/m_blake2s.c",
+ ],
+ "crypto/bn/bn_add.o" =>
+ [
+ "crypto/bn/bn_add.c",
+ ],
+ "crypto/bn/bn_asm.o" =>
+ [
+ "crypto/bn/bn_asm.c",
+ ],
+ "crypto/bn/bn_blind.o" =>
+ [
+ "crypto/bn/bn_blind.c",
+ ],
+ "crypto/bn/bn_const.o" =>
+ [
+ "crypto/bn/bn_const.c",
+ ],
+ "crypto/bn/bn_ctx.o" =>
+ [
+ "crypto/bn/bn_ctx.c",
+ ],
+ "crypto/bn/bn_depr.o" =>
+ [
+ "crypto/bn/bn_depr.c",
+ ],
+ "crypto/bn/bn_dh.o" =>
+ [
+ "crypto/bn/bn_dh.c",
+ ],
+ "crypto/bn/bn_div.o" =>
+ [
+ "crypto/bn/bn_div.c",
+ ],
+ "crypto/bn/bn_err.o" =>
+ [
+ "crypto/bn/bn_err.c",
+ ],
+ "crypto/bn/bn_exp.o" =>
+ [
+ "crypto/bn/bn_exp.c",
+ ],
+ "crypto/bn/bn_exp2.o" =>
+ [
+ "crypto/bn/bn_exp2.c",
+ ],
+ "crypto/bn/bn_gcd.o" =>
+ [
+ "crypto/bn/bn_gcd.c",
+ ],
+ "crypto/bn/bn_gf2m.o" =>
+ [
+ "crypto/bn/bn_gf2m.c",
+ ],
+ "crypto/bn/bn_intern.o" =>
+ [
+ "crypto/bn/bn_intern.c",
+ ],
+ "crypto/bn/bn_kron.o" =>
+ [
+ "crypto/bn/bn_kron.c",
+ ],
+ "crypto/bn/bn_lib.o" =>
+ [
+ "crypto/bn/bn_lib.c",
+ ],
+ "crypto/bn/bn_mod.o" =>
+ [
+ "crypto/bn/bn_mod.c",
+ ],
+ "crypto/bn/bn_mont.o" =>
+ [
+ "crypto/bn/bn_mont.c",
+ ],
+ "crypto/bn/bn_mpi.o" =>
+ [
+ "crypto/bn/bn_mpi.c",
+ ],
+ "crypto/bn/bn_mul.o" =>
+ [
+ "crypto/bn/bn_mul.c",
+ ],
+ "crypto/bn/bn_nist.o" =>
+ [
+ "crypto/bn/bn_nist.c",
+ ],
+ "crypto/bn/bn_prime.o" =>
+ [
+ "crypto/bn/bn_prime.c",
+ ],
+ "crypto/bn/bn_print.o" =>
+ [
+ "crypto/bn/bn_print.c",
+ ],
+ "crypto/bn/bn_rand.o" =>
+ [
+ "crypto/bn/bn_rand.c",
+ ],
+ "crypto/bn/bn_recp.o" =>
+ [
+ "crypto/bn/bn_recp.c",
+ ],
+ "crypto/bn/bn_shift.o" =>
+ [
+ "crypto/bn/bn_shift.c",
+ ],
+ "crypto/bn/bn_sqr.o" =>
+ [
+ "crypto/bn/bn_sqr.c",
+ ],
+ "crypto/bn/bn_sqrt.o" =>
+ [
+ "crypto/bn/bn_sqrt.c",
+ ],
+ "crypto/bn/bn_srp.o" =>
+ [
+ "crypto/bn/bn_srp.c",
+ ],
+ "crypto/bn/bn_word.o" =>
+ [
+ "crypto/bn/bn_word.c",
+ ],
+ "crypto/bn/bn_x931p.o" =>
+ [
+ "crypto/bn/bn_x931p.c",
+ ],
+ "crypto/buffer/buf_err.o" =>
+ [
+ "crypto/buffer/buf_err.c",
+ ],
+ "crypto/buffer/buffer.o" =>
+ [
+ "crypto/buffer/buffer.c",
+ ],
+ "crypto/camellia/camellia.o" =>
+ [
+ "crypto/camellia/camellia.c",
+ ],
+ "crypto/camellia/cmll_cbc.o" =>
+ [
+ "crypto/camellia/cmll_cbc.c",
+ ],
+ "crypto/camellia/cmll_cfb.o" =>
+ [
+ "crypto/camellia/cmll_cfb.c",
+ ],
+ "crypto/camellia/cmll_ctr.o" =>
+ [
+ "crypto/camellia/cmll_ctr.c",
+ ],
+ "crypto/camellia/cmll_ecb.o" =>
+ [
+ "crypto/camellia/cmll_ecb.c",
+ ],
+ "crypto/camellia/cmll_misc.o" =>
+ [
+ "crypto/camellia/cmll_misc.c",
+ ],
+ "crypto/camellia/cmll_ofb.o" =>
+ [
+ "crypto/camellia/cmll_ofb.c",
+ ],
+ "crypto/cast/c_cfb64.o" =>
+ [
+ "crypto/cast/c_cfb64.c",
+ ],
+ "crypto/cast/c_ecb.o" =>
+ [
+ "crypto/cast/c_ecb.c",
+ ],
+ "crypto/cast/c_enc.o" =>
+ [
+ "crypto/cast/c_enc.c",
+ ],
+ "crypto/cast/c_ofb64.o" =>
+ [
+ "crypto/cast/c_ofb64.c",
+ ],
+ "crypto/cast/c_skey.o" =>
+ [
+ "crypto/cast/c_skey.c",
+ ],
+ "crypto/chacha/chacha_enc.o" =>
+ [
+ "crypto/chacha/chacha_enc.c",
+ ],
+ "crypto/cmac/cm_ameth.o" =>
+ [
+ "crypto/cmac/cm_ameth.c",
+ ],
+ "crypto/cmac/cm_pmeth.o" =>
+ [
+ "crypto/cmac/cm_pmeth.c",
+ ],
+ "crypto/cmac/cmac.o" =>
+ [
+ "crypto/cmac/cmac.c",
+ ],
+ "crypto/cms/cms_asn1.o" =>
+ [
+ "crypto/cms/cms_asn1.c",
+ ],
+ "crypto/cms/cms_att.o" =>
+ [
+ "crypto/cms/cms_att.c",
+ ],
+ "crypto/cms/cms_cd.o" =>
+ [
+ "crypto/cms/cms_cd.c",
+ ],
+ "crypto/cms/cms_dd.o" =>
+ [
+ "crypto/cms/cms_dd.c",
+ ],
+ "crypto/cms/cms_enc.o" =>
+ [
+ "crypto/cms/cms_enc.c",
+ ],
+ "crypto/cms/cms_env.o" =>
+ [
+ "crypto/cms/cms_env.c",
+ ],
+ "crypto/cms/cms_err.o" =>
+ [
+ "crypto/cms/cms_err.c",
+ ],
+ "crypto/cms/cms_ess.o" =>
+ [
+ "crypto/cms/cms_ess.c",
+ ],
+ "crypto/cms/cms_io.o" =>
+ [
+ "crypto/cms/cms_io.c",
+ ],
+ "crypto/cms/cms_kari.o" =>
+ [
+ "crypto/cms/cms_kari.c",
+ ],
+ "crypto/cms/cms_lib.o" =>
+ [
+ "crypto/cms/cms_lib.c",
+ ],
+ "crypto/cms/cms_pwri.o" =>
+ [
+ "crypto/cms/cms_pwri.c",
+ ],
+ "crypto/cms/cms_sd.o" =>
+ [
+ "crypto/cms/cms_sd.c",
+ ],
+ "crypto/cms/cms_smime.o" =>
+ [
+ "crypto/cms/cms_smime.c",
+ ],
+ "crypto/conf/conf_api.o" =>
+ [
+ "crypto/conf/conf_api.c",
+ ],
+ "crypto/conf/conf_def.o" =>
+ [
+ "crypto/conf/conf_def.c",
+ ],
+ "crypto/conf/conf_err.o" =>
+ [
+ "crypto/conf/conf_err.c",
+ ],
+ "crypto/conf/conf_lib.o" =>
+ [
+ "crypto/conf/conf_lib.c",
+ ],
+ "crypto/conf/conf_mall.o" =>
+ [
+ "crypto/conf/conf_mall.c",
+ ],
+ "crypto/conf/conf_mod.o" =>
+ [
+ "crypto/conf/conf_mod.c",
+ ],
+ "crypto/conf/conf_sap.o" =>
+ [
+ "crypto/conf/conf_sap.c",
+ ],
+ "crypto/cpt_err.o" =>
+ [
+ "crypto/cpt_err.c",
+ ],
+ "crypto/cryptlib.o" =>
+ [
+ "crypto/cryptlib.c",
+ ],
+ "crypto/ct/ct_b64.o" =>
+ [
+ "crypto/ct/ct_b64.c",
+ ],
+ "crypto/ct/ct_err.o" =>
+ [
+ "crypto/ct/ct_err.c",
+ ],
+ "crypto/ct/ct_log.o" =>
+ [
+ "crypto/ct/ct_log.c",
+ ],
+ "crypto/ct/ct_oct.o" =>
+ [
+ "crypto/ct/ct_oct.c",
+ ],
+ "crypto/ct/ct_policy.o" =>
+ [
+ "crypto/ct/ct_policy.c",
+ ],
+ "crypto/ct/ct_prn.o" =>
+ [
+ "crypto/ct/ct_prn.c",
+ ],
+ "crypto/ct/ct_sct.o" =>
+ [
+ "crypto/ct/ct_sct.c",
+ ],
+ "crypto/ct/ct_sct_ctx.o" =>
+ [
+ "crypto/ct/ct_sct_ctx.c",
+ ],
+ "crypto/ct/ct_vfy.o" =>
+ [
+ "crypto/ct/ct_vfy.c",
+ ],
+ "crypto/ct/ct_x509v3.o" =>
+ [
+ "crypto/ct/ct_x509v3.c",
+ ],
+ "crypto/cversion.o" =>
+ [
+ "crypto/cversion.c",
+ ],
+ "crypto/des/cbc_cksm.o" =>
+ [
+ "crypto/des/cbc_cksm.c",
+ ],
+ "crypto/des/cbc_enc.o" =>
+ [
+ "crypto/des/cbc_enc.c",
+ ],
+ "crypto/des/cfb64ede.o" =>
+ [
+ "crypto/des/cfb64ede.c",
+ ],
+ "crypto/des/cfb64enc.o" =>
+ [
+ "crypto/des/cfb64enc.c",
+ ],
+ "crypto/des/cfb_enc.o" =>
+ [
+ "crypto/des/cfb_enc.c",
+ ],
+ "crypto/des/des_enc.o" =>
+ [
+ "crypto/des/des_enc.c",
+ ],
+ "crypto/des/ecb3_enc.o" =>
+ [
+ "crypto/des/ecb3_enc.c",
+ ],
+ "crypto/des/ecb_enc.o" =>
+ [
+ "crypto/des/ecb_enc.c",
+ ],
+ "crypto/des/fcrypt.o" =>
+ [
+ "crypto/des/fcrypt.c",
+ ],
+ "crypto/des/fcrypt_b.o" =>
+ [
+ "crypto/des/fcrypt_b.c",
+ ],
+ "crypto/des/ofb64ede.o" =>
+ [
+ "crypto/des/ofb64ede.c",
+ ],
+ "crypto/des/ofb64enc.o" =>
+ [
+ "crypto/des/ofb64enc.c",
+ ],
+ "crypto/des/ofb_enc.o" =>
+ [
+ "crypto/des/ofb_enc.c",
+ ],
+ "crypto/des/pcbc_enc.o" =>
+ [
+ "crypto/des/pcbc_enc.c",
+ ],
+ "crypto/des/qud_cksm.o" =>
+ [
+ "crypto/des/qud_cksm.c",
+ ],
+ "crypto/des/rand_key.o" =>
+ [
+ "crypto/des/rand_key.c",
+ ],
+ "crypto/des/rpc_enc.o" =>
+ [
+ "crypto/des/rpc_enc.c",
+ ],
+ "crypto/des/set_key.o" =>
+ [
+ "crypto/des/set_key.c",
+ ],
+ "crypto/des/str2key.o" =>
+ [
+ "crypto/des/str2key.c",
+ ],
+ "crypto/des/xcbc_enc.o" =>
+ [
+ "crypto/des/xcbc_enc.c",
+ ],
+ "crypto/dh/dh_ameth.o" =>
+ [
+ "crypto/dh/dh_ameth.c",
+ ],
+ "crypto/dh/dh_asn1.o" =>
+ [
+ "crypto/dh/dh_asn1.c",
+ ],
+ "crypto/dh/dh_check.o" =>
+ [
+ "crypto/dh/dh_check.c",
+ ],
+ "crypto/dh/dh_depr.o" =>
+ [
+ "crypto/dh/dh_depr.c",
+ ],
+ "crypto/dh/dh_err.o" =>
+ [
+ "crypto/dh/dh_err.c",
+ ],
+ "crypto/dh/dh_gen.o" =>
+ [
+ "crypto/dh/dh_gen.c",
+ ],
+ "crypto/dh/dh_kdf.o" =>
+ [
+ "crypto/dh/dh_kdf.c",
+ ],
+ "crypto/dh/dh_key.o" =>
+ [
+ "crypto/dh/dh_key.c",
+ ],
+ "crypto/dh/dh_lib.o" =>
+ [
+ "crypto/dh/dh_lib.c",
+ ],
+ "crypto/dh/dh_meth.o" =>
+ [
+ "crypto/dh/dh_meth.c",
+ ],
+ "crypto/dh/dh_pmeth.o" =>
+ [
+ "crypto/dh/dh_pmeth.c",
+ ],
+ "crypto/dh/dh_prn.o" =>
+ [
+ "crypto/dh/dh_prn.c",
+ ],
+ "crypto/dh/dh_rfc5114.o" =>
+ [
+ "crypto/dh/dh_rfc5114.c",
+ ],
+ "crypto/dsa/dsa_ameth.o" =>
+ [
+ "crypto/dsa/dsa_ameth.c",
+ ],
+ "crypto/dsa/dsa_asn1.o" =>
+ [
+ "crypto/dsa/dsa_asn1.c",
+ ],
+ "crypto/dsa/dsa_depr.o" =>
+ [
+ "crypto/dsa/dsa_depr.c",
+ ],
+ "crypto/dsa/dsa_err.o" =>
+ [
+ "crypto/dsa/dsa_err.c",
+ ],
+ "crypto/dsa/dsa_gen.o" =>
+ [
+ "crypto/dsa/dsa_gen.c",
+ ],
+ "crypto/dsa/dsa_key.o" =>
+ [
+ "crypto/dsa/dsa_key.c",
+ ],
+ "crypto/dsa/dsa_lib.o" =>
+ [
+ "crypto/dsa/dsa_lib.c",
+ ],
+ "crypto/dsa/dsa_meth.o" =>
+ [
+ "crypto/dsa/dsa_meth.c",
+ ],
+ "crypto/dsa/dsa_ossl.o" =>
+ [
+ "crypto/dsa/dsa_ossl.c",
+ ],
+ "crypto/dsa/dsa_pmeth.o" =>
+ [
+ "crypto/dsa/dsa_pmeth.c",
+ ],
+ "crypto/dsa/dsa_prn.o" =>
+ [
+ "crypto/dsa/dsa_prn.c",
+ ],
+ "crypto/dsa/dsa_sign.o" =>
+ [
+ "crypto/dsa/dsa_sign.c",
+ ],
+ "crypto/dsa/dsa_vrf.o" =>
+ [
+ "crypto/dsa/dsa_vrf.c",
+ ],
+ "crypto/dso/dso_dl.o" =>
+ [
+ "crypto/dso/dso_dl.c",
+ ],
+ "crypto/dso/dso_dlfcn.o" =>
+ [
+ "crypto/dso/dso_dlfcn.c",
+ ],
+ "crypto/dso/dso_err.o" =>
+ [
+ "crypto/dso/dso_err.c",
+ ],
+ "crypto/dso/dso_lib.o" =>
+ [
+ "crypto/dso/dso_lib.c",
+ ],
+ "crypto/dso/dso_openssl.o" =>
+ [
+ "crypto/dso/dso_openssl.c",
+ ],
+ "crypto/dso/dso_vms.o" =>
+ [
+ "crypto/dso/dso_vms.c",
+ ],
+ "crypto/dso/dso_win32.o" =>
+ [
+ "crypto/dso/dso_win32.c",
+ ],
+ "crypto/ebcdic.o" =>
+ [
+ "crypto/ebcdic.c",
+ ],
+ "crypto/ec/curve25519.o" =>
+ [
+ "crypto/ec/curve25519.c",
+ ],
+ "crypto/ec/ec2_mult.o" =>
+ [
+ "crypto/ec/ec2_mult.c",
+ ],
+ "crypto/ec/ec2_oct.o" =>
+ [
+ "crypto/ec/ec2_oct.c",
+ ],
+ "crypto/ec/ec2_smpl.o" =>
+ [
+ "crypto/ec/ec2_smpl.c",
+ ],
+ "crypto/ec/ec_ameth.o" =>
+ [
+ "crypto/ec/ec_ameth.c",
+ ],
+ "crypto/ec/ec_asn1.o" =>
+ [
+ "crypto/ec/ec_asn1.c",
+ ],
+ "crypto/ec/ec_check.o" =>
+ [
+ "crypto/ec/ec_check.c",
+ ],
+ "crypto/ec/ec_curve.o" =>
+ [
+ "crypto/ec/ec_curve.c",
+ ],
+ "crypto/ec/ec_cvt.o" =>
+ [
+ "crypto/ec/ec_cvt.c",
+ ],
+ "crypto/ec/ec_err.o" =>
+ [
+ "crypto/ec/ec_err.c",
+ ],
+ "crypto/ec/ec_key.o" =>
+ [
+ "crypto/ec/ec_key.c",
+ ],
+ "crypto/ec/ec_kmeth.o" =>
+ [
+ "crypto/ec/ec_kmeth.c",
+ ],
+ "crypto/ec/ec_lib.o" =>
+ [
+ "crypto/ec/ec_lib.c",
+ ],
+ "crypto/ec/ec_mult.o" =>
+ [
+ "crypto/ec/ec_mult.c",
+ ],
+ "crypto/ec/ec_oct.o" =>
+ [
+ "crypto/ec/ec_oct.c",
+ ],
+ "crypto/ec/ec_pmeth.o" =>
+ [
+ "crypto/ec/ec_pmeth.c",
+ ],
+ "crypto/ec/ec_print.o" =>
+ [
+ "crypto/ec/ec_print.c",
+ ],
+ "crypto/ec/ecdh_kdf.o" =>
+ [
+ "crypto/ec/ecdh_kdf.c",
+ ],
+ "crypto/ec/ecdh_ossl.o" =>
+ [
+ "crypto/ec/ecdh_ossl.c",
+ ],
+ "crypto/ec/ecdsa_ossl.o" =>
+ [
+ "crypto/ec/ecdsa_ossl.c",
+ ],
+ "crypto/ec/ecdsa_sign.o" =>
+ [
+ "crypto/ec/ecdsa_sign.c",
+ ],
+ "crypto/ec/ecdsa_vrf.o" =>
+ [
+ "crypto/ec/ecdsa_vrf.c",
+ ],
+ "crypto/ec/eck_prn.o" =>
+ [
+ "crypto/ec/eck_prn.c",
+ ],
+ "crypto/ec/ecp_mont.o" =>
+ [
+ "crypto/ec/ecp_mont.c",
+ ],
+ "crypto/ec/ecp_nist.o" =>
+ [
+ "crypto/ec/ecp_nist.c",
+ ],
+ "crypto/ec/ecp_nistp224.o" =>
+ [
+ "crypto/ec/ecp_nistp224.c",
+ ],
+ "crypto/ec/ecp_nistp256.o" =>
+ [
+ "crypto/ec/ecp_nistp256.c",
+ ],
+ "crypto/ec/ecp_nistp521.o" =>
+ [
+ "crypto/ec/ecp_nistp521.c",
+ ],
+ "crypto/ec/ecp_nistputil.o" =>
+ [
+ "crypto/ec/ecp_nistputil.c",
+ ],
+ "crypto/ec/ecp_oct.o" =>
+ [
+ "crypto/ec/ecp_oct.c",
+ ],
+ "crypto/ec/ecp_smpl.o" =>
+ [
+ "crypto/ec/ecp_smpl.c",
+ ],
+ "crypto/ec/ecx_meth.o" =>
+ [
+ "crypto/ec/ecx_meth.c",
+ ],
+ "crypto/engine/eng_all.o" =>
+ [
+ "crypto/engine/eng_all.c",
+ ],
+ "crypto/engine/eng_cnf.o" =>
+ [
+ "crypto/engine/eng_cnf.c",
+ ],
+ "crypto/engine/eng_cryptodev.o" =>
+ [
+ "crypto/engine/eng_cryptodev.c",
+ ],
+ "crypto/engine/eng_ctrl.o" =>
+ [
+ "crypto/engine/eng_ctrl.c",
+ ],
+ "crypto/engine/eng_dyn.o" =>
+ [
+ "crypto/engine/eng_dyn.c",
+ ],
+ "crypto/engine/eng_err.o" =>
+ [
+ "crypto/engine/eng_err.c",
+ ],
+ "crypto/engine/eng_fat.o" =>
+ [
+ "crypto/engine/eng_fat.c",
+ ],
+ "crypto/engine/eng_init.o" =>
+ [
+ "crypto/engine/eng_init.c",
+ ],
+ "crypto/engine/eng_lib.o" =>
+ [
+ "crypto/engine/eng_lib.c",
+ ],
+ "crypto/engine/eng_list.o" =>
+ [
+ "crypto/engine/eng_list.c",
+ ],
+ "crypto/engine/eng_openssl.o" =>
+ [
+ "crypto/engine/eng_openssl.c",
+ ],
+ "crypto/engine/eng_pkey.o" =>
+ [
+ "crypto/engine/eng_pkey.c",
+ ],
+ "crypto/engine/eng_rdrand.o" =>
+ [
+ "crypto/engine/eng_rdrand.c",
+ ],
+ "crypto/engine/eng_table.o" =>
+ [
+ "crypto/engine/eng_table.c",
+ ],
+ "crypto/engine/tb_asnmth.o" =>
+ [
+ "crypto/engine/tb_asnmth.c",
+ ],
+ "crypto/engine/tb_cipher.o" =>
+ [
+ "crypto/engine/tb_cipher.c",
+ ],
+ "crypto/engine/tb_dh.o" =>
+ [
+ "crypto/engine/tb_dh.c",
+ ],
+ "crypto/engine/tb_digest.o" =>
+ [
+ "crypto/engine/tb_digest.c",
+ ],
+ "crypto/engine/tb_dsa.o" =>
+ [
+ "crypto/engine/tb_dsa.c",
+ ],
+ "crypto/engine/tb_eckey.o" =>
+ [
+ "crypto/engine/tb_eckey.c",
+ ],
+ "crypto/engine/tb_pkmeth.o" =>
+ [
+ "crypto/engine/tb_pkmeth.c",
+ ],
+ "crypto/engine/tb_rand.o" =>
+ [
+ "crypto/engine/tb_rand.c",
+ ],
+ "crypto/engine/tb_rsa.o" =>
+ [
+ "crypto/engine/tb_rsa.c",
+ ],
+ "crypto/err/err.o" =>
+ [
+ "crypto/err/err.c",
+ ],
+ "crypto/err/err_all.o" =>
+ [
+ "crypto/err/err_all.c",
+ ],
+ "crypto/err/err_prn.o" =>
+ [
+ "crypto/err/err_prn.c",
+ ],
+ "crypto/evp/bio_b64.o" =>
+ [
+ "crypto/evp/bio_b64.c",
+ ],
+ "crypto/evp/bio_enc.o" =>
+ [
+ "crypto/evp/bio_enc.c",
+ ],
+ "crypto/evp/bio_md.o" =>
+ [
+ "crypto/evp/bio_md.c",
+ ],
+ "crypto/evp/bio_ok.o" =>
+ [
+ "crypto/evp/bio_ok.c",
+ ],
+ "crypto/evp/c_allc.o" =>
+ [
+ "crypto/evp/c_allc.c",
+ ],
+ "crypto/evp/c_alld.o" =>
+ [
+ "crypto/evp/c_alld.c",
+ ],
+ "crypto/evp/cmeth_lib.o" =>
+ [
+ "crypto/evp/cmeth_lib.c",
+ ],
+ "crypto/evp/digest.o" =>
+ [
+ "crypto/evp/digest.c",
+ ],
+ "crypto/evp/e_aes.o" =>
+ [
+ "crypto/evp/e_aes.c",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha1.o" =>
+ [
+ "crypto/evp/e_aes_cbc_hmac_sha1.c",
+ ],
+ "crypto/evp/e_aes_cbc_hmac_sha256.o" =>
+ [
+ "crypto/evp/e_aes_cbc_hmac_sha256.c",
+ ],
+ "crypto/evp/e_bf.o" =>
+ [
+ "crypto/evp/e_bf.c",
+ ],
+ "crypto/evp/e_camellia.o" =>
+ [
+ "crypto/evp/e_camellia.c",
+ ],
+ "crypto/evp/e_cast.o" =>
+ [
+ "crypto/evp/e_cast.c",
+ ],
+ "crypto/evp/e_chacha20_poly1305.o" =>
+ [
+ "crypto/evp/e_chacha20_poly1305.c",
+ ],
+ "crypto/evp/e_des.o" =>
+ [
+ "crypto/evp/e_des.c",
+ ],
+ "crypto/evp/e_des3.o" =>
+ [
+ "crypto/evp/e_des3.c",
+ ],
+ "crypto/evp/e_idea.o" =>
+ [
+ "crypto/evp/e_idea.c",
+ ],
+ "crypto/evp/e_null.o" =>
+ [
+ "crypto/evp/e_null.c",
+ ],
+ "crypto/evp/e_old.o" =>
+ [
+ "crypto/evp/e_old.c",
+ ],
+ "crypto/evp/e_rc2.o" =>
+ [
+ "crypto/evp/e_rc2.c",
+ ],
+ "crypto/evp/e_rc4.o" =>
+ [
+ "crypto/evp/e_rc4.c",
+ ],
+ "crypto/evp/e_rc4_hmac_md5.o" =>
+ [
+ "crypto/evp/e_rc4_hmac_md5.c",
+ ],
+ "crypto/evp/e_rc5.o" =>
+ [
+ "crypto/evp/e_rc5.c",
+ ],
+ "crypto/evp/e_seed.o" =>
+ [
+ "crypto/evp/e_seed.c",
+ ],
+ "crypto/evp/e_xcbc_d.o" =>
+ [
+ "crypto/evp/e_xcbc_d.c",
+ ],
+ "crypto/evp/encode.o" =>
+ [
+ "crypto/evp/encode.c",
+ ],
+ "crypto/evp/evp_cnf.o" =>
+ [
+ "crypto/evp/evp_cnf.c",
+ ],
+ "crypto/evp/evp_enc.o" =>
+ [
+ "crypto/evp/evp_enc.c",
+ ],
+ "crypto/evp/evp_err.o" =>
+ [
+ "crypto/evp/evp_err.c",
+ ],
+ "crypto/evp/evp_key.o" =>
+ [
+ "crypto/evp/evp_key.c",
+ ],
+ "crypto/evp/evp_lib.o" =>
+ [
+ "crypto/evp/evp_lib.c",
+ ],
+ "crypto/evp/evp_pbe.o" =>
+ [
+ "crypto/evp/evp_pbe.c",
+ ],
+ "crypto/evp/evp_pkey.o" =>
+ [
+ "crypto/evp/evp_pkey.c",
+ ],
+ "crypto/evp/m_md2.o" =>
+ [
+ "crypto/evp/m_md2.c",
+ ],
+ "crypto/evp/m_md4.o" =>
+ [
+ "crypto/evp/m_md4.c",
+ ],
+ "crypto/evp/m_md5.o" =>
+ [
+ "crypto/evp/m_md5.c",
+ ],
+ "crypto/evp/m_md5_sha1.o" =>
+ [
+ "crypto/evp/m_md5_sha1.c",
+ ],
+ "crypto/evp/m_mdc2.o" =>
+ [
+ "crypto/evp/m_mdc2.c",
+ ],
+ "crypto/evp/m_null.o" =>
+ [
+ "crypto/evp/m_null.c",
+ ],
+ "crypto/evp/m_ripemd.o" =>
+ [
+ "crypto/evp/m_ripemd.c",
+ ],
+ "crypto/evp/m_sha1.o" =>
+ [
+ "crypto/evp/m_sha1.c",
+ ],
+ "crypto/evp/m_sigver.o" =>
+ [
+ "crypto/evp/m_sigver.c",
+ ],
+ "crypto/evp/m_wp.o" =>
+ [
+ "crypto/evp/m_wp.c",
+ ],
+ "crypto/evp/names.o" =>
+ [
+ "crypto/evp/names.c",
+ ],
+ "crypto/evp/p5_crpt.o" =>
+ [
+ "crypto/evp/p5_crpt.c",
+ ],
+ "crypto/evp/p5_crpt2.o" =>
+ [
+ "crypto/evp/p5_crpt2.c",
+ ],
+ "crypto/evp/p_dec.o" =>
+ [
+ "crypto/evp/p_dec.c",
+ ],
+ "crypto/evp/p_enc.o" =>
+ [
+ "crypto/evp/p_enc.c",
+ ],
+ "crypto/evp/p_lib.o" =>
+ [
+ "crypto/evp/p_lib.c",
+ ],
+ "crypto/evp/p_open.o" =>
+ [
+ "crypto/evp/p_open.c",
+ ],
+ "crypto/evp/p_seal.o" =>
+ [
+ "crypto/evp/p_seal.c",
+ ],
+ "crypto/evp/p_sign.o" =>
+ [
+ "crypto/evp/p_sign.c",
+ ],
+ "crypto/evp/p_verify.o" =>
+ [
+ "crypto/evp/p_verify.c",
+ ],
+ "crypto/evp/pmeth_fn.o" =>
+ [
+ "crypto/evp/pmeth_fn.c",
+ ],
+ "crypto/evp/pmeth_gn.o" =>
+ [
+ "crypto/evp/pmeth_gn.c",
+ ],
+ "crypto/evp/pmeth_lib.o" =>
+ [
+ "crypto/evp/pmeth_lib.c",
+ ],
+ "crypto/evp/scrypt.o" =>
+ [
+ "crypto/evp/scrypt.c",
+ ],
+ "crypto/ex_data.o" =>
+ [
+ "crypto/ex_data.c",
+ ],
+ "crypto/hmac/hm_ameth.o" =>
+ [
+ "crypto/hmac/hm_ameth.c",
+ ],
+ "crypto/hmac/hm_pmeth.o" =>
+ [
+ "crypto/hmac/hm_pmeth.c",
+ ],
+ "crypto/hmac/hmac.o" =>
+ [
+ "crypto/hmac/hmac.c",
+ ],
+ "crypto/idea/i_cbc.o" =>
+ [
+ "crypto/idea/i_cbc.c",
+ ],
+ "crypto/idea/i_cfb64.o" =>
+ [
+ "crypto/idea/i_cfb64.c",
+ ],
+ "crypto/idea/i_ecb.o" =>
+ [
+ "crypto/idea/i_ecb.c",
+ ],
+ "crypto/idea/i_ofb64.o" =>
+ [
+ "crypto/idea/i_ofb64.c",
+ ],
+ "crypto/idea/i_skey.o" =>
+ [
+ "crypto/idea/i_skey.c",
+ ],
+ "crypto/init.o" =>
+ [
+ "crypto/init.c",
+ ],
+ "crypto/kdf/hkdf.o" =>
+ [
+ "crypto/kdf/hkdf.c",
+ ],
+ "crypto/kdf/kdf_err.o" =>
+ [
+ "crypto/kdf/kdf_err.c",
+ ],
+ "crypto/kdf/tls1_prf.o" =>
+ [
+ "crypto/kdf/tls1_prf.c",
+ ],
+ "crypto/lhash/lh_stats.o" =>
+ [
+ "crypto/lhash/lh_stats.c",
+ ],
+ "crypto/lhash/lhash.o" =>
+ [
+ "crypto/lhash/lhash.c",
+ ],
+ "crypto/md4/md4_dgst.o" =>
+ [
+ "crypto/md4/md4_dgst.c",
+ ],
+ "crypto/md4/md4_one.o" =>
+ [
+ "crypto/md4/md4_one.c",
+ ],
+ "crypto/md5/md5_dgst.o" =>
+ [
+ "crypto/md5/md5_dgst.c",
+ ],
+ "crypto/md5/md5_one.o" =>
+ [
+ "crypto/md5/md5_one.c",
+ ],
+ "crypto/mdc2/mdc2_one.o" =>
+ [
+ "crypto/mdc2/mdc2_one.c",
+ ],
+ "crypto/mdc2/mdc2dgst.o" =>
+ [
+ "crypto/mdc2/mdc2dgst.c",
+ ],
+ "crypto/mem.o" =>
+ [
+ "crypto/mem.c",
+ ],
+ "crypto/mem_clr.o" =>
+ [
+ "crypto/mem_clr.c",
+ ],
+ "crypto/mem_dbg.o" =>
+ [
+ "crypto/mem_dbg.c",
+ ],
+ "crypto/mem_sec.o" =>
+ [
+ "crypto/mem_sec.c",
+ ],
+ "crypto/modes/cbc128.o" =>
+ [
+ "crypto/modes/cbc128.c",
+ ],
+ "crypto/modes/ccm128.o" =>
+ [
+ "crypto/modes/ccm128.c",
+ ],
+ "crypto/modes/cfb128.o" =>
+ [
+ "crypto/modes/cfb128.c",
+ ],
+ "crypto/modes/ctr128.o" =>
+ [
+ "crypto/modes/ctr128.c",
+ ],
+ "crypto/modes/cts128.o" =>
+ [
+ "crypto/modes/cts128.c",
+ ],
+ "crypto/modes/gcm128.o" =>
+ [
+ "crypto/modes/gcm128.c",
+ ],
+ "crypto/modes/ocb128.o" =>
+ [
+ "crypto/modes/ocb128.c",
+ ],
+ "crypto/modes/ofb128.o" =>
+ [
+ "crypto/modes/ofb128.c",
+ ],
+ "crypto/modes/wrap128.o" =>
+ [
+ "crypto/modes/wrap128.c",
+ ],
+ "crypto/modes/xts128.o" =>
+ [
+ "crypto/modes/xts128.c",
+ ],
+ "crypto/o_dir.o" =>
+ [
+ "crypto/o_dir.c",
+ ],
+ "crypto/o_fips.o" =>
+ [
+ "crypto/o_fips.c",
+ ],
+ "crypto/o_fopen.o" =>
+ [
+ "crypto/o_fopen.c",
+ ],
+ "crypto/o_init.o" =>
+ [
+ "crypto/o_init.c",
+ ],
+ "crypto/o_str.o" =>
+ [
+ "crypto/o_str.c",
+ ],
+ "crypto/o_time.o" =>
+ [
+ "crypto/o_time.c",
+ ],
+ "crypto/objects/o_names.o" =>
+ [
+ "crypto/objects/o_names.c",
+ ],
+ "crypto/objects/obj_dat.o" =>
+ [
+ "crypto/objects/obj_dat.c",
+ ],
+ "crypto/objects/obj_err.o" =>
+ [
+ "crypto/objects/obj_err.c",
+ ],
+ "crypto/objects/obj_lib.o" =>
+ [
+ "crypto/objects/obj_lib.c",
+ ],
+ "crypto/objects/obj_xref.o" =>
+ [
+ "crypto/objects/obj_xref.c",
+ ],
+ "crypto/ocsp/ocsp_asn.o" =>
+ [
+ "crypto/ocsp/ocsp_asn.c",
+ ],
+ "crypto/ocsp/ocsp_cl.o" =>
+ [
+ "crypto/ocsp/ocsp_cl.c",
+ ],
+ "crypto/ocsp/ocsp_err.o" =>
+ [
+ "crypto/ocsp/ocsp_err.c",
+ ],
+ "crypto/ocsp/ocsp_ext.o" =>
+ [
+ "crypto/ocsp/ocsp_ext.c",
+ ],
+ "crypto/ocsp/ocsp_ht.o" =>
+ [
+ "crypto/ocsp/ocsp_ht.c",
+ ],
+ "crypto/ocsp/ocsp_lib.o" =>
+ [
+ "crypto/ocsp/ocsp_lib.c",
+ ],
+ "crypto/ocsp/ocsp_prn.o" =>
+ [
+ "crypto/ocsp/ocsp_prn.c",
+ ],
+ "crypto/ocsp/ocsp_srv.o" =>
+ [
+ "crypto/ocsp/ocsp_srv.c",
+ ],
+ "crypto/ocsp/ocsp_vfy.o" =>
+ [
+ "crypto/ocsp/ocsp_vfy.c",
+ ],
+ "crypto/ocsp/v3_ocsp.o" =>
+ [
+ "crypto/ocsp/v3_ocsp.c",
+ ],
+ "crypto/pem/pem_all.o" =>
+ [
+ "crypto/pem/pem_all.c",
+ ],
+ "crypto/pem/pem_err.o" =>
+ [
+ "crypto/pem/pem_err.c",
+ ],
+ "crypto/pem/pem_info.o" =>
+ [
+ "crypto/pem/pem_info.c",
+ ],
+ "crypto/pem/pem_lib.o" =>
+ [
+ "crypto/pem/pem_lib.c",
+ ],
+ "crypto/pem/pem_oth.o" =>
+ [
+ "crypto/pem/pem_oth.c",
+ ],
+ "crypto/pem/pem_pk8.o" =>
+ [
+ "crypto/pem/pem_pk8.c",
+ ],
+ "crypto/pem/pem_pkey.o" =>
+ [
+ "crypto/pem/pem_pkey.c",
+ ],
+ "crypto/pem/pem_sign.o" =>
+ [
+ "crypto/pem/pem_sign.c",
+ ],
+ "crypto/pem/pem_x509.o" =>
+ [
+ "crypto/pem/pem_x509.c",
+ ],
+ "crypto/pem/pem_xaux.o" =>
+ [
+ "crypto/pem/pem_xaux.c",
+ ],
+ "crypto/pem/pvkfmt.o" =>
+ [
+ "crypto/pem/pvkfmt.c",
+ ],
+ "crypto/pkcs12/p12_add.o" =>
+ [
+ "crypto/pkcs12/p12_add.c",
+ ],
+ "crypto/pkcs12/p12_asn.o" =>
+ [
+ "crypto/pkcs12/p12_asn.c",
+ ],
+ "crypto/pkcs12/p12_attr.o" =>
+ [
+ "crypto/pkcs12/p12_attr.c",
+ ],
+ "crypto/pkcs12/p12_crpt.o" =>
+ [
+ "crypto/pkcs12/p12_crpt.c",
+ ],
+ "crypto/pkcs12/p12_crt.o" =>
+ [
+ "crypto/pkcs12/p12_crt.c",
+ ],
+ "crypto/pkcs12/p12_decr.o" =>
+ [
+ "crypto/pkcs12/p12_decr.c",
+ ],
+ "crypto/pkcs12/p12_init.o" =>
+ [
+ "crypto/pkcs12/p12_init.c",
+ ],
+ "crypto/pkcs12/p12_key.o" =>
+ [
+ "crypto/pkcs12/p12_key.c",
+ ],
+ "crypto/pkcs12/p12_kiss.o" =>
+ [
+ "crypto/pkcs12/p12_kiss.c",
+ ],
+ "crypto/pkcs12/p12_mutl.o" =>
+ [
+ "crypto/pkcs12/p12_mutl.c",
+ ],
+ "crypto/pkcs12/p12_npas.o" =>
+ [
+ "crypto/pkcs12/p12_npas.c",
+ ],
+ "crypto/pkcs12/p12_p8d.o" =>
+ [
+ "crypto/pkcs12/p12_p8d.c",
+ ],
+ "crypto/pkcs12/p12_p8e.o" =>
+ [
+ "crypto/pkcs12/p12_p8e.c",
+ ],
+ "crypto/pkcs12/p12_sbag.o" =>
+ [
+ "crypto/pkcs12/p12_sbag.c",
+ ],
+ "crypto/pkcs12/p12_utl.o" =>
+ [
+ "crypto/pkcs12/p12_utl.c",
+ ],
+ "crypto/pkcs12/pk12err.o" =>
+ [
+ "crypto/pkcs12/pk12err.c",
+ ],
+ "crypto/pkcs7/bio_pk7.o" =>
+ [
+ "crypto/pkcs7/bio_pk7.c",
+ ],
+ "crypto/pkcs7/pk7_asn1.o" =>
+ [
+ "crypto/pkcs7/pk7_asn1.c",
+ ],
+ "crypto/pkcs7/pk7_attr.o" =>
+ [
+ "crypto/pkcs7/pk7_attr.c",
+ ],
+ "crypto/pkcs7/pk7_doit.o" =>
+ [
+ "crypto/pkcs7/pk7_doit.c",
+ ],
+ "crypto/pkcs7/pk7_lib.o" =>
+ [
+ "crypto/pkcs7/pk7_lib.c",
+ ],
+ "crypto/pkcs7/pk7_mime.o" =>
+ [
+ "crypto/pkcs7/pk7_mime.c",
+ ],
+ "crypto/pkcs7/pk7_smime.o" =>
+ [
+ "crypto/pkcs7/pk7_smime.c",
+ ],
+ "crypto/pkcs7/pkcs7err.o" =>
+ [
+ "crypto/pkcs7/pkcs7err.c",
+ ],
+ "crypto/poly1305/poly1305.o" =>
+ [
+ "crypto/poly1305/poly1305.c",
+ ],
+ "crypto/rand/md_rand.o" =>
+ [
+ "crypto/rand/md_rand.c",
+ ],
+ "crypto/rand/rand_egd.o" =>
+ [
+ "crypto/rand/rand_egd.c",
+ ],
+ "crypto/rand/rand_err.o" =>
+ [
+ "crypto/rand/rand_err.c",
+ ],
+ "crypto/rand/rand_lib.o" =>
+ [
+ "crypto/rand/rand_lib.c",
+ ],
+ "crypto/rand/rand_unix.o" =>
+ [
+ "crypto/rand/rand_unix.c",
+ ],
+ "crypto/rand/rand_vms.o" =>
+ [
+ "crypto/rand/rand_vms.c",
+ ],
+ "crypto/rand/rand_win.o" =>
+ [
+ "crypto/rand/rand_win.c",
+ ],
+ "crypto/rand/randfile.o" =>
+ [
+ "crypto/rand/randfile.c",
+ ],
+ "crypto/rc2/rc2_cbc.o" =>
+ [
+ "crypto/rc2/rc2_cbc.c",
+ ],
+ "crypto/rc2/rc2_ecb.o" =>
+ [
+ "crypto/rc2/rc2_ecb.c",
+ ],
+ "crypto/rc2/rc2_skey.o" =>
+ [
+ "crypto/rc2/rc2_skey.c",
+ ],
+ "crypto/rc2/rc2cfb64.o" =>
+ [
+ "crypto/rc2/rc2cfb64.c",
+ ],
+ "crypto/rc2/rc2ofb64.o" =>
+ [
+ "crypto/rc2/rc2ofb64.c",
+ ],
+ "crypto/rc4/rc4_enc.o" =>
+ [
+ "crypto/rc4/rc4_enc.c",
+ ],
+ "crypto/rc4/rc4_skey.o" =>
+ [
+ "crypto/rc4/rc4_skey.c",
+ ],
+ "crypto/ripemd/rmd_dgst.o" =>
+ [
+ "crypto/ripemd/rmd_dgst.c",
+ ],
+ "crypto/ripemd/rmd_one.o" =>
+ [
+ "crypto/ripemd/rmd_one.c",
+ ],
+ "crypto/rsa/rsa_ameth.o" =>
+ [
+ "crypto/rsa/rsa_ameth.c",
+ ],
+ "crypto/rsa/rsa_asn1.o" =>
+ [
+ "crypto/rsa/rsa_asn1.c",
+ ],
+ "crypto/rsa/rsa_chk.o" =>
+ [
+ "crypto/rsa/rsa_chk.c",
+ ],
+ "crypto/rsa/rsa_crpt.o" =>
+ [
+ "crypto/rsa/rsa_crpt.c",
+ ],
+ "crypto/rsa/rsa_depr.o" =>
+ [
+ "crypto/rsa/rsa_depr.c",
+ ],
+ "crypto/rsa/rsa_err.o" =>
+ [
+ "crypto/rsa/rsa_err.c",
+ ],
+ "crypto/rsa/rsa_gen.o" =>
+ [
+ "crypto/rsa/rsa_gen.c",
+ ],
+ "crypto/rsa/rsa_lib.o" =>
+ [
+ "crypto/rsa/rsa_lib.c",
+ ],
+ "crypto/rsa/rsa_meth.o" =>
+ [
+ "crypto/rsa/rsa_meth.c",
+ ],
+ "crypto/rsa/rsa_none.o" =>
+ [
+ "crypto/rsa/rsa_none.c",
+ ],
+ "crypto/rsa/rsa_null.o" =>
+ [
+ "crypto/rsa/rsa_null.c",
+ ],
+ "crypto/rsa/rsa_oaep.o" =>
+ [
+ "crypto/rsa/rsa_oaep.c",
+ ],
+ "crypto/rsa/rsa_ossl.o" =>
+ [
+ "crypto/rsa/rsa_ossl.c",
+ ],
+ "crypto/rsa/rsa_pk1.o" =>
+ [
+ "crypto/rsa/rsa_pk1.c",
+ ],
+ "crypto/rsa/rsa_pmeth.o" =>
+ [
+ "crypto/rsa/rsa_pmeth.c",
+ ],
+ "crypto/rsa/rsa_prn.o" =>
+ [
+ "crypto/rsa/rsa_prn.c",
+ ],
+ "crypto/rsa/rsa_pss.o" =>
+ [
+ "crypto/rsa/rsa_pss.c",
+ ],
+ "crypto/rsa/rsa_saos.o" =>
+ [
+ "crypto/rsa/rsa_saos.c",
+ ],
+ "crypto/rsa/rsa_sign.o" =>
+ [
+ "crypto/rsa/rsa_sign.c",
+ ],
+ "crypto/rsa/rsa_ssl.o" =>
+ [
+ "crypto/rsa/rsa_ssl.c",
+ ],
+ "crypto/rsa/rsa_x931.o" =>
+ [
+ "crypto/rsa/rsa_x931.c",
+ ],
+ "crypto/rsa/rsa_x931g.o" =>
+ [
+ "crypto/rsa/rsa_x931g.c",
+ ],
+ "crypto/seed/seed.o" =>
+ [
+ "crypto/seed/seed.c",
+ ],
+ "crypto/seed/seed_cbc.o" =>
+ [
+ "crypto/seed/seed_cbc.c",
+ ],
+ "crypto/seed/seed_cfb.o" =>
+ [
+ "crypto/seed/seed_cfb.c",
+ ],
+ "crypto/seed/seed_ecb.o" =>
+ [
+ "crypto/seed/seed_ecb.c",
+ ],
+ "crypto/seed/seed_ofb.o" =>
+ [
+ "crypto/seed/seed_ofb.c",
+ ],
+ "crypto/sha/sha1_one.o" =>
+ [
+ "crypto/sha/sha1_one.c",
+ ],
+ "crypto/sha/sha1dgst.o" =>
+ [
+ "crypto/sha/sha1dgst.c",
+ ],
+ "crypto/sha/sha256.o" =>
+ [
+ "crypto/sha/sha256.c",
+ ],
+ "crypto/sha/sha512.o" =>
+ [
+ "crypto/sha/sha512.c",
+ ],
+ "crypto/srp/srp_lib.o" =>
+ [
+ "crypto/srp/srp_lib.c",
+ ],
+ "crypto/srp/srp_vfy.o" =>
+ [
+ "crypto/srp/srp_vfy.c",
+ ],
+ "crypto/stack/stack.o" =>
+ [
+ "crypto/stack/stack.c",
+ ],
+ "crypto/threads_none.o" =>
+ [
+ "crypto/threads_none.c",
+ ],
+ "crypto/threads_pthread.o" =>
+ [
+ "crypto/threads_pthread.c",
+ ],
+ "crypto/threads_win.o" =>
+ [
+ "crypto/threads_win.c",
+ ],
+ "crypto/ts/ts_asn1.o" =>
+ [
+ "crypto/ts/ts_asn1.c",
+ ],
+ "crypto/ts/ts_conf.o" =>
+ [
+ "crypto/ts/ts_conf.c",
+ ],
+ "crypto/ts/ts_err.o" =>
+ [
+ "crypto/ts/ts_err.c",
+ ],
+ "crypto/ts/ts_lib.o" =>
+ [
+ "crypto/ts/ts_lib.c",
+ ],
+ "crypto/ts/ts_req_print.o" =>
+ [
+ "crypto/ts/ts_req_print.c",
+ ],
+ "crypto/ts/ts_req_utils.o" =>
+ [
+ "crypto/ts/ts_req_utils.c",
+ ],
+ "crypto/ts/ts_rsp_print.o" =>
+ [
+ "crypto/ts/ts_rsp_print.c",
+ ],
+ "crypto/ts/ts_rsp_sign.o" =>
+ [
+ "crypto/ts/ts_rsp_sign.c",
+ ],
+ "crypto/ts/ts_rsp_utils.o" =>
+ [
+ "crypto/ts/ts_rsp_utils.c",
+ ],
+ "crypto/ts/ts_rsp_verify.o" =>
+ [
+ "crypto/ts/ts_rsp_verify.c",
+ ],
+ "crypto/ts/ts_verify_ctx.o" =>
+ [
+ "crypto/ts/ts_verify_ctx.c",
+ ],
+ "crypto/txt_db/txt_db.o" =>
+ [
+ "crypto/txt_db/txt_db.c",
+ ],
+ "crypto/ui/ui_err.o" =>
+ [
+ "crypto/ui/ui_err.c",
+ ],
+ "crypto/ui/ui_lib.o" =>
+ [
+ "crypto/ui/ui_lib.c",
+ ],
+ "crypto/ui/ui_openssl.o" =>
+ [
+ "crypto/ui/ui_openssl.c",
+ ],
+ "crypto/ui/ui_util.o" =>
+ [
+ "crypto/ui/ui_util.c",
+ ],
+ "crypto/uid.o" =>
+ [
+ "crypto/uid.c",
+ ],
+ "crypto/whrlpool/wp_block.o" =>
+ [
+ "crypto/whrlpool/wp_block.c",
+ ],
+ "crypto/whrlpool/wp_dgst.o" =>
+ [
+ "crypto/whrlpool/wp_dgst.c",
+ ],
+ "crypto/x509/by_dir.o" =>
+ [
+ "crypto/x509/by_dir.c",
+ ],
+ "crypto/x509/by_file.o" =>
+ [
+ "crypto/x509/by_file.c",
+ ],
+ "crypto/x509/t_crl.o" =>
+ [
+ "crypto/x509/t_crl.c",
+ ],
+ "crypto/x509/t_req.o" =>
+ [
+ "crypto/x509/t_req.c",
+ ],
+ "crypto/x509/t_x509.o" =>
+ [
+ "crypto/x509/t_x509.c",
+ ],
+ "crypto/x509/x509_att.o" =>
+ [
+ "crypto/x509/x509_att.c",
+ ],
+ "crypto/x509/x509_cmp.o" =>
+ [
+ "crypto/x509/x509_cmp.c",
+ ],
+ "crypto/x509/x509_d2.o" =>
+ [
+ "crypto/x509/x509_d2.c",
+ ],
+ "crypto/x509/x509_def.o" =>
+ [
+ "crypto/x509/x509_def.c",
+ ],
+ "crypto/x509/x509_err.o" =>
+ [
+ "crypto/x509/x509_err.c",
+ ],
+ "crypto/x509/x509_ext.o" =>
+ [
+ "crypto/x509/x509_ext.c",
+ ],
+ "crypto/x509/x509_lu.o" =>
+ [
+ "crypto/x509/x509_lu.c",
+ ],
+ "crypto/x509/x509_obj.o" =>
+ [
+ "crypto/x509/x509_obj.c",
+ ],
+ "crypto/x509/x509_r2x.o" =>
+ [
+ "crypto/x509/x509_r2x.c",
+ ],
+ "crypto/x509/x509_req.o" =>
+ [
+ "crypto/x509/x509_req.c",
+ ],
+ "crypto/x509/x509_set.o" =>
+ [
+ "crypto/x509/x509_set.c",
+ ],
+ "crypto/x509/x509_trs.o" =>
+ [
+ "crypto/x509/x509_trs.c",
+ ],
+ "crypto/x509/x509_txt.o" =>
+ [
+ "crypto/x509/x509_txt.c",
+ ],
+ "crypto/x509/x509_v3.o" =>
+ [
+ "crypto/x509/x509_v3.c",
+ ],
+ "crypto/x509/x509_vfy.o" =>
+ [
+ "crypto/x509/x509_vfy.c",
+ ],
+ "crypto/x509/x509_vpm.o" =>
+ [
+ "crypto/x509/x509_vpm.c",
+ ],
+ "crypto/x509/x509cset.o" =>
+ [
+ "crypto/x509/x509cset.c",
+ ],
+ "crypto/x509/x509name.o" =>
+ [
+ "crypto/x509/x509name.c",
+ ],
+ "crypto/x509/x509rset.o" =>
+ [
+ "crypto/x509/x509rset.c",
+ ],
+ "crypto/x509/x509spki.o" =>
+ [
+ "crypto/x509/x509spki.c",
+ ],
+ "crypto/x509/x509type.o" =>
+ [
+ "crypto/x509/x509type.c",
+ ],
+ "crypto/x509/x_all.o" =>
+ [
+ "crypto/x509/x_all.c",
+ ],
+ "crypto/x509/x_attrib.o" =>
+ [
+ "crypto/x509/x_attrib.c",
+ ],
+ "crypto/x509/x_crl.o" =>
+ [
+ "crypto/x509/x_crl.c",
+ ],
+ "crypto/x509/x_exten.o" =>
+ [
+ "crypto/x509/x_exten.c",
+ ],
+ "crypto/x509/x_name.o" =>
+ [
+ "crypto/x509/x_name.c",
+ ],
+ "crypto/x509/x_pubkey.o" =>
+ [
+ "crypto/x509/x_pubkey.c",
+ ],
+ "crypto/x509/x_req.o" =>
+ [
+ "crypto/x509/x_req.c",
+ ],
+ "crypto/x509/x_x509.o" =>
+ [
+ "crypto/x509/x_x509.c",
+ ],
+ "crypto/x509/x_x509a.o" =>
+ [
+ "crypto/x509/x_x509a.c",
+ ],
+ "crypto/x509v3/pcy_cache.o" =>
+ [
+ "crypto/x509v3/pcy_cache.c",
+ ],
+ "crypto/x509v3/pcy_data.o" =>
+ [
+ "crypto/x509v3/pcy_data.c",
+ ],
+ "crypto/x509v3/pcy_lib.o" =>
+ [
+ "crypto/x509v3/pcy_lib.c",
+ ],
+ "crypto/x509v3/pcy_map.o" =>
+ [
+ "crypto/x509v3/pcy_map.c",
+ ],
+ "crypto/x509v3/pcy_node.o" =>
+ [
+ "crypto/x509v3/pcy_node.c",
+ ],
+ "crypto/x509v3/pcy_tree.o" =>
+ [
+ "crypto/x509v3/pcy_tree.c",
+ ],
+ "crypto/x509v3/v3_addr.o" =>
+ [
+ "crypto/x509v3/v3_addr.c",
+ ],
+ "crypto/x509v3/v3_akey.o" =>
+ [
+ "crypto/x509v3/v3_akey.c",
+ ],
+ "crypto/x509v3/v3_akeya.o" =>
+ [
+ "crypto/x509v3/v3_akeya.c",
+ ],
+ "crypto/x509v3/v3_alt.o" =>
+ [
+ "crypto/x509v3/v3_alt.c",
+ ],
+ "crypto/x509v3/v3_asid.o" =>
+ [
+ "crypto/x509v3/v3_asid.c",
+ ],
+ "crypto/x509v3/v3_bcons.o" =>
+ [
+ "crypto/x509v3/v3_bcons.c",
+ ],
+ "crypto/x509v3/v3_bitst.o" =>
+ [
+ "crypto/x509v3/v3_bitst.c",
+ ],
+ "crypto/x509v3/v3_conf.o" =>
+ [
+ "crypto/x509v3/v3_conf.c",
+ ],
+ "crypto/x509v3/v3_cpols.o" =>
+ [
+ "crypto/x509v3/v3_cpols.c",
+ ],
+ "crypto/x509v3/v3_crld.o" =>
+ [
+ "crypto/x509v3/v3_crld.c",
+ ],
+ "crypto/x509v3/v3_enum.o" =>
+ [
+ "crypto/x509v3/v3_enum.c",
+ ],
+ "crypto/x509v3/v3_extku.o" =>
+ [
+ "crypto/x509v3/v3_extku.c",
+ ],
+ "crypto/x509v3/v3_genn.o" =>
+ [
+ "crypto/x509v3/v3_genn.c",
+ ],
+ "crypto/x509v3/v3_ia5.o" =>
+ [
+ "crypto/x509v3/v3_ia5.c",
+ ],
+ "crypto/x509v3/v3_info.o" =>
+ [
+ "crypto/x509v3/v3_info.c",
+ ],
+ "crypto/x509v3/v3_int.o" =>
+ [
+ "crypto/x509v3/v3_int.c",
+ ],
+ "crypto/x509v3/v3_lib.o" =>
+ [
+ "crypto/x509v3/v3_lib.c",
+ ],
+ "crypto/x509v3/v3_ncons.o" =>
+ [
+ "crypto/x509v3/v3_ncons.c",
+ ],
+ "crypto/x509v3/v3_pci.o" =>
+ [
+ "crypto/x509v3/v3_pci.c",
+ ],
+ "crypto/x509v3/v3_pcia.o" =>
+ [
+ "crypto/x509v3/v3_pcia.c",
+ ],
+ "crypto/x509v3/v3_pcons.o" =>
+ [
+ "crypto/x509v3/v3_pcons.c",
+ ],
+ "crypto/x509v3/v3_pku.o" =>
+ [
+ "crypto/x509v3/v3_pku.c",
+ ],
+ "crypto/x509v3/v3_pmaps.o" =>
+ [
+ "crypto/x509v3/v3_pmaps.c",
+ ],
+ "crypto/x509v3/v3_prn.o" =>
+ [
+ "crypto/x509v3/v3_prn.c",
+ ],
+ "crypto/x509v3/v3_purp.o" =>
+ [
+ "crypto/x509v3/v3_purp.c",
+ ],
+ "crypto/x509v3/v3_skey.o" =>
+ [
+ "crypto/x509v3/v3_skey.c",
+ ],
+ "crypto/x509v3/v3_sxnet.o" =>
+ [
+ "crypto/x509v3/v3_sxnet.c",
+ ],
+ "crypto/x509v3/v3_tlsf.o" =>
+ [
+ "crypto/x509v3/v3_tlsf.c",
+ ],
+ "crypto/x509v3/v3_utl.o" =>
+ [
+ "crypto/x509v3/v3_utl.c",
+ ],
+ "crypto/x509v3/v3err.o" =>
+ [
+ "crypto/x509v3/v3err.c",
+ ],
+ "engines/e_capi.o" =>
+ [
+ "engines/e_capi.c",
+ ],
+ "engines/e_padlock.o" =>
+ [
+ "engines/e_padlock.c",
+ ],
+ "fuzz/asn1-test" =>
+ [
+ "fuzz/asn1.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/asn1.o" =>
+ [
+ "fuzz/asn1.c",
+ ],
+ "fuzz/asn1parse-test" =>
+ [
+ "fuzz/asn1parse.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/asn1parse.o" =>
+ [
+ "fuzz/asn1parse.c",
+ ],
+ "fuzz/bignum-test" =>
+ [
+ "fuzz/bignum.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/bignum.o" =>
+ [
+ "fuzz/bignum.c",
+ ],
+ "fuzz/bndiv-test" =>
+ [
+ "fuzz/bndiv.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/bndiv.o" =>
+ [
+ "fuzz/bndiv.c",
+ ],
+ "fuzz/cms-test" =>
+ [
+ "fuzz/cms.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/cms.o" =>
+ [
+ "fuzz/cms.c",
+ ],
+ "fuzz/conf-test" =>
+ [
+ "fuzz/conf.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/conf.o" =>
+ [
+ "fuzz/conf.c",
+ ],
+ "fuzz/crl-test" =>
+ [
+ "fuzz/crl.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/crl.o" =>
+ [
+ "fuzz/crl.c",
+ ],
+ "fuzz/ct-test" =>
+ [
+ "fuzz/ct.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/ct.o" =>
+ [
+ "fuzz/ct.c",
+ ],
+ "fuzz/server-test" =>
+ [
+ "fuzz/server.o",
+ "fuzz/test-corpus.o",
+ ],
+ "fuzz/server.o" =>
+ [
+ "fuzz/server.c",
+ ],
+ "fuzz/test-corpus.o" =>
+ [
+ "fuzz/test-corpus.c",
+ ],
+ "fuzz/x509-test" =>
+ [
+ "fuzz/test-corpus.o",
+ "fuzz/x509.o",
+ ],
+ "fuzz/x509.o" =>
+ [
+ "fuzz/x509.c",
+ ],
+ "libcrypto" =>
+ [
+ "crypto/aes/aes_cbc.o",
+ "crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
+ "crypto/aes/aes_ecb.o",
+ "crypto/aes/aes_ige.o",
+ "crypto/aes/aes_misc.o",
+ "crypto/aes/aes_ofb.o",
+ "crypto/aes/aes_wrap.o",
+ "crypto/asn1/a_bitstr.o",
+ "crypto/asn1/a_d2i_fp.o",
+ "crypto/asn1/a_digest.o",
+ "crypto/asn1/a_dup.o",
+ "crypto/asn1/a_gentm.o",
+ "crypto/asn1/a_i2d_fp.o",
+ "crypto/asn1/a_int.o",
+ "crypto/asn1/a_mbstr.o",
+ "crypto/asn1/a_object.o",
+ "crypto/asn1/a_octet.o",
+ "crypto/asn1/a_print.o",
+ "crypto/asn1/a_sign.o",
+ "crypto/asn1/a_strex.o",
+ "crypto/asn1/a_strnid.o",
+ "crypto/asn1/a_time.o",
+ "crypto/asn1/a_type.o",
+ "crypto/asn1/a_utctm.o",
+ "crypto/asn1/a_utf8.o",
+ "crypto/asn1/a_verify.o",
+ "crypto/asn1/ameth_lib.o",
+ "crypto/asn1/asn1_err.o",
+ "crypto/asn1/asn1_gen.o",
+ "crypto/asn1/asn1_lib.o",
+ "crypto/asn1/asn1_par.o",
+ "crypto/asn1/asn_mime.o",
+ "crypto/asn1/asn_moid.o",
+ "crypto/asn1/asn_mstbl.o",
+ "crypto/asn1/asn_pack.o",
+ "crypto/asn1/bio_asn1.o",
+ "crypto/asn1/bio_ndef.o",
+ "crypto/asn1/d2i_pr.o",
+ "crypto/asn1/d2i_pu.o",
+ "crypto/asn1/evp_asn1.o",
+ "crypto/asn1/f_int.o",
+ "crypto/asn1/f_string.o",
+ "crypto/asn1/i2d_pr.o",
+ "crypto/asn1/i2d_pu.o",
+ "crypto/asn1/n_pkey.o",
+ "crypto/asn1/nsseq.o",
+ "crypto/asn1/p5_pbe.o",
+ "crypto/asn1/p5_pbev2.o",
+ "crypto/asn1/p5_scrypt.o",
+ "crypto/asn1/p8_pkey.o",
+ "crypto/asn1/t_bitst.o",
+ "crypto/asn1/t_pkey.o",
+ "crypto/asn1/t_spki.o",
+ "crypto/asn1/tasn_dec.o",
+ "crypto/asn1/tasn_enc.o",
+ "crypto/asn1/tasn_fre.o",
+ "crypto/asn1/tasn_new.o",
+ "crypto/asn1/tasn_prn.o",
+ "crypto/asn1/tasn_scn.o",
+ "crypto/asn1/tasn_typ.o",
+ "crypto/asn1/tasn_utl.o",
+ "crypto/asn1/x_algor.o",
+ "crypto/asn1/x_bignum.o",
+ "crypto/asn1/x_info.o",
+ "crypto/asn1/x_int64.o",
+ "crypto/asn1/x_long.o",
+ "crypto/asn1/x_pkey.o",
+ "crypto/asn1/x_sig.o",
+ "crypto/asn1/x_spki.o",
+ "crypto/asn1/x_val.o",
+ "crypto/async/arch/async_null.o",
+ "crypto/async/arch/async_posix.o",
+ "crypto/async/arch/async_win.o",
+ "crypto/async/async.o",
+ "crypto/async/async_err.o",
+ "crypto/async/async_wait.o",
+ "crypto/bf/bf_cfb64.o",
+ "crypto/bf/bf_ecb.o",
+ "crypto/bf/bf_enc.o",
+ "crypto/bf/bf_ofb64.o",
+ "crypto/bf/bf_skey.o",
+ "crypto/bio/b_addr.o",
+ "crypto/bio/b_dump.o",
+ "crypto/bio/b_print.o",
+ "crypto/bio/b_sock.o",
+ "crypto/bio/b_sock2.o",
+ "crypto/bio/bf_buff.o",
+ "crypto/bio/bf_lbuf.o",
+ "crypto/bio/bf_nbio.o",
+ "crypto/bio/bf_null.o",
+ "crypto/bio/bio_cb.o",
+ "crypto/bio/bio_err.o",
+ "crypto/bio/bio_lib.o",
+ "crypto/bio/bio_meth.o",
+ "crypto/bio/bss_acpt.o",
+ "crypto/bio/bss_bio.o",
+ "crypto/bio/bss_conn.o",
+ "crypto/bio/bss_dgram.o",
+ "crypto/bio/bss_fd.o",
+ "crypto/bio/bss_file.o",
+ "crypto/bio/bss_log.o",
+ "crypto/bio/bss_mem.o",
+ "crypto/bio/bss_null.o",
+ "crypto/bio/bss_sock.o",
+ "crypto/blake2/blake2b.o",
+ "crypto/blake2/blake2s.o",
+ "crypto/blake2/m_blake2b.o",
+ "crypto/blake2/m_blake2s.o",
+ "crypto/bn/bn_add.o",
+ "crypto/bn/bn_asm.o",
+ "crypto/bn/bn_blind.o",
+ "crypto/bn/bn_const.o",
+ "crypto/bn/bn_ctx.o",
+ "crypto/bn/bn_depr.o",
+ "crypto/bn/bn_dh.o",
+ "crypto/bn/bn_div.o",
+ "crypto/bn/bn_err.o",
+ "crypto/bn/bn_exp.o",
+ "crypto/bn/bn_exp2.o",
+ "crypto/bn/bn_gcd.o",
+ "crypto/bn/bn_gf2m.o",
+ "crypto/bn/bn_intern.o",
+ "crypto/bn/bn_kron.o",
+ "crypto/bn/bn_lib.o",
+ "crypto/bn/bn_mod.o",
+ "crypto/bn/bn_mont.o",
+ "crypto/bn/bn_mpi.o",
+ "crypto/bn/bn_mul.o",
+ "crypto/bn/bn_nist.o",
+ "crypto/bn/bn_prime.o",
+ "crypto/bn/bn_print.o",
+ "crypto/bn/bn_rand.o",
+ "crypto/bn/bn_recp.o",
+ "crypto/bn/bn_shift.o",
+ "crypto/bn/bn_sqr.o",
+ "crypto/bn/bn_sqrt.o",
+ "crypto/bn/bn_srp.o",
+ "crypto/bn/bn_word.o",
+ "crypto/bn/bn_x931p.o",
+ "crypto/buffer/buf_err.o",
+ "crypto/buffer/buffer.o",
+ "crypto/camellia/camellia.o",
+ "crypto/camellia/cmll_cbc.o",
+ "crypto/camellia/cmll_cfb.o",
+ "crypto/camellia/cmll_ctr.o",
+ "crypto/camellia/cmll_ecb.o",
+ "crypto/camellia/cmll_misc.o",
+ "crypto/camellia/cmll_ofb.o",
+ "crypto/cast/c_cfb64.o",
+ "crypto/cast/c_ecb.o",
+ "crypto/cast/c_enc.o",
+ "crypto/cast/c_ofb64.o",
+ "crypto/cast/c_skey.o",
+ "crypto/chacha/chacha_enc.o",
+ "crypto/cmac/cm_ameth.o",
+ "crypto/cmac/cm_pmeth.o",
+ "crypto/cmac/cmac.o",
+ "crypto/cms/cms_asn1.o",
+ "crypto/cms/cms_att.o",
+ "crypto/cms/cms_cd.o",
+ "crypto/cms/cms_dd.o",
+ "crypto/cms/cms_enc.o",
+ "crypto/cms/cms_env.o",
+ "crypto/cms/cms_err.o",
+ "crypto/cms/cms_ess.o",
+ "crypto/cms/cms_io.o",
+ "crypto/cms/cms_kari.o",
+ "crypto/cms/cms_lib.o",
+ "crypto/cms/cms_pwri.o",
+ "crypto/cms/cms_sd.o",
+ "crypto/cms/cms_smime.o",
+ "crypto/conf/conf_api.o",
+ "crypto/conf/conf_def.o",
+ "crypto/conf/conf_err.o",
+ "crypto/conf/conf_lib.o",
+ "crypto/conf/conf_mall.o",
+ "crypto/conf/conf_mod.o",
+ "crypto/conf/conf_sap.o",
+ "crypto/cpt_err.o",
+ "crypto/cryptlib.o",
+ "crypto/ct/ct_b64.o",
+ "crypto/ct/ct_err.o",
+ "crypto/ct/ct_log.o",
+ "crypto/ct/ct_oct.o",
+ "crypto/ct/ct_policy.o",
+ "crypto/ct/ct_prn.o",
+ "crypto/ct/ct_sct.o",
+ "crypto/ct/ct_sct_ctx.o",
+ "crypto/ct/ct_vfy.o",
+ "crypto/ct/ct_x509v3.o",
+ "crypto/cversion.o",
+ "crypto/des/cbc_cksm.o",
+ "crypto/des/cbc_enc.o",
+ "crypto/des/cfb64ede.o",
+ "crypto/des/cfb64enc.o",
+ "crypto/des/cfb_enc.o",
+ "crypto/des/des_enc.o",
+ "crypto/des/ecb3_enc.o",
+ "crypto/des/ecb_enc.o",
+ "crypto/des/fcrypt.o",
+ "crypto/des/fcrypt_b.o",
+ "crypto/des/ofb64ede.o",
+ "crypto/des/ofb64enc.o",
+ "crypto/des/ofb_enc.o",
+ "crypto/des/pcbc_enc.o",
+ "crypto/des/qud_cksm.o",
+ "crypto/des/rand_key.o",
+ "crypto/des/rpc_enc.o",
+ "crypto/des/set_key.o",
+ "crypto/des/str2key.o",
+ "crypto/des/xcbc_enc.o",
+ "crypto/dh/dh_ameth.o",
+ "crypto/dh/dh_asn1.o",
+ "crypto/dh/dh_check.o",
+ "crypto/dh/dh_depr.o",
+ "crypto/dh/dh_err.o",
+ "crypto/dh/dh_gen.o",
+ "crypto/dh/dh_kdf.o",
+ "crypto/dh/dh_key.o",
+ "crypto/dh/dh_lib.o",
+ "crypto/dh/dh_meth.o",
+ "crypto/dh/dh_pmeth.o",
+ "crypto/dh/dh_prn.o",
+ "crypto/dh/dh_rfc5114.o",
+ "crypto/dsa/dsa_ameth.o",
+ "crypto/dsa/dsa_asn1.o",
+ "crypto/dsa/dsa_depr.o",
+ "crypto/dsa/dsa_err.o",
+ "crypto/dsa/dsa_gen.o",
+ "crypto/dsa/dsa_key.o",
+ "crypto/dsa/dsa_lib.o",
+ "crypto/dsa/dsa_meth.o",
+ "crypto/dsa/dsa_ossl.o",
+ "crypto/dsa/dsa_pmeth.o",
+ "crypto/dsa/dsa_prn.o",
+ "crypto/dsa/dsa_sign.o",
+ "crypto/dsa/dsa_vrf.o",
+ "crypto/dso/dso_dl.o",
+ "crypto/dso/dso_dlfcn.o",
+ "crypto/dso/dso_err.o",
+ "crypto/dso/dso_lib.o",
+ "crypto/dso/dso_openssl.o",
+ "crypto/dso/dso_vms.o",
+ "crypto/dso/dso_win32.o",
+ "crypto/ebcdic.o",
+ "crypto/ec/curve25519.o",
+ "crypto/ec/ec2_mult.o",
+ "crypto/ec/ec2_oct.o",
+ "crypto/ec/ec2_smpl.o",
+ "crypto/ec/ec_ameth.o",
+ "crypto/ec/ec_asn1.o",
+ "crypto/ec/ec_check.o",
+ "crypto/ec/ec_curve.o",
+ "crypto/ec/ec_cvt.o",
+ "crypto/ec/ec_err.o",
+ "crypto/ec/ec_key.o",
+ "crypto/ec/ec_kmeth.o",
+ "crypto/ec/ec_lib.o",
+ "crypto/ec/ec_mult.o",
+ "crypto/ec/ec_oct.o",
+ "crypto/ec/ec_pmeth.o",
+ "crypto/ec/ec_print.o",
+ "crypto/ec/ecdh_kdf.o",
+ "crypto/ec/ecdh_ossl.o",
+ "crypto/ec/ecdsa_ossl.o",
+ "crypto/ec/ecdsa_sign.o",
+ "crypto/ec/ecdsa_vrf.o",
+ "crypto/ec/eck_prn.o",
+ "crypto/ec/ecp_mont.o",
+ "crypto/ec/ecp_nist.o",
+ "crypto/ec/ecp_nistp224.o",
+ "crypto/ec/ecp_nistp256.o",
+ "crypto/ec/ecp_nistp521.o",
+ "crypto/ec/ecp_nistputil.o",
+ "crypto/ec/ecp_oct.o",
+ "crypto/ec/ecp_smpl.o",
+ "crypto/ec/ecx_meth.o",
+ "crypto/engine/eng_all.o",
+ "crypto/engine/eng_cnf.o",
+ "crypto/engine/eng_cryptodev.o",
+ "crypto/engine/eng_ctrl.o",
+ "crypto/engine/eng_dyn.o",
+ "crypto/engine/eng_err.o",
+ "crypto/engine/eng_fat.o",
+ "crypto/engine/eng_init.o",
+ "crypto/engine/eng_lib.o",
+ "crypto/engine/eng_list.o",
+ "crypto/engine/eng_openssl.o",
+ "crypto/engine/eng_pkey.o",
+ "crypto/engine/eng_rdrand.o",
+ "crypto/engine/eng_table.o",
+ "crypto/engine/tb_asnmth.o",
+ "crypto/engine/tb_cipher.o",
+ "crypto/engine/tb_dh.o",
+ "crypto/engine/tb_digest.o",
+ "crypto/engine/tb_dsa.o",
+ "crypto/engine/tb_eckey.o",
+ "crypto/engine/tb_pkmeth.o",
+ "crypto/engine/tb_rand.o",
+ "crypto/engine/tb_rsa.o",
+ "crypto/err/err.o",
+ "crypto/err/err_all.o",
+ "crypto/err/err_prn.o",
+ "crypto/evp/bio_b64.o",
+ "crypto/evp/bio_enc.o",
+ "crypto/evp/bio_md.o",
+ "crypto/evp/bio_ok.o",
+ "crypto/evp/c_allc.o",
+ "crypto/evp/c_alld.o",
+ "crypto/evp/cmeth_lib.o",
+ "crypto/evp/digest.o",
+ "crypto/evp/e_aes.o",
+ "crypto/evp/e_aes_cbc_hmac_sha1.o",
+ "crypto/evp/e_aes_cbc_hmac_sha256.o",
+ "crypto/evp/e_bf.o",
+ "crypto/evp/e_camellia.o",
+ "crypto/evp/e_cast.o",
+ "crypto/evp/e_chacha20_poly1305.o",
+ "crypto/evp/e_des.o",
+ "crypto/evp/e_des3.o",
+ "crypto/evp/e_idea.o",
+ "crypto/evp/e_null.o",
+ "crypto/evp/e_old.o",
+ "crypto/evp/e_rc2.o",
+ "crypto/evp/e_rc4.o",
+ "crypto/evp/e_rc4_hmac_md5.o",
+ "crypto/evp/e_rc5.o",
+ "crypto/evp/e_seed.o",
+ "crypto/evp/e_xcbc_d.o",
+ "crypto/evp/encode.o",
+ "crypto/evp/evp_cnf.o",
+ "crypto/evp/evp_enc.o",
+ "crypto/evp/evp_err.o",
+ "crypto/evp/evp_key.o",
+ "crypto/evp/evp_lib.o",
+ "crypto/evp/evp_pbe.o",
+ "crypto/evp/evp_pkey.o",
+ "crypto/evp/m_md2.o",
+ "crypto/evp/m_md4.o",
+ "crypto/evp/m_md5.o",
+ "crypto/evp/m_md5_sha1.o",
+ "crypto/evp/m_mdc2.o",
+ "crypto/evp/m_null.o",
+ "crypto/evp/m_ripemd.o",
+ "crypto/evp/m_sha1.o",
+ "crypto/evp/m_sigver.o",
+ "crypto/evp/m_wp.o",
+ "crypto/evp/names.o",
+ "crypto/evp/p5_crpt.o",
+ "crypto/evp/p5_crpt2.o",
+ "crypto/evp/p_dec.o",
+ "crypto/evp/p_enc.o",
+ "crypto/evp/p_lib.o",
+ "crypto/evp/p_open.o",
+ "crypto/evp/p_seal.o",
+ "crypto/evp/p_sign.o",
+ "crypto/evp/p_verify.o",
+ "crypto/evp/pmeth_fn.o",
+ "crypto/evp/pmeth_gn.o",
+ "crypto/evp/pmeth_lib.o",
+ "crypto/evp/scrypt.o",
+ "crypto/ex_data.o",
+ "crypto/hmac/hm_ameth.o",
+ "crypto/hmac/hm_pmeth.o",
+ "crypto/hmac/hmac.o",
+ "crypto/idea/i_cbc.o",
+ "crypto/idea/i_cfb64.o",
+ "crypto/idea/i_ecb.o",
+ "crypto/idea/i_ofb64.o",
+ "crypto/idea/i_skey.o",
+ "crypto/init.o",
+ "crypto/kdf/hkdf.o",
+ "crypto/kdf/kdf_err.o",
+ "crypto/kdf/tls1_prf.o",
+ "crypto/lhash/lh_stats.o",
+ "crypto/lhash/lhash.o",
+ "crypto/md4/md4_dgst.o",
+ "crypto/md4/md4_one.o",
+ "crypto/md5/md5_dgst.o",
+ "crypto/md5/md5_one.o",
+ "crypto/mdc2/mdc2_one.o",
+ "crypto/mdc2/mdc2dgst.o",
+ "crypto/mem.o",
+ "crypto/mem_clr.o",
+ "crypto/mem_dbg.o",
+ "crypto/mem_sec.o",
+ "crypto/modes/cbc128.o",
+ "crypto/modes/ccm128.o",
+ "crypto/modes/cfb128.o",
+ "crypto/modes/ctr128.o",
+ "crypto/modes/cts128.o",
+ "crypto/modes/gcm128.o",
+ "crypto/modes/ocb128.o",
+ "crypto/modes/ofb128.o",
+ "crypto/modes/wrap128.o",
+ "crypto/modes/xts128.o",
+ "crypto/o_dir.o",
+ "crypto/o_fips.o",
+ "crypto/o_fopen.o",
+ "crypto/o_init.o",
+ "crypto/o_str.o",
+ "crypto/o_time.o",
+ "crypto/objects/o_names.o",
+ "crypto/objects/obj_dat.o",
+ "crypto/objects/obj_err.o",
+ "crypto/objects/obj_lib.o",
+ "crypto/objects/obj_xref.o",
+ "crypto/ocsp/ocsp_asn.o",
+ "crypto/ocsp/ocsp_cl.o",
+ "crypto/ocsp/ocsp_err.o",
+ "crypto/ocsp/ocsp_ext.o",
+ "crypto/ocsp/ocsp_ht.o",
+ "crypto/ocsp/ocsp_lib.o",
+ "crypto/ocsp/ocsp_prn.o",
+ "crypto/ocsp/ocsp_srv.o",
+ "crypto/ocsp/ocsp_vfy.o",
+ "crypto/ocsp/v3_ocsp.o",
+ "crypto/pem/pem_all.o",
+ "crypto/pem/pem_err.o",
+ "crypto/pem/pem_info.o",
+ "crypto/pem/pem_lib.o",
+ "crypto/pem/pem_oth.o",
+ "crypto/pem/pem_pk8.o",
+ "crypto/pem/pem_pkey.o",
+ "crypto/pem/pem_sign.o",
+ "crypto/pem/pem_x509.o",
+ "crypto/pem/pem_xaux.o",
+ "crypto/pem/pvkfmt.o",
+ "crypto/pkcs12/p12_add.o",
+ "crypto/pkcs12/p12_asn.o",
+ "crypto/pkcs12/p12_attr.o",
+ "crypto/pkcs12/p12_crpt.o",
+ "crypto/pkcs12/p12_crt.o",
+ "crypto/pkcs12/p12_decr.o",
+ "crypto/pkcs12/p12_init.o",
+ "crypto/pkcs12/p12_key.o",
+ "crypto/pkcs12/p12_kiss.o",
+ "crypto/pkcs12/p12_mutl.o",
+ "crypto/pkcs12/p12_npas.o",
+ "crypto/pkcs12/p12_p8d.o",
+ "crypto/pkcs12/p12_p8e.o",
+ "crypto/pkcs12/p12_sbag.o",
+ "crypto/pkcs12/p12_utl.o",
+ "crypto/pkcs12/pk12err.o",
+ "crypto/pkcs7/bio_pk7.o",
+ "crypto/pkcs7/pk7_asn1.o",
+ "crypto/pkcs7/pk7_attr.o",
+ "crypto/pkcs7/pk7_doit.o",
+ "crypto/pkcs7/pk7_lib.o",
+ "crypto/pkcs7/pk7_mime.o",
+ "crypto/pkcs7/pk7_smime.o",
+ "crypto/pkcs7/pkcs7err.o",
+ "crypto/poly1305/poly1305.o",
+ "crypto/rand/md_rand.o",
+ "crypto/rand/rand_egd.o",
+ "crypto/rand/rand_err.o",
+ "crypto/rand/rand_lib.o",
+ "crypto/rand/rand_unix.o",
+ "crypto/rand/rand_vms.o",
+ "crypto/rand/rand_win.o",
+ "crypto/rand/randfile.o",
+ "crypto/rc2/rc2_cbc.o",
+ "crypto/rc2/rc2_ecb.o",
+ "crypto/rc2/rc2_skey.o",
+ "crypto/rc2/rc2cfb64.o",
+ "crypto/rc2/rc2ofb64.o",
+ "crypto/rc4/rc4_enc.o",
+ "crypto/rc4/rc4_skey.o",
+ "crypto/ripemd/rmd_dgst.o",
+ "crypto/ripemd/rmd_one.o",
+ "crypto/rsa/rsa_ameth.o",
+ "crypto/rsa/rsa_asn1.o",
+ "crypto/rsa/rsa_chk.o",
+ "crypto/rsa/rsa_crpt.o",
+ "crypto/rsa/rsa_depr.o",
+ "crypto/rsa/rsa_err.o",
+ "crypto/rsa/rsa_gen.o",
+ "crypto/rsa/rsa_lib.o",
+ "crypto/rsa/rsa_meth.o",
+ "crypto/rsa/rsa_none.o",
+ "crypto/rsa/rsa_null.o",
+ "crypto/rsa/rsa_oaep.o",
+ "crypto/rsa/rsa_ossl.o",
+ "crypto/rsa/rsa_pk1.o",
+ "crypto/rsa/rsa_pmeth.o",
+ "crypto/rsa/rsa_prn.o",
+ "crypto/rsa/rsa_pss.o",
+ "crypto/rsa/rsa_saos.o",
+ "crypto/rsa/rsa_sign.o",
+ "crypto/rsa/rsa_ssl.o",
+ "crypto/rsa/rsa_x931.o",
+ "crypto/rsa/rsa_x931g.o",
+ "crypto/seed/seed.o",
+ "crypto/seed/seed_cbc.o",
+ "crypto/seed/seed_cfb.o",
+ "crypto/seed/seed_ecb.o",
+ "crypto/seed/seed_ofb.o",
+ "crypto/sha/sha1_one.o",
+ "crypto/sha/sha1dgst.o",
+ "crypto/sha/sha256.o",
+ "crypto/sha/sha512.o",
+ "crypto/srp/srp_lib.o",
+ "crypto/srp/srp_vfy.o",
+ "crypto/stack/stack.o",
+ "crypto/threads_none.o",
+ "crypto/threads_pthread.o",
+ "crypto/threads_win.o",
+ "crypto/ts/ts_asn1.o",
+ "crypto/ts/ts_conf.o",
+ "crypto/ts/ts_err.o",
+ "crypto/ts/ts_lib.o",
+ "crypto/ts/ts_req_print.o",
+ "crypto/ts/ts_req_utils.o",
+ "crypto/ts/ts_rsp_print.o",
+ "crypto/ts/ts_rsp_sign.o",
+ "crypto/ts/ts_rsp_utils.o",
+ "crypto/ts/ts_rsp_verify.o",
+ "crypto/ts/ts_verify_ctx.o",
+ "crypto/txt_db/txt_db.o",
+ "crypto/ui/ui_err.o",
+ "crypto/ui/ui_lib.o",
+ "crypto/ui/ui_openssl.o",
+ "crypto/ui/ui_util.o",
+ "crypto/uid.o",
+ "crypto/whrlpool/wp_block.o",
+ "crypto/whrlpool/wp_dgst.o",
+ "crypto/x509/by_dir.o",
+ "crypto/x509/by_file.o",
+ "crypto/x509/t_crl.o",
+ "crypto/x509/t_req.o",
+ "crypto/x509/t_x509.o",
+ "crypto/x509/x509_att.o",
+ "crypto/x509/x509_cmp.o",
+ "crypto/x509/x509_d2.o",
+ "crypto/x509/x509_def.o",
+ "crypto/x509/x509_err.o",
+ "crypto/x509/x509_ext.o",
+ "crypto/x509/x509_lu.o",
+ "crypto/x509/x509_obj.o",
+ "crypto/x509/x509_r2x.o",
+ "crypto/x509/x509_req.o",
+ "crypto/x509/x509_set.o",
+ "crypto/x509/x509_trs.o",
+ "crypto/x509/x509_txt.o",
+ "crypto/x509/x509_v3.o",
+ "crypto/x509/x509_vfy.o",
+ "crypto/x509/x509_vpm.o",
+ "crypto/x509/x509cset.o",
+ "crypto/x509/x509name.o",
+ "crypto/x509/x509rset.o",
+ "crypto/x509/x509spki.o",
+ "crypto/x509/x509type.o",
+ "crypto/x509/x_all.o",
+ "crypto/x509/x_attrib.o",
+ "crypto/x509/x_crl.o",
+ "crypto/x509/x_exten.o",
+ "crypto/x509/x_name.o",
+ "crypto/x509/x_pubkey.o",
+ "crypto/x509/x_req.o",
+ "crypto/x509/x_x509.o",
+ "crypto/x509/x_x509a.o",
+ "crypto/x509v3/pcy_cache.o",
+ "crypto/x509v3/pcy_data.o",
+ "crypto/x509v3/pcy_lib.o",
+ "crypto/x509v3/pcy_map.o",
+ "crypto/x509v3/pcy_node.o",
+ "crypto/x509v3/pcy_tree.o",
+ "crypto/x509v3/v3_addr.o",
+ "crypto/x509v3/v3_akey.o",
+ "crypto/x509v3/v3_akeya.o",
+ "crypto/x509v3/v3_alt.o",
+ "crypto/x509v3/v3_asid.o",
+ "crypto/x509v3/v3_bcons.o",
+ "crypto/x509v3/v3_bitst.o",
+ "crypto/x509v3/v3_conf.o",
+ "crypto/x509v3/v3_cpols.o",
+ "crypto/x509v3/v3_crld.o",
+ "crypto/x509v3/v3_enum.o",
+ "crypto/x509v3/v3_extku.o",
+ "crypto/x509v3/v3_genn.o",
+ "crypto/x509v3/v3_ia5.o",
+ "crypto/x509v3/v3_info.o",
+ "crypto/x509v3/v3_int.o",
+ "crypto/x509v3/v3_lib.o",
+ "crypto/x509v3/v3_ncons.o",
+ "crypto/x509v3/v3_pci.o",
+ "crypto/x509v3/v3_pcia.o",
+ "crypto/x509v3/v3_pcons.o",
+ "crypto/x509v3/v3_pku.o",
+ "crypto/x509v3/v3_pmaps.o",
+ "crypto/x509v3/v3_prn.o",
+ "crypto/x509v3/v3_purp.o",
+ "crypto/x509v3/v3_skey.o",
+ "crypto/x509v3/v3_sxnet.o",
+ "crypto/x509v3/v3_tlsf.o",
+ "crypto/x509v3/v3_utl.o",
+ "crypto/x509v3/v3err.o",
+ "engines/e_capi.o",
+ "engines/e_padlock.o",
+ ],
+ "libssl" =>
+ [
+ "ssl/bio_ssl.o",
+ "ssl/d1_lib.o",
+ "ssl/d1_msg.o",
+ "ssl/d1_srtp.o",
+ "ssl/methods.o",
+ "ssl/pqueue.o",
+ "ssl/record/dtls1_bitmap.o",
+ "ssl/record/rec_layer_d1.o",
+ "ssl/record/rec_layer_s3.o",
+ "ssl/record/ssl3_buffer.o",
+ "ssl/record/ssl3_record.o",
+ "ssl/s3_cbc.o",
+ "ssl/s3_enc.o",
+ "ssl/s3_lib.o",
+ "ssl/s3_msg.o",
+ "ssl/ssl_asn1.o",
+ "ssl/ssl_cert.o",
+ "ssl/ssl_ciph.o",
+ "ssl/ssl_conf.o",
+ "ssl/ssl_err.o",
+ "ssl/ssl_init.o",
+ "ssl/ssl_lib.o",
+ "ssl/ssl_mcnf.o",
+ "ssl/ssl_rsa.o",
+ "ssl/ssl_sess.o",
+ "ssl/ssl_stat.o",
+ "ssl/ssl_txt.o",
+ "ssl/ssl_utst.o",
+ "ssl/statem/statem.o",
+ "ssl/statem/statem_clnt.o",
+ "ssl/statem/statem_dtls.o",
+ "ssl/statem/statem_lib.o",
+ "ssl/statem/statem_srvr.o",
+ "ssl/t1_enc.o",
+ "ssl/t1_ext.o",
+ "ssl/t1_lib.o",
+ "ssl/t1_reneg.o",
+ "ssl/t1_trce.o",
+ "ssl/tls_srp.o",
+ ],
+ "ssl/bio_ssl.o" =>
+ [
+ "ssl/bio_ssl.c",
+ ],
+ "ssl/d1_lib.o" =>
+ [
+ "ssl/d1_lib.c",
+ ],
+ "ssl/d1_msg.o" =>
+ [
+ "ssl/d1_msg.c",
+ ],
+ "ssl/d1_srtp.o" =>
+ [
+ "ssl/d1_srtp.c",
+ ],
+ "ssl/methods.o" =>
+ [
+ "ssl/methods.c",
+ ],
+ "ssl/pqueue.o" =>
+ [
+ "ssl/pqueue.c",
+ ],
+ "ssl/record/dtls1_bitmap.o" =>
+ [
+ "ssl/record/dtls1_bitmap.c",
+ ],
+ "ssl/record/rec_layer_d1.o" =>
+ [
+ "ssl/record/rec_layer_d1.c",
+ ],
+ "ssl/record/rec_layer_s3.o" =>
+ [
+ "ssl/record/rec_layer_s3.c",
+ ],
+ "ssl/record/ssl3_buffer.o" =>
+ [
+ "ssl/record/ssl3_buffer.c",
+ ],
+ "ssl/record/ssl3_record.o" =>
+ [
+ "ssl/record/ssl3_record.c",
+ ],
+ "ssl/s3_cbc.o" =>
+ [
+ "ssl/s3_cbc.c",
+ ],
+ "ssl/s3_enc.o" =>
+ [
+ "ssl/s3_enc.c",
+ ],
+ "ssl/s3_lib.o" =>
+ [
+ "ssl/s3_lib.c",
+ ],
+ "ssl/s3_msg.o" =>
+ [
+ "ssl/s3_msg.c",
+ ],
+ "ssl/ssl_asn1.o" =>
+ [
+ "ssl/ssl_asn1.c",
+ ],
+ "ssl/ssl_cert.o" =>
+ [
+ "ssl/ssl_cert.c",
+ ],
+ "ssl/ssl_ciph.o" =>
+ [
+ "ssl/ssl_ciph.c",
+ ],
+ "ssl/ssl_conf.o" =>
+ [
+ "ssl/ssl_conf.c",
+ ],
+ "ssl/ssl_err.o" =>
+ [
+ "ssl/ssl_err.c",
+ ],
+ "ssl/ssl_init.o" =>
+ [
+ "ssl/ssl_init.c",
+ ],
+ "ssl/ssl_lib.o" =>
+ [
+ "ssl/ssl_lib.c",
+ ],
+ "ssl/ssl_mcnf.o" =>
+ [
+ "ssl/ssl_mcnf.c",
+ ],
+ "ssl/ssl_rsa.o" =>
+ [
+ "ssl/ssl_rsa.c",
+ ],
+ "ssl/ssl_sess.o" =>
+ [
+ "ssl/ssl_sess.c",
+ ],
+ "ssl/ssl_stat.o" =>
+ [
+ "ssl/ssl_stat.c",
+ ],
+ "ssl/ssl_txt.o" =>
+ [
+ "ssl/ssl_txt.c",
+ ],
+ "ssl/ssl_utst.o" =>
+ [
+ "ssl/ssl_utst.c",
+ ],
+ "ssl/statem/statem.o" =>
+ [
+ "ssl/statem/statem.c",
+ ],
+ "ssl/statem/statem_clnt.o" =>
+ [
+ "ssl/statem/statem_clnt.c",
+ ],
+ "ssl/statem/statem_dtls.o" =>
+ [
+ "ssl/statem/statem_dtls.c",
+ ],
+ "ssl/statem/statem_lib.o" =>
+ [
+ "ssl/statem/statem_lib.c",
+ ],
+ "ssl/statem/statem_srvr.o" =>
+ [
+ "ssl/statem/statem_srvr.c",
+ ],
+ "ssl/t1_enc.o" =>
+ [
+ "ssl/t1_enc.c",
+ ],
+ "ssl/t1_ext.o" =>
+ [
+ "ssl/t1_ext.c",
+ ],
+ "ssl/t1_lib.o" =>
+ [
+ "ssl/t1_lib.c",
+ ],
+ "ssl/t1_reneg.o" =>
+ [
+ "ssl/t1_reneg.c",
+ ],
+ "ssl/t1_trce.o" =>
+ [
+ "ssl/t1_trce.c",
+ ],
+ "ssl/tls_srp.o" =>
+ [
+ "ssl/tls_srp.c",
+ ],
+ "test/aborttest" =>
+ [
+ "test/aborttest.o",
+ ],
+ "test/aborttest.o" =>
+ [
+ "test/aborttest.c",
+ ],
+ "test/afalgtest" =>
+ [
+ "test/afalgtest.o",
+ ],
+ "test/afalgtest.o" =>
+ [
+ "test/afalgtest.c",
+ ],
+ "test/asynciotest" =>
+ [
+ "test/asynciotest.o",
+ "test/ssltestlib.o",
+ ],
+ "test/asynciotest.o" =>
+ [
+ "test/asynciotest.c",
+ ],
+ "test/asynctest" =>
+ [
+ "test/asynctest.o",
+ ],
+ "test/asynctest.o" =>
+ [
+ "test/asynctest.c",
+ ],
+ "test/bad_dtls_test" =>
+ [
+ "test/bad_dtls_test.o",
+ ],
+ "test/bad_dtls_test.o" =>
+ [
+ "test/bad_dtls_test.c",
+ ],
+ "test/bftest" =>
+ [
+ "test/bftest.o",
+ ],
+ "test/bftest.o" =>
+ [
+ "test/bftest.c",
+ ],
+ "test/bio_enc_test" =>
+ [
+ "test/bio_enc_test.o",
+ ],
+ "test/bio_enc_test.o" =>
+ [
+ "test/bio_enc_test.c",
+ ],
+ "test/bioprinttest" =>
+ [
+ "test/bioprinttest.o",
+ ],
+ "test/bioprinttest.o" =>
+ [
+ "test/bioprinttest.c",
+ ],
+ "test/bntest" =>
+ [
+ "test/bntest.o",
+ ],
+ "test/bntest.o" =>
+ [
+ "test/bntest.c",
+ ],
+ "test/buildtest_aes" =>
+ [
+ "test/buildtest_aes.o",
+ ],
+ "test/buildtest_aes.o" =>
+ [
+ "test/buildtest_aes.c",
+ ],
+ "test/buildtest_asn1" =>
+ [
+ "test/buildtest_asn1.o",
+ ],
+ "test/buildtest_asn1.o" =>
+ [
+ "test/buildtest_asn1.c",
+ ],
+ "test/buildtest_asn1t" =>
+ [
+ "test/buildtest_asn1t.o",
+ ],
+ "test/buildtest_asn1t.o" =>
+ [
+ "test/buildtest_asn1t.c",
+ ],
+ "test/buildtest_async" =>
+ [
+ "test/buildtest_async.o",
+ ],
+ "test/buildtest_async.o" =>
+ [
+ "test/buildtest_async.c",
+ ],
+ "test/buildtest_bio" =>
+ [
+ "test/buildtest_bio.o",
+ ],
+ "test/buildtest_bio.o" =>
+ [
+ "test/buildtest_bio.c",
+ ],
+ "test/buildtest_blowfish" =>
+ [
+ "test/buildtest_blowfish.o",
+ ],
+ "test/buildtest_blowfish.o" =>
+ [
+ "test/buildtest_blowfish.c",
+ ],
+ "test/buildtest_bn" =>
+ [
+ "test/buildtest_bn.o",
+ ],
+ "test/buildtest_bn.o" =>
+ [
+ "test/buildtest_bn.c",
+ ],
+ "test/buildtest_buffer" =>
+ [
+ "test/buildtest_buffer.o",
+ ],
+ "test/buildtest_buffer.o" =>
+ [
+ "test/buildtest_buffer.c",
+ ],
+ "test/buildtest_camellia" =>
+ [
+ "test/buildtest_camellia.o",
+ ],
+ "test/buildtest_camellia.o" =>
+ [
+ "test/buildtest_camellia.c",
+ ],
+ "test/buildtest_cast" =>
+ [
+ "test/buildtest_cast.o",
+ ],
+ "test/buildtest_cast.o" =>
+ [
+ "test/buildtest_cast.c",
+ ],
+ "test/buildtest_cmac" =>
+ [
+ "test/buildtest_cmac.o",
+ ],
+ "test/buildtest_cmac.o" =>
+ [
+ "test/buildtest_cmac.c",
+ ],
+ "test/buildtest_cms" =>
+ [
+ "test/buildtest_cms.o",
+ ],
+ "test/buildtest_cms.o" =>
+ [
+ "test/buildtest_cms.c",
+ ],
+ "test/buildtest_conf" =>
+ [
+ "test/buildtest_conf.o",
+ ],
+ "test/buildtest_conf.o" =>
+ [
+ "test/buildtest_conf.c",
+ ],
+ "test/buildtest_conf_api" =>
+ [
+ "test/buildtest_conf_api.o",
+ ],
+ "test/buildtest_conf_api.o" =>
+ [
+ "test/buildtest_conf_api.c",
+ ],
+ "test/buildtest_crypto" =>
+ [
+ "test/buildtest_crypto.o",
+ ],
+ "test/buildtest_crypto.o" =>
+ [
+ "test/buildtest_crypto.c",
+ ],
+ "test/buildtest_ct" =>
+ [
+ "test/buildtest_ct.o",
+ ],
+ "test/buildtest_ct.o" =>
+ [
+ "test/buildtest_ct.c",
+ ],
+ "test/buildtest_des" =>
+ [
+ "test/buildtest_des.o",
+ ],
+ "test/buildtest_des.o" =>
+ [
+ "test/buildtest_des.c",
+ ],
+ "test/buildtest_dh" =>
+ [
+ "test/buildtest_dh.o",
+ ],
+ "test/buildtest_dh.o" =>
+ [
+ "test/buildtest_dh.c",
+ ],
+ "test/buildtest_dsa" =>
+ [
+ "test/buildtest_dsa.o",
+ ],
+ "test/buildtest_dsa.o" =>
+ [
+ "test/buildtest_dsa.c",
+ ],
+ "test/buildtest_dtls1" =>
+ [
+ "test/buildtest_dtls1.o",
+ ],
+ "test/buildtest_dtls1.o" =>
+ [
+ "test/buildtest_dtls1.c",
+ ],
+ "test/buildtest_e_os2" =>
+ [
+ "test/buildtest_e_os2.o",
+ ],
+ "test/buildtest_e_os2.o" =>
+ [
+ "test/buildtest_e_os2.c",
+ ],
+ "test/buildtest_ebcdic" =>
+ [
+ "test/buildtest_ebcdic.o",
+ ],
+ "test/buildtest_ebcdic.o" =>
+ [
+ "test/buildtest_ebcdic.c",
+ ],
+ "test/buildtest_ec" =>
+ [
+ "test/buildtest_ec.o",
+ ],
+ "test/buildtest_ec.o" =>
+ [
+ "test/buildtest_ec.c",
+ ],
+ "test/buildtest_ecdh" =>
+ [
+ "test/buildtest_ecdh.o",
+ ],
+ "test/buildtest_ecdh.o" =>
+ [
+ "test/buildtest_ecdh.c",
+ ],
+ "test/buildtest_ecdsa" =>
+ [
+ "test/buildtest_ecdsa.o",
+ ],
+ "test/buildtest_ecdsa.o" =>
+ [
+ "test/buildtest_ecdsa.c",
+ ],
+ "test/buildtest_engine" =>
+ [
+ "test/buildtest_engine.o",
+ ],
+ "test/buildtest_engine.o" =>
+ [
+ "test/buildtest_engine.c",
+ ],
+ "test/buildtest_err" =>
+ [
+ "test/buildtest_err.o",
+ ],
+ "test/buildtest_err.o" =>
+ [
+ "test/buildtest_err.c",
+ ],
+ "test/buildtest_evp" =>
+ [
+ "test/buildtest_evp.o",
+ ],
+ "test/buildtest_evp.o" =>
+ [
+ "test/buildtest_evp.c",
+ ],
+ "test/buildtest_hmac" =>
+ [
+ "test/buildtest_hmac.o",
+ ],
+ "test/buildtest_hmac.o" =>
+ [
+ "test/buildtest_hmac.c",
+ ],
+ "test/buildtest_idea" =>
+ [
+ "test/buildtest_idea.o",
+ ],
+ "test/buildtest_idea.o" =>
+ [
+ "test/buildtest_idea.c",
+ ],
+ "test/buildtest_kdf" =>
+ [
+ "test/buildtest_kdf.o",
+ ],
+ "test/buildtest_kdf.o" =>
+ [
+ "test/buildtest_kdf.c",
+ ],
+ "test/buildtest_lhash" =>
+ [
+ "test/buildtest_lhash.o",
+ ],
+ "test/buildtest_lhash.o" =>
+ [
+ "test/buildtest_lhash.c",
+ ],
+ "test/buildtest_md4" =>
+ [
+ "test/buildtest_md4.o",
+ ],
+ "test/buildtest_md4.o" =>
+ [
+ "test/buildtest_md4.c",
+ ],
+ "test/buildtest_md5" =>
+ [
+ "test/buildtest_md5.o",
+ ],
+ "test/buildtest_md5.o" =>
+ [
+ "test/buildtest_md5.c",
+ ],
+ "test/buildtest_mdc2" =>
+ [
+ "test/buildtest_mdc2.o",
+ ],
+ "test/buildtest_mdc2.o" =>
+ [
+ "test/buildtest_mdc2.c",
+ ],
+ "test/buildtest_modes" =>
+ [
+ "test/buildtest_modes.o",
+ ],
+ "test/buildtest_modes.o" =>
+ [
+ "test/buildtest_modes.c",
+ ],
+ "test/buildtest_obj_mac" =>
+ [
+ "test/buildtest_obj_mac.o",
+ ],
+ "test/buildtest_obj_mac.o" =>
+ [
+ "test/buildtest_obj_mac.c",
+ ],
+ "test/buildtest_objects" =>
+ [
+ "test/buildtest_objects.o",
+ ],
+ "test/buildtest_objects.o" =>
+ [
+ "test/buildtest_objects.c",
+ ],
+ "test/buildtest_ocsp" =>
+ [
+ "test/buildtest_ocsp.o",
+ ],
+ "test/buildtest_ocsp.o" =>
+ [
+ "test/buildtest_ocsp.c",
+ ],
+ "test/buildtest_opensslv" =>
+ [
+ "test/buildtest_opensslv.o",
+ ],
+ "test/buildtest_opensslv.o" =>
+ [
+ "test/buildtest_opensslv.c",
+ ],
+ "test/buildtest_ossl_typ" =>
+ [
+ "test/buildtest_ossl_typ.o",
+ ],
+ "test/buildtest_ossl_typ.o" =>
+ [
+ "test/buildtest_ossl_typ.c",
+ ],
+ "test/buildtest_pem" =>
+ [
+ "test/buildtest_pem.o",
+ ],
+ "test/buildtest_pem.o" =>
+ [
+ "test/buildtest_pem.c",
+ ],
+ "test/buildtest_pem2" =>
+ [
+ "test/buildtest_pem2.o",
+ ],
+ "test/buildtest_pem2.o" =>
+ [
+ "test/buildtest_pem2.c",
+ ],
+ "test/buildtest_pkcs12" =>
+ [
+ "test/buildtest_pkcs12.o",
+ ],
+ "test/buildtest_pkcs12.o" =>
+ [
+ "test/buildtest_pkcs12.c",
+ ],
+ "test/buildtest_pkcs7" =>
+ [
+ "test/buildtest_pkcs7.o",
+ ],
+ "test/buildtest_pkcs7.o" =>
+ [
+ "test/buildtest_pkcs7.c",
+ ],
+ "test/buildtest_rand" =>
+ [
+ "test/buildtest_rand.o",
+ ],
+ "test/buildtest_rand.o" =>
+ [
+ "test/buildtest_rand.c",
+ ],
+ "test/buildtest_rc2" =>
+ [
+ "test/buildtest_rc2.o",
+ ],
+ "test/buildtest_rc2.o" =>
+ [
+ "test/buildtest_rc2.c",
+ ],
+ "test/buildtest_rc4" =>
+ [
+ "test/buildtest_rc4.o",
+ ],
+ "test/buildtest_rc4.o" =>
+ [
+ "test/buildtest_rc4.c",
+ ],
+ "test/buildtest_ripemd" =>
+ [
+ "test/buildtest_ripemd.o",
+ ],
+ "test/buildtest_ripemd.o" =>
+ [
+ "test/buildtest_ripemd.c",
+ ],
+ "test/buildtest_rsa" =>
+ [
+ "test/buildtest_rsa.o",
+ ],
+ "test/buildtest_rsa.o" =>
+ [
+ "test/buildtest_rsa.c",
+ ],
+ "test/buildtest_safestack" =>
+ [
+ "test/buildtest_safestack.o",
+ ],
+ "test/buildtest_safestack.o" =>
+ [
+ "test/buildtest_safestack.c",
+ ],
+ "test/buildtest_seed" =>
+ [
+ "test/buildtest_seed.o",
+ ],
+ "test/buildtest_seed.o" =>
+ [
+ "test/buildtest_seed.c",
+ ],
+ "test/buildtest_sha" =>
+ [
+ "test/buildtest_sha.o",
+ ],
+ "test/buildtest_sha.o" =>
+ [
+ "test/buildtest_sha.c",
+ ],
+ "test/buildtest_srp" =>
+ [
+ "test/buildtest_srp.o",
+ ],
+ "test/buildtest_srp.o" =>
+ [
+ "test/buildtest_srp.c",
+ ],
+ "test/buildtest_srtp" =>
+ [
+ "test/buildtest_srtp.o",
+ ],
+ "test/buildtest_srtp.o" =>
+ [
+ "test/buildtest_srtp.c",
+ ],
+ "test/buildtest_ssl" =>
+ [
+ "test/buildtest_ssl.o",
+ ],
+ "test/buildtest_ssl.o" =>
+ [
+ "test/buildtest_ssl.c",
+ ],
+ "test/buildtest_ssl2" =>
+ [
+ "test/buildtest_ssl2.o",
+ ],
+ "test/buildtest_ssl2.o" =>
+ [
+ "test/buildtest_ssl2.c",
+ ],
+ "test/buildtest_stack" =>
+ [
+ "test/buildtest_stack.o",
+ ],
+ "test/buildtest_stack.o" =>
+ [
+ "test/buildtest_stack.c",
+ ],
+ "test/buildtest_symhacks" =>
+ [
+ "test/buildtest_symhacks.o",
+ ],
+ "test/buildtest_symhacks.o" =>
+ [
+ "test/buildtest_symhacks.c",
+ ],
+ "test/buildtest_tls1" =>
+ [
+ "test/buildtest_tls1.o",
+ ],
+ "test/buildtest_tls1.o" =>
+ [
+ "test/buildtest_tls1.c",
+ ],
+ "test/buildtest_ts" =>
+ [
+ "test/buildtest_ts.o",
+ ],
+ "test/buildtest_ts.o" =>
+ [
+ "test/buildtest_ts.c",
+ ],
+ "test/buildtest_txt_db" =>
+ [
+ "test/buildtest_txt_db.o",
+ ],
+ "test/buildtest_txt_db.o" =>
+ [
+ "test/buildtest_txt_db.c",
+ ],
+ "test/buildtest_ui" =>
+ [
+ "test/buildtest_ui.o",
+ ],
+ "test/buildtest_ui.o" =>
+ [
+ "test/buildtest_ui.c",
+ ],
+ "test/buildtest_whrlpool" =>
+ [
+ "test/buildtest_whrlpool.o",
+ ],
+ "test/buildtest_whrlpool.o" =>
+ [
+ "test/buildtest_whrlpool.c",
+ ],
+ "test/buildtest_x509" =>
+ [
+ "test/buildtest_x509.o",
+ ],
+ "test/buildtest_x509.o" =>
+ [
+ "test/buildtest_x509.c",
+ ],
+ "test/buildtest_x509_vfy" =>
+ [
+ "test/buildtest_x509_vfy.o",
+ ],
+ "test/buildtest_x509_vfy.o" =>
+ [
+ "test/buildtest_x509_vfy.c",
+ ],
+ "test/buildtest_x509v3" =>
+ [
+ "test/buildtest_x509v3.o",
+ ],
+ "test/buildtest_x509v3.o" =>
+ [
+ "test/buildtest_x509v3.c",
+ ],
+ "test/casttest" =>
+ [
+ "test/casttest.o",
+ ],
+ "test/casttest.o" =>
+ [
+ "test/casttest.c",
+ ],
+ "test/cipherlist_test" =>
+ [
+ "test/cipherlist_test.o",
+ "test/testutil.o",
+ ],
+ "test/cipherlist_test.o" =>
+ [
+ "test/cipherlist_test.c",
+ ],
+ "test/clienthellotest" =>
+ [
+ "test/clienthellotest.o",
+ ],
+ "test/clienthellotest.o" =>
+ [
+ "test/clienthellotest.c",
+ ],
+ "test/constant_time_test" =>
+ [
+ "test/constant_time_test.o",
+ ],
+ "test/constant_time_test.o" =>
+ [
+ "test/constant_time_test.c",
+ ],
+ "test/crltest" =>
+ [
+ "test/crltest.o",
+ "test/testutil.o",
+ ],
+ "test/crltest.o" =>
+ [
+ "test/crltest.c",
+ ],
+ "test/ct_test" =>
+ [
+ "test/ct_test.o",
+ "test/testutil.o",
+ ],
+ "test/ct_test.o" =>
+ [
+ "test/ct_test.c",
+ ],
+ "test/d2i_test" =>
+ [
+ "test/d2i_test.o",
+ "test/testutil.o",
+ ],
+ "test/d2i_test.o" =>
+ [
+ "test/d2i_test.c",
+ ],
+ "test/danetest" =>
+ [
+ "test/danetest.o",
+ ],
+ "test/danetest.o" =>
+ [
+ "test/danetest.c",
+ ],
+ "test/destest" =>
+ [
+ "test/destest.o",
+ ],
+ "test/destest.o" =>
+ [
+ "test/destest.c",
+ ],
+ "test/dhtest" =>
+ [
+ "test/dhtest.o",
+ ],
+ "test/dhtest.o" =>
+ [
+ "test/dhtest.c",
+ ],
+ "test/dsatest" =>
+ [
+ "test/dsatest.o",
+ ],
+ "test/dsatest.o" =>
+ [
+ "test/dsatest.c",
+ ],
+ "test/dtlstest" =>
+ [
+ "test/dtlstest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/dtlstest.o" =>
+ [
+ "test/dtlstest.c",
+ ],
+ "test/dtlsv1listentest" =>
+ [
+ "test/dtlsv1listentest.o",
+ ],
+ "test/dtlsv1listentest.o" =>
+ [
+ "test/dtlsv1listentest.c",
+ ],
+ "test/ecdsatest" =>
+ [
+ "test/ecdsatest.o",
+ ],
+ "test/ecdsatest.o" =>
+ [
+ "test/ecdsatest.c",
+ ],
+ "test/ectest" =>
+ [
+ "test/ectest.o",
+ ],
+ "test/ectest.o" =>
+ [
+ "test/ectest.c",
+ ],
+ "test/enginetest" =>
+ [
+ "test/enginetest.o",
+ ],
+ "test/enginetest.o" =>
+ [
+ "test/enginetest.c",
+ ],
+ "test/evp_extra_test" =>
+ [
+ "test/evp_extra_test.o",
+ ],
+ "test/evp_extra_test.o" =>
+ [
+ "test/evp_extra_test.c",
+ ],
+ "test/evp_test" =>
+ [
+ "test/evp_test.o",
+ ],
+ "test/evp_test.o" =>
+ [
+ "test/evp_test.c",
+ ],
+ "test/exdatatest" =>
+ [
+ "test/exdatatest.o",
+ ],
+ "test/exdatatest.o" =>
+ [
+ "test/exdatatest.c",
+ ],
+ "test/exptest" =>
+ [
+ "test/exptest.o",
+ ],
+ "test/exptest.o" =>
+ [
+ "test/exptest.c",
+ ],
+ "test/fatalerrtest" =>
+ [
+ "test/fatalerrtest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/fatalerrtest.o" =>
+ [
+ "test/fatalerrtest.c",
+ ],
+ "test/gmdifftest" =>
+ [
+ "test/gmdifftest.o",
+ ],
+ "test/gmdifftest.o" =>
+ [
+ "test/gmdifftest.c",
+ ],
+ "test/handshake_helper.o" =>
+ [
+ "test/handshake_helper.c",
+ ],
+ "test/heartbeat_test" =>
+ [
+ "test/heartbeat_test.o",
+ "test/testutil.o",
+ ],
+ "test/heartbeat_test.o" =>
+ [
+ "test/heartbeat_test.c",
+ ],
+ "test/hmactest" =>
+ [
+ "test/hmactest.o",
+ ],
+ "test/hmactest.o" =>
+ [
+ "test/hmactest.c",
+ ],
+ "test/ideatest" =>
+ [
+ "test/ideatest.o",
+ ],
+ "test/ideatest.o" =>
+ [
+ "test/ideatest.c",
+ ],
+ "test/igetest" =>
+ [
+ "test/igetest.o",
+ ],
+ "test/igetest.o" =>
+ [
+ "test/igetest.c",
+ ],
+ "test/md2test" =>
+ [
+ "test/md2test.o",
+ ],
+ "test/md2test.o" =>
+ [
+ "test/md2test.c",
+ ],
+ "test/md4test" =>
+ [
+ "test/md4test.o",
+ ],
+ "test/md4test.o" =>
+ [
+ "test/md4test.c",
+ ],
+ "test/md5test" =>
+ [
+ "test/md5test.o",
+ ],
+ "test/md5test.o" =>
+ [
+ "test/md5test.c",
+ ],
+ "test/mdc2test" =>
+ [
+ "test/mdc2test.o",
+ ],
+ "test/mdc2test.o" =>
+ [
+ "test/mdc2test.c",
+ ],
+ "test/memleaktest" =>
+ [
+ "test/memleaktest.o",
+ ],
+ "test/memleaktest.o" =>
+ [
+ "test/memleaktest.c",
+ ],
+ "test/ocspapitest" =>
+ [
+ "test/ocspapitest.o",
+ "test/testutil.o",
+ ],
+ "test/ocspapitest.o" =>
+ [
+ "test/ocspapitest.c",
+ ],
+ "test/p5_crpt2_test" =>
+ [
+ "test/p5_crpt2_test.o",
+ ],
+ "test/p5_crpt2_test.o" =>
+ [
+ "test/p5_crpt2_test.c",
+ ],
+ "test/packettest" =>
+ [
+ "test/packettest.o",
+ ],
+ "test/packettest.o" =>
+ [
+ "test/packettest.c",
+ ],
+ "test/pbelutest" =>
+ [
+ "test/pbelutest.o",
+ ],
+ "test/pbelutest.o" =>
+ [
+ "test/pbelutest.c",
+ ],
+ "test/randtest" =>
+ [
+ "test/randtest.o",
+ ],
+ "test/randtest.o" =>
+ [
+ "test/randtest.c",
+ ],
+ "test/rc2test" =>
+ [
+ "test/rc2test.o",
+ ],
+ "test/rc2test.o" =>
+ [
+ "test/rc2test.c",
+ ],
+ "test/rc4test" =>
+ [
+ "test/rc4test.o",
+ ],
+ "test/rc4test.o" =>
+ [
+ "test/rc4test.c",
+ ],
+ "test/rc5test" =>
+ [
+ "test/rc5test.o",
+ ],
+ "test/rc5test.o" =>
+ [
+ "test/rc5test.c",
+ ],
+ "test/rmdtest" =>
+ [
+ "test/rmdtest.o",
+ ],
+ "test/rmdtest.o" =>
+ [
+ "test/rmdtest.c",
+ ],
+ "test/rsa_test" =>
+ [
+ "test/rsa_test.o",
+ ],
+ "test/rsa_test.o" =>
+ [
+ "test/rsa_test.c",
+ ],
+ "test/sanitytest" =>
+ [
+ "test/sanitytest.o",
+ ],
+ "test/sanitytest.o" =>
+ [
+ "test/sanitytest.c",
+ ],
+ "test/secmemtest" =>
+ [
+ "test/secmemtest.o",
+ ],
+ "test/secmemtest.o" =>
+ [
+ "test/secmemtest.c",
+ ],
+ "test/sha1test" =>
+ [
+ "test/sha1test.o",
+ ],
+ "test/sha1test.o" =>
+ [
+ "test/sha1test.c",
+ ],
+ "test/sha256t" =>
+ [
+ "test/sha256t.o",
+ ],
+ "test/sha256t.o" =>
+ [
+ "test/sha256t.c",
+ ],
+ "test/sha512t" =>
+ [
+ "test/sha512t.o",
+ ],
+ "test/sha512t.o" =>
+ [
+ "test/sha512t.c",
+ ],
+ "test/srptest" =>
+ [
+ "test/srptest.o",
+ ],
+ "test/srptest.o" =>
+ [
+ "test/srptest.c",
+ ],
+ "test/ssl_test" =>
+ [
+ "test/handshake_helper.o",
+ "test/ssl_test.o",
+ "test/ssl_test_ctx.o",
+ "test/testutil.o",
+ ],
+ "test/ssl_test.o" =>
+ [
+ "test/ssl_test.c",
+ ],
+ "test/ssl_test_ctx.o" =>
+ [
+ "test/ssl_test_ctx.c",
+ ],
+ "test/ssl_test_ctx_test" =>
+ [
+ "test/ssl_test_ctx.o",
+ "test/ssl_test_ctx_test.o",
+ "test/testutil.o",
+ ],
+ "test/ssl_test_ctx_test.o" =>
+ [
+ "test/ssl_test_ctx_test.c",
+ ],
+ "test/sslapitest" =>
+ [
+ "test/sslapitest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/sslapitest.o" =>
+ [
+ "test/sslapitest.c",
+ ],
+ "test/sslcorrupttest" =>
+ [
+ "test/sslcorrupttest.o",
+ "test/ssltestlib.o",
+ "test/testutil.o",
+ ],
+ "test/sslcorrupttest.o" =>
+ [
+ "test/sslcorrupttest.c",
+ ],
+ "test/ssltest_old" =>
+ [
+ "test/ssltest_old.o",
+ ],
+ "test/ssltest_old.o" =>
+ [
+ "test/ssltest_old.c",
+ ],
+ "test/ssltestlib.o" =>
+ [
+ "test/ssltestlib.c",
+ ],
+ "test/testutil.o" =>
+ [
+ "test/testutil.c",
+ ],
+ "test/threadstest" =>
+ [
+ "test/threadstest.o",
+ ],
+ "test/threadstest.o" =>
+ [
+ "test/threadstest.c",
+ ],
+ "test/v3ext" =>
+ [
+ "test/v3ext.o",
+ ],
+ "test/v3ext.o" =>
+ [
+ "test/v3ext.c",
+ ],
+ "test/v3nametest" =>
+ [
+ "test/v3nametest.o",
+ ],
+ "test/v3nametest.o" =>
+ [
+ "test/v3nametest.c",
+ ],
+ "test/verify_extra_test" =>
+ [
+ "test/verify_extra_test.o",
+ ],
+ "test/verify_extra_test.o" =>
+ [
+ "test/verify_extra_test.c",
+ ],
+ "test/wp_test" =>
+ [
+ "test/wp_test.o",
+ ],
+ "test/wp_test.o" =>
+ [
+ "test/wp_test.c",
+ ],
+ "test/x509aux" =>
+ [
+ "test/x509aux.o",
+ ],
+ "test/x509aux.o" =>
+ [
+ "test/x509aux.c",
+ ],
+ "tools/c_rehash" =>
+ [
+ "tools/c_rehash.in",
+ ],
+ "util/shlib_wrap.sh" =>
+ [
+ "util/shlib_wrap.sh.in",
+ ],
+ },
+);
+
+1;
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/buildinf.h b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/buildinf.h
new file mode 100644
index 0000000000..88cd72b844
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/buildinf.h
@@ -0,0 +1,23 @@
+/* auto-generated by util/mkbuildinf.pl for crypto/cversion.c */
+#define CFLAGS cflags
+/*
+ * Generate CFLAGS as an array of individual characters. This is a
+ * workaround for the situation where CFLAGS gets too long for a C90 string
+ * literal
+ */
+static const char cflags[] = {
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','D',
+ 'D','S','O','_','D','L','F','C','N',' ','-','D','H','A','V','E',
+ '_','D','L','F','C','N','_','H',' ','-','D','N','D','E','B','U',
+ 'G',' ','-','D','O','P','E','N','S','S','L','_','T','H','R','E',
+ 'A','D','S',' ','-','D','O','P','E','N','S','S','L','_','N','O',
+ '_','D','Y','N','A','M','I','C','_','E','N','G','I','N','E',' ',
+ '-','D','O','P','E','N','S','S','L','_','P','I','C',' ','-','D',
+ 'O','P','E','N','S','S','L','D','I','R','=','"','\\','"','/','u',
+ 's','r','/','l','o','c','a','l','/','s','s','l','\\','"','"',' ',
+ '-','D','E','N','G','I','N','E','S','D','I','R','=','"','\\','"',
+ '/','u','s','r','/','l','o','c','a','l','/','l','i','b','/','e',
+ 'n','g','i','n','e','s','-','1','.','1','\\','"','"',' ','\0'
+};
+#define PLATFORM "platform: aix64-gcc"
+#define DATE "built on: Tue Apr 3 00:38:11 2018"
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
new file mode 100644
index 0000000000..34bd8b78b4
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h
@@ -0,0 +1,28 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from crypto/include/internal/bn_conf.h.in */
+/*
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifndef HEADER_BN_CONF_H
+# define HEADER_BN_CONF_H
+
+/*
+ * The contents of this file are not used in the UEFI build, as
+ * both 32-bit and 64-bit builds are supported from a single run
+ * of the Configure script.
+ */
+
+/* Should we define BN_DIV2W here? */
+
+/* Only one for the following should be defined */
+#define SIXTY_FOUR_BIT_LONG
+#undef SIXTY_FOUR_BIT
+#undef THIRTY_TWO_BIT
+
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
new file mode 100644
index 0000000000..7a52dd1f1a
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h
@@ -0,0 +1,16 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
+/*
+ * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifndef HEADER_DSO_CONF_H
+# define HEADER_DSO_CONF_H
+
+# define DSO_EXTENSION ".so"
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h b/deps/openssl/config/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
new file mode 100644
index 0000000000..d2aa623535
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h
@@ -0,0 +1,181 @@
+/*
+ * WARNING: do not edit!
+ * Generated by Makefile from include/openssl/opensslconf.h.in
+ *
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifdef OPENSSL_ALGORITHM_DEFINES
+# error OPENSSL_ALGORITHM_DEFINES no longer supported
+#endif
+
+/*
+ * OpenSSL was configured with the following options:
+ */
+
+#ifndef OPENSSL_SYS_AIX
+# define OPENSSL_SYS_AIX 1
+#endif
+#ifndef OPENSSL_NO_COMP
+# define OPENSSL_NO_COMP
+#endif
+#ifndef OPENSSL_NO_MD2
+# define OPENSSL_NO_MD2
+#endif
+#ifndef OPENSSL_NO_RC5
+# define OPENSSL_NO_RC5
+#endif
+#ifndef OPENSSL_THREADS
+# define OPENSSL_THREADS
+#endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
+#ifndef OPENSSL_NO_ASAN
+# define OPENSSL_NO_ASAN
+#endif
+#ifndef OPENSSL_NO_ASM
+# define OPENSSL_NO_ASM
+#endif
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG
+# define OPENSSL_NO_CRYPTO_MDEBUG
+#endif
+#ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
+# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
+#endif
+#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
+# define OPENSSL_NO_EC_NISTP_64_GCC_128
+#endif
+#ifndef OPENSSL_NO_EGD
+# define OPENSSL_NO_EGD
+#endif
+#ifndef OPENSSL_NO_FUZZ_AFL
+# define OPENSSL_NO_FUZZ_AFL
+#endif
+#ifndef OPENSSL_NO_FUZZ_LIBFUZZER
+# define OPENSSL_NO_FUZZ_LIBFUZZER
+#endif
+#ifndef OPENSSL_NO_HEARTBEATS
+# define OPENSSL_NO_HEARTBEATS
+#endif
+#ifndef OPENSSL_NO_MSAN
+# define OPENSSL_NO_MSAN
+#endif
+#ifndef OPENSSL_NO_SCTP
+# define OPENSSL_NO_SCTP
+#endif
+#ifndef OPENSSL_NO_SSL_TRACE
+# define OPENSSL_NO_SSL_TRACE
+#endif
+#ifndef OPENSSL_NO_SSL3
+# define OPENSSL_NO_SSL3
+#endif
+#ifndef OPENSSL_NO_SSL3_METHOD
+# define OPENSSL_NO_SSL3_METHOD
+#endif
+#ifndef OPENSSL_NO_UBSAN
+# define OPENSSL_NO_UBSAN
+#endif
+#ifndef OPENSSL_NO_UNIT_TEST
+# define OPENSSL_NO_UNIT_TEST
+#endif
+#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
+# define OPENSSL_NO_WEAK_SSL_CIPHERS
+#endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
+
+
+/*
+ * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
+ * don't like that. This will hopefully silence them.
+ */
+#define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
+
+/*
+ * Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the
+ * declarations of functions deprecated in or before <version>. Otherwise, they
+ * still won't see them if the library has been built to disable deprecated
+ * functions.
+ */
+#if defined(OPENSSL_NO_DEPRECATED)
+# define DECLARE_DEPRECATED(f)
+#elif __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)
+# define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
+#else
+# define DECLARE_DEPRECATED(f) f;
+#endif
+
+#ifndef OPENSSL_FILE
+# ifdef OPENSSL_NO_FILENAMES
+# define OPENSSL_FILE ""
+# define OPENSSL_LINE 0
+# else
+# define OPENSSL_FILE __FILE__
+# define OPENSSL_LINE __LINE__
+# endif
+#endif
+
+#ifndef OPENSSL_MIN_API
+# define OPENSSL_MIN_API 0
+#endif
+
+#if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API
+# undef OPENSSL_API_COMPAT
+# define OPENSSL_API_COMPAT OPENSSL_MIN_API
+#endif
+
+#if OPENSSL_API_COMPAT < 0x10100000L
+# define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_1_1_0(f)
+#endif
+
+#if OPENSSL_API_COMPAT < 0x10000000L
+# define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_1_0_0(f)
+#endif
+
+#if OPENSSL_API_COMPAT < 0x00908000L
+# define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
+#else
+# define DEPRECATEDIN_0_9_8(f)
+#endif
+
+
+
+/* Generate 80386 code? */
+#undef I386_ONLY
+
+#undef OPENSSL_UNISTD
+#define OPENSSL_UNISTD <unistd.h>
+
+#undef OPENSSL_EXPORT_VAR_AS_FUNCTION
+
+/*
+ * The following are cipher-specific, but are part of the public API.
+ */
+#if !defined(OPENSSL_SYS_UEFI)
+# undef BN_LLONG
+/* Only one for the following should be defined */
+# define SIXTY_FOUR_BIT_LONG
+# undef SIXTY_FOUR_BIT
+# undef THIRTY_TWO_BIT
+#endif
+
+#define RC4_INT unsigned char
+
+#ifdef __cplusplus
+}
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/include/progs.h b/deps/openssl/config/archs/aix64-gcc/no-asm/include/progs.h
new file mode 100644
index 0000000000..6f7ebc3cd6
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/include/progs.h
@@ -0,0 +1,418 @@
+/*
+ * WARNING: do not edit!
+ * Generated by apps/progs.pl
+ *
+ * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ */
+
+typedef enum FUNC_TYPE {
+ FT_none, FT_general, FT_md, FT_cipher, FT_pkey,
+ FT_md_alg, FT_cipher_alg
+} FUNC_TYPE;
+
+typedef struct function_st {
+ FUNC_TYPE type;
+ const char *name;
+ int (*func)(int argc, char *argv[]);
+ const OPTIONS *help;
+} FUNCTION;
+
+DEFINE_LHASH_OF(FUNCTION);
+
+extern int asn1parse_main(int argc, char *argv[]);
+extern int ca_main(int argc, char *argv[]);
+extern int ciphers_main(int argc, char *argv[]);
+extern int cms_main(int argc, char *argv[]);
+extern int crl_main(int argc, char *argv[]);
+extern int crl2pkcs7_main(int argc, char *argv[]);
+extern int dgst_main(int argc, char *argv[]);
+extern int dhparam_main(int argc, char *argv[]);
+extern int dsa_main(int argc, char *argv[]);
+extern int dsaparam_main(int argc, char *argv[]);
+extern int ec_main(int argc, char *argv[]);
+extern int ecparam_main(int argc, char *argv[]);
+extern int enc_main(int argc, char *argv[]);
+extern int engine_main(int argc, char *argv[]);
+extern int errstr_main(int argc, char *argv[]);
+extern int exit_main(int argc, char *argv[]);
+extern int gendsa_main(int argc, char *argv[]);
+extern int genpkey_main(int argc, char *argv[]);
+extern int genrsa_main(int argc, char *argv[]);
+extern int help_main(int argc, char *argv[]);
+extern int list_main(int argc, char *argv[]);
+extern int nseq_main(int argc, char *argv[]);
+extern int ocsp_main(int argc, char *argv[]);
+extern int passwd_main(int argc, char *argv[]);
+extern int pkcs12_main(int argc, char *argv[]);
+extern int pkcs7_main(int argc, char *argv[]);
+extern int pkcs8_main(int argc, char *argv[]);
+extern int pkey_main(int argc, char *argv[]);
+extern int pkeyparam_main(int argc, char *argv[]);
+extern int pkeyutl_main(int argc, char *argv[]);
+extern int prime_main(int argc, char *argv[]);
+extern int rand_main(int argc, char *argv[]);
+extern int rehash_main(int argc, char *argv[]);
+extern int req_main(int argc, char *argv[]);
+extern int rsa_main(int argc, char *argv[]);
+extern int rsautl_main(int argc, char *argv[]);
+extern int s_client_main(int argc, char *argv[]);
+extern int s_server_main(int argc, char *argv[]);
+extern int s_time_main(int argc, char *argv[]);
+extern int sess_id_main(int argc, char *argv[]);
+extern int smime_main(int argc, char *argv[]);
+extern int speed_main(int argc, char *argv[]);
+extern int spkac_main(int argc, char *argv[]);
+extern int srp_main(int argc, char *argv[]);
+extern int ts_main(int argc, char *argv[]);
+extern int verify_main(int argc, char *argv[]);
+extern int version_main(int argc, char *argv[]);
+extern int x509_main(int argc, char *argv[]);
+
+extern OPTIONS asn1parse_options[];
+extern OPTIONS ca_options[];
+extern OPTIONS ciphers_options[];
+extern OPTIONS cms_options[];
+extern OPTIONS crl_options[];
+extern OPTIONS crl2pkcs7_options[];
+extern OPTIONS dgst_options[];
+extern OPTIONS dhparam_options[];
+extern OPTIONS dsa_options[];
+extern OPTIONS dsaparam_options[];
+extern OPTIONS ec_options[];
+extern OPTIONS ecparam_options[];
+extern OPTIONS enc_options[];
+extern OPTIONS engine_options[];
+extern OPTIONS errstr_options[];
+extern OPTIONS exit_options[];
+extern OPTIONS gendsa_options[];
+extern OPTIONS genpkey_options[];
+extern OPTIONS genrsa_options[];
+extern OPTIONS help_options[];
+extern OPTIONS list_options[];
+extern OPTIONS nseq_options[];
+extern OPTIONS ocsp_options[];
+extern OPTIONS passwd_options[];
+extern OPTIONS pkcs12_options[];
+extern OPTIONS pkcs7_options[];
+extern OPTIONS pkcs8_options[];
+extern OPTIONS pkey_options[];
+extern OPTIONS pkeyparam_options[];
+extern OPTIONS pkeyutl_options[];
+extern OPTIONS prime_options[];
+extern OPTIONS rand_options[];
+extern OPTIONS rehash_options[];
+extern OPTIONS req_options[];
+extern OPTIONS rsa_options[];
+extern OPTIONS rsautl_options[];
+extern OPTIONS s_client_options[];
+extern OPTIONS s_server_options[];
+extern OPTIONS s_time_options[];
+extern OPTIONS sess_id_options[];
+extern OPTIONS smime_options[];
+extern OPTIONS speed_options[];
+extern OPTIONS spkac_options[];
+extern OPTIONS srp_options[];
+extern OPTIONS ts_options[];
+extern OPTIONS verify_options[];
+extern OPTIONS version_options[];
+extern OPTIONS x509_options[];
+
+#ifdef INCLUDE_FUNCTION_TABLE
+static FUNCTION functions[] = {
+ { FT_general, "asn1parse", asn1parse_main, asn1parse_options },
+ { FT_general, "ca", ca_main, ca_options },
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "ciphers", ciphers_main, ciphers_options },
+#endif
+#ifndef OPENSSL_NO_CMS
+ { FT_general, "cms", cms_main, cms_options },
+#endif
+ { FT_general, "crl", crl_main, crl_options },
+ { FT_general, "crl2pkcs7", crl2pkcs7_main, crl2pkcs7_options },
+ { FT_general, "dgst", dgst_main, dgst_options },
+#ifndef OPENSSL_NO_DH
+ { FT_general, "dhparam", dhparam_main, dhparam_options },
+#endif
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "dsa", dsa_main, dsa_options },
+#endif
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "dsaparam", dsaparam_main, dsaparam_options },
+#endif
+#ifndef OPENSSL_NO_EC
+ { FT_general, "ec", ec_main, ec_options },
+#endif
+#ifndef OPENSSL_NO_EC
+ { FT_general, "ecparam", ecparam_main, ecparam_options },
+#endif
+ { FT_general, "enc", enc_main, enc_options },
+#ifndef OPENSSL_NO_ENGINE
+ { FT_general, "engine", engine_main, engine_options },
+#endif
+ { FT_general, "errstr", errstr_main, errstr_options },
+ { FT_general, "exit", exit_main, exit_options },
+#ifndef OPENSSL_NO_DSA
+ { FT_general, "gendsa", gendsa_main, gendsa_options },
+#endif
+ { FT_general, "genpkey", genpkey_main, genpkey_options },
+#ifndef OPENSSL_NO_RSA
+ { FT_general, "genrsa", genrsa_main, genrsa_options },
+#endif
+ { FT_general, "help", help_main, help_options },
+ { FT_general, "list", list_main, list_options },
+ { FT_general, "nseq", nseq_main, nseq_options },
+#ifndef OPENSSL_NO_OCSP
+ { FT_general, "ocsp", ocsp_main, ocsp_options },
+#endif
+ { FT_general, "passwd", passwd_main, passwd_options },
+#ifndef OPENSSL_NO_DES
+ { FT_general, "pkcs12", pkcs12_main, pkcs12_options },
+#endif
+ { FT_general, "pkcs7", pkcs7_main, pkcs7_options },
+ { FT_general, "pkcs8", pkcs8_main, pkcs8_options },
+ { FT_general, "pkey", pkey_main, pkey_options },
+ { FT_general, "pkeyparam", pkeyparam_main, pkeyparam_options },
+ { FT_general, "pkeyutl", pkeyutl_main, pkeyutl_options },
+ { FT_general, "prime", prime_main, prime_options },
+ { FT_general, "rand", rand_main, rand_options },
+ { FT_general, "rehash", rehash_main, rehash_options },
+ { FT_general, "req", req_main, req_options },
+ { FT_general, "rsa", rsa_main, rsa_options },
+#ifndef OPENSSL_NO_RSA
+ { FT_general, "rsautl", rsautl_main, rsautl_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_client", s_client_main, s_client_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_server", s_server_main, s_server_options },
+#endif
+#ifndef OPENSSL_NO_SOCK
+ { FT_general, "s_time", s_time_main, s_time_options },
+#endif
+ { FT_general, "sess_id", sess_id_main, sess_id_options },
+ { FT_general, "smime", smime_main, smime_options },
+ { FT_general, "speed", speed_main, speed_options },
+ { FT_general, "spkac", spkac_main, spkac_options },
+#ifndef OPENSSL_NO_SRP
+ { FT_general, "srp", srp_main, srp_options },
+#endif
+#ifndef OPENSSL_NO_TS
+ { FT_general, "ts", ts_main, ts_options },
+#endif
+ { FT_general, "verify", verify_main, verify_options },
+ { FT_general, "version", version_main, version_options },
+ { FT_general, "x509", x509_main, x509_options },
+#ifndef OPENSSL_NO_MD2
+ { FT_md, "md2", dgst_main},
+#endif
+#ifndef OPENSSL_NO_MD4
+ { FT_md, "md4", dgst_main},
+#endif
+ { FT_md, "md5", dgst_main},
+#ifndef OPENSSL_NO_GOST
+ { FT_md, "gost", dgst_main},
+#endif
+ { FT_md, "sha1", dgst_main},
+ { FT_md, "sha224", dgst_main},
+ { FT_md, "sha256", dgst_main},
+ { FT_md, "sha384", dgst_main},
+ { FT_md, "sha512", dgst_main},
+#ifndef OPENSSL_NO_MDC2
+ { FT_md, "mdc2", dgst_main},
+#endif
+#ifndef OPENSSL_NO_RMD160
+ { FT_md, "rmd160", dgst_main},
+#endif
+#ifndef OPENSSL_NO_BLAKE2
+ { FT_md, "blake2b512", dgst_main},
+#endif
+#ifndef OPENSSL_NO_BLAKE2
+ { FT_md, "blake2s256", dgst_main},
+#endif
+ { FT_cipher, "aes-128-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-128-ecb", enc_main, enc_options },
+ { FT_cipher, "aes-192-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-192-ecb", enc_main, enc_options },
+ { FT_cipher, "aes-256-cbc", enc_main, enc_options },
+ { FT_cipher, "aes-256-ecb", enc_main, enc_options },
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-128-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-128-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-192-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-192-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-256-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAMELLIA
+ { FT_cipher, "camellia-256-ecb", enc_main, enc_options },
+#endif
+ { FT_cipher, "base64", enc_main, enc_options },
+#ifdef ZLIB
+ { FT_cipher, "zlib", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des3", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "desx", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC4
+ { FT_cipher, "rc4", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC4
+ { FT_cipher, "rc4-40", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_DES
+ { FT_cipher, "des-ede3-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_IDEA
+ { FT_cipher, "idea-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_SEED
+ { FT_cipher, "seed-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-64-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC2
+ { FT_cipher, "rc2-40-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_BF
+ { FT_cipher, "bf-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast5-ofb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_CAST
+ { FT_cipher, "cast-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-cbc", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-ecb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-cfb", enc_main, enc_options },
+#endif
+#ifndef OPENSSL_NO_RC5
+ { FT_cipher, "rc5-ofb", enc_main, enc_options },
+#endif
+ { 0, NULL, NULL}
+};
+#endif
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/openssl-cl.gypi b/deps/openssl/config/archs/aix64-gcc/no-asm/openssl-cl.gypi
new file mode 100644
index 0000000000..f42aa76311
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/openssl-cl.gypi
@@ -0,0 +1,78 @@
+{
+ 'variables': {
+ 'openssl_defines_aix64-gcc': [
+ 'DSO_DLFCN',
+ 'HAVE_DLFCN_H',
+ 'NDEBUG',
+ 'OPENSSL_THREADS',
+ 'OPENSSL_NO_DYNAMIC_ENGINE',
+ 'OPENSSL_PIC',
+ ],
+ 'openssl_cflags_aix64-gcc': [
+ '-maix64 -DB_ENDIAN -O -pthread',
+ ],
+ 'openssl_ex_libs_aix64-gcc': [
+ '-pthread',
+ ],
+ 'openssl_cli_srcs_aix64-gcc': [
+ 'openssl/apps/app_rand.c',
+ 'openssl/apps/apps.c',
+ 'openssl/apps/asn1pars.c',
+ 'openssl/apps/ca.c',
+ 'openssl/apps/ciphers.c',
+ 'openssl/apps/cms.c',
+ 'openssl/apps/crl.c',
+ 'openssl/apps/crl2p7.c',
+ 'openssl/apps/dgst.c',
+ 'openssl/apps/dhparam.c',
+ 'openssl/apps/dsa.c',
+ 'openssl/apps/dsaparam.c',
+ 'openssl/apps/ec.c',
+ 'openssl/apps/ecparam.c',
+ 'openssl/apps/enc.c',
+ 'openssl/apps/engine.c',
+ 'openssl/apps/errstr.c',
+ 'openssl/apps/gendsa.c',
+ 'openssl/apps/genpkey.c',
+ 'openssl/apps/genrsa.c',
+ 'openssl/apps/nseq.c',
+ 'openssl/apps/ocsp.c',
+ 'openssl/apps/openssl.c',
+ 'openssl/apps/opt.c',
+ 'openssl/apps/passwd.c',
+ 'openssl/apps/pkcs12.c',
+ 'openssl/apps/pkcs7.c',
+ 'openssl/apps/pkcs8.c',
+ 'openssl/apps/pkey.c',
+ 'openssl/apps/pkeyparam.c',
+ 'openssl/apps/pkeyutl.c',
+ 'openssl/apps/prime.c',
+ 'openssl/apps/rand.c',
+ 'openssl/apps/rehash.c',
+ 'openssl/apps/req.c',
+ 'openssl/apps/rsa.c',
+ 'openssl/apps/rsautl.c',
+ 'openssl/apps/s_cb.c',
+ 'openssl/apps/s_client.c',
+ 'openssl/apps/s_server.c',
+ 'openssl/apps/s_socket.c',
+ 'openssl/apps/s_time.c',
+ 'openssl/apps/sess_id.c',
+ 'openssl/apps/smime.c',
+ 'openssl/apps/speed.c',
+ 'openssl/apps/spkac.c',
+ 'openssl/apps/srp.c',
+ 'openssl/apps/ts.c',
+ 'openssl/apps/verify.c',
+ 'openssl/apps/version.c',
+ 'openssl/apps/x509.c',
+ ],
+ },
+ 'defines': ['<@(openssl_defines_aix64-gcc)'],
+ 'include_dirs': [
+ './include',
+ ],
+ 'cflags' : ['<@(openssl_cflags_aix64-gcc)'],
+ 'libraries': ['<@(openssl_ex_libs_aix64-gcc)'],
+ 'sources': ['<@(openssl_cli_srcs_aix64-gcc)'],
+}
diff --git a/deps/openssl/config/archs/aix64-gcc/no-asm/openssl.gypi b/deps/openssl/config/archs/aix64-gcc/no-asm/openssl.gypi
new file mode 100644
index 0000000000..25974f0d08
--- /dev/null
+++ b/deps/openssl/config/archs/aix64-gcc/no-asm/openssl.gypi
@@ -0,0 +1,671 @@
+{
+ 'variables': {
+ 'openssl_sources': [
+ 'openssl/ssl/bio_ssl.c',
+ 'openssl/ssl/d1_lib.c',
+ 'openssl/ssl/d1_msg.c',
+ 'openssl/ssl/d1_srtp.c',
+ 'openssl/ssl/methods.c',
+ 'openssl/ssl/pqueue.c',
+ 'openssl/ssl/record/dtls1_bitmap.c',
+ 'openssl/ssl/record/rec_layer_d1.c',
+ 'openssl/ssl/record/rec_layer_s3.c',
+ 'openssl/ssl/record/ssl3_buffer.c',
+ 'openssl/ssl/record/ssl3_record.c',
+ 'openssl/ssl/s3_cbc.c',
+ 'openssl/ssl/s3_enc.c',
+ 'openssl/ssl/s3_lib.c',
+ 'openssl/ssl/s3_msg.c',
+ 'openssl/ssl/ssl_asn1.c',
+ 'openssl/ssl/ssl_cert.c',
+ 'openssl/ssl/ssl_ciph.c',
+ 'openssl/ssl/ssl_conf.c',
+ 'openssl/ssl/ssl_err.c',
+ 'openssl/ssl/ssl_init.c',
+ 'openssl/ssl/ssl_lib.c',
+ 'openssl/ssl/ssl_mcnf.c',
+ 'openssl/ssl/ssl_rsa.c',
+ 'openssl/ssl/ssl_sess.c',
+ 'openssl/ssl/ssl_stat.c',
+ 'openssl/ssl/ssl_txt.c',
+ 'openssl/ssl/ssl_utst.c',
+ 'openssl/ssl/statem/statem.c',
+ 'openssl/ssl/statem/statem_clnt.c',
+ 'openssl/ssl/statem/statem_dtls.c',
+ 'openssl/ssl/statem/statem_lib.c',
+ 'openssl/ssl/statem/statem_srvr.c',
+ 'openssl/ssl/t1_enc.c',
+ 'openssl/ssl/t1_ext.c',
+ 'openssl/ssl/t1_lib.c',
+ 'openssl/ssl/t1_reneg.c',
+ 'openssl/ssl/t1_trce.c',
+ 'openssl/ssl/tls_srp.c',
+ 'openssl/crypto/aes/aes_cbc.c',
+ 'openssl/crypto/aes/aes_cfb.c',
+ 'openssl/crypto/aes/aes_core.c',
+ 'openssl/crypto/aes/aes_ecb.c',
+ 'openssl/crypto/aes/aes_ige.c',
+ 'openssl/crypto/aes/aes_misc.c',
+ 'openssl/crypto/aes/aes_ofb.c',
+ 'openssl/crypto/aes/aes_wrap.c',
+ 'openssl/crypto/asn1/a_bitstr.c',
+ 'openssl/crypto/asn1/a_d2i_fp.c',
+ 'openssl/crypto/asn1/a_digest.c',
+ 'openssl/crypto/asn1/a_dup.c',
+ 'openssl/crypto/asn1/a_gentm.c',
+ 'openssl/crypto/asn1/a_i2d_fp.c',
+ 'openssl/crypto/asn1/a_int.c',
+ 'openssl/crypto/asn1/a_mbstr.c',
+ 'openssl/crypto/asn1/a_object.c',
+ 'openssl/crypto/asn1/a_octet.c',
+ 'openssl/crypto/asn1/a_print.c',
+ 'openssl/crypto/asn1/a_sign.c',
+ 'openssl/crypto/asn1/a_strex.c',
+ 'openssl/crypto/asn1/a_strnid.c',
+ 'openssl/crypto/asn1/a_time.c',
+ 'openssl/crypto/asn1/a_type.c',
+ 'openssl/crypto/asn1/a_utctm.c',
+ 'openssl/crypto/asn1/a_utf8.c',
+ 'openssl/crypto/asn1/a_verify.c',
+ 'openssl/crypto/asn1/ameth_lib.c',
+ 'openssl/crypto/asn1/asn1_err.c',
+ 'openssl/crypto/asn1/asn1_gen.c',
+ 'openssl/crypto/asn1/asn1_lib.c',
+ 'openssl/crypto/asn1/asn1_par.c',
+ 'openssl/crypto/asn1/asn_mime.c',
+ 'openssl/crypto/asn1/asn_moid.c',
+ 'openssl/crypto/asn1/asn_mstbl.c',
+ 'openssl/crypto/asn1/asn_pack.c',
+ 'openssl/crypto/asn1/bio_asn1.c',
+ 'openssl/crypto/asn1/bio_ndef.c',
+ 'openssl/crypto/asn1/d2i_pr.c',
+ 'openssl/crypto/asn1/d2i_pu.c',
+ 'openssl/crypto/asn1/evp_asn1.c',
+ 'openssl/crypto/asn1/f_int.c',
+ 'openssl/crypto/asn1/f_string.c',
+ 'openssl/crypto/asn1/i2d_pr.c',
+ 'openssl/crypto/asn1/i2d_pu.c',
+ 'openssl/crypto/asn1/n_pkey.c',
+ 'openssl/crypto/asn1/nsseq.c',
+ 'openssl/crypto/asn1/p5_pbe.c',
+ 'openssl/crypto/asn1/p5_pbev2.c',
+ 'openssl/crypto/asn1/p5_scrypt.c',
+ 'openssl/crypto/asn1/p8_pkey.c',
+ 'openssl/crypto/asn1/t_bitst.c',
+ 'openssl/crypto/asn1/t_pkey.c',
+ 'openssl/crypto/asn1/t_spki.c',
+ 'openssl/crypto/asn1/tasn_dec.c',
+ 'openssl/crypto/asn1/tasn_enc.c',
+ 'openssl/crypto/asn1/tasn_fre.c',
+ 'openssl/crypto/asn1/tasn_new.c',
+ 'openssl/crypto/asn1/tasn_prn.c',
+ 'openssl/crypto/asn1/tasn_scn.c',
+ 'openssl/crypto/asn1/tasn_typ.c',
+ 'openssl/crypto/asn1/tasn_utl.c',
+ 'openssl/crypto/asn1/x_algor.c',
+ 'openssl/crypto/asn1/x_bignum.c',
+ 'openssl/crypto/asn1/x_info.c',
+ 'openssl/crypto/asn1/x_int64.c',
+ 'openssl/crypto/asn1/x_long.c',
+ 'openssl/crypto/asn1/x_pkey.c',
+ 'openssl/crypto/asn1/x_sig.c',
+ 'openssl/crypto/asn1/x_spki.c',
+ 'openssl/crypto/asn1/x_val.c',
+ 'openssl/crypto/async/arch/async_null.c',
+ 'openssl/crypto/async/arch/async_posix.c',
+ 'openssl/crypto/async/arch/async_win.c',
+ 'openssl/crypto/async/async.c',
+ 'openssl/crypto/async/async_err.c',
+ 'openssl/crypto/async/async_wait.c',
+ 'openssl/crypto/bf/bf_cfb64.c',
+ 'openssl/crypto/bf/bf_ecb.c',
+ 'openssl/crypto/bf/bf_enc.c',
+ 'openssl/crypto/bf/bf_ofb64.c',
+ 'openssl/crypto/bf/bf_skey.c',
+ 'openssl/crypto/bio/b_addr.c',
+ 'openssl/crypto/bio/b_dump.c',
+ 'openssl/crypto/bio/b_print.c',
+ 'openssl/crypto/bio/b_sock.c',
+ 'openssl/crypto/bio/b_sock2.c',
+ 'openssl/crypto/bio/bf_buff.c',
+ 'openssl/crypto/bio/bf_lbuf.c',
+ 'openssl/crypto/bio/bf_nbio.c',
+ 'openssl/crypto/bio/bf_null.c',
+ 'openssl/crypto/bio/bio_cb.c',
+ 'openssl/crypto/bio/bio_err.c',
+ 'openssl/crypto/bio/bio_lib.c',
+ 'openssl/crypto/bio/bio_meth.c',
+ 'openssl/crypto/bio/bss_acpt.c',
+ 'openssl/crypto/bio/bss_bio.c',
+ 'openssl/crypto/bio/bss_conn.c',
+ 'openssl/crypto/bio/bss_dgram.c',
+ 'openssl/crypto/bio/bss_fd.c',
+ 'openssl/crypto/bio/bss_file.c',
+ 'openssl/crypto/bio/bss_log.c',
+ 'openssl/crypto/bio/bss_mem.c',
+ 'openssl/crypto/bio/bss_null.c',
+ 'openssl/crypto/bio/bss_sock.c',
+ 'openssl/crypto/blake2/blake2b.c',
+ 'openssl/crypto/blake2/blake2s.c',
+ 'openssl/crypto/blake2/m_blake2b.c',
+ 'openssl/crypto/blake2/m_blake2s.c',
+ 'openssl/crypto/bn/bn_add.c',
+ 'openssl/crypto/bn/bn_asm.c',
+ 'openssl/crypto/bn/bn_blind.c',
+ 'openssl/crypto/bn/bn_const.c',
+ 'openssl/crypto/bn/bn_ctx.c',
+ 'openssl/crypto/bn/bn_depr.c',
+ 'openssl/crypto/bn/bn_dh.c',
+ 'openssl/crypto/bn/bn_div.c',
+ 'openssl/crypto/bn/bn_err.c',
+ 'openssl/crypto/bn/bn_exp.c',
+ 'openssl/crypto/bn/bn_exp2.c',
+ 'openssl/crypto/bn/bn_gcd.c',
+ 'openssl/crypto/bn/bn_gf2m.c',
+ 'openssl/crypto/bn/bn_intern.c',
+ 'openssl/crypto/bn/bn_kron.c',
+ 'openssl/crypto/bn/bn_lib.c',
+ 'openssl/crypto/bn/bn_mod.c',
+ 'openssl/crypto/bn/bn_mont.c',
+ 'openssl/crypto/bn/bn_mpi.c',
+ 'openssl/crypto/bn/bn_mul.c',
+ 'openssl/crypto/bn/bn_nist.c',
+ 'openssl/crypto/bn/bn_prime.c',
+ 'openssl/crypto/bn/bn_print.c',
+ 'openssl/crypto/bn/bn_rand.c',
+ 'openssl/crypto/bn/bn_recp.c',
+ 'openssl/crypto/bn/bn_shift.c',
+ 'openssl/crypto/bn/bn_sqr.c',
+ 'openssl/crypto/bn/bn_sqrt.c',
+ 'openssl/crypto/bn/bn_srp.c',
+ 'openssl/crypto/bn/bn_word.c',
+ 'openssl/crypto/bn/bn_x931p.c',
+ 'openssl/crypto/buffer/buf_err.c',
+ 'openssl/crypto/buffer/buffer.c',
+ 'openssl/crypto/camellia/camellia.c',
+ 'openssl/crypto/camellia/cmll_cbc.c',
+ 'openssl/crypto/camellia/cmll_cfb.c',
+ 'openssl/crypto/camellia/cmll_ctr.c',
+ 'openssl/crypto/camellia/cmll_ecb.c',
+ 'openssl/crypto/camellia/cmll_misc.c',
+ 'openssl/crypto/camellia/cmll_ofb.c',
+ 'openssl/crypto/cast/c_cfb64.c',
+ 'openssl/crypto/cast/c_ecb.c',
+ 'openssl/crypto/cast/c_enc.c',
+ 'openssl/crypto/cast/c_ofb64.c',
+ 'openssl/crypto/cast/c_skey.c',
+ 'openssl/crypto/chacha/chacha_enc.c',
+ 'openssl/crypto/cmac/cm_ameth.c',
+ 'openssl/crypto/cmac/cm_pmeth.c',
+ 'openssl/crypto/cmac/cmac.c',
+ 'openssl/crypto/cms/cms_asn1.c',
+ 'openssl/crypto/cms/cms_att.c',
+ 'openssl/crypto/cms/cms_cd.c',
+ 'openssl/crypto/cms/cms_dd.c',
+ 'openssl/crypto/cms/cms_enc.c',
+ 'openssl/crypto/cms/cms_env.c',
+ 'openssl/crypto/cms/cms_err.c',
+ 'openssl/crypto/cms/cms_ess.c',
+ 'openssl/crypto/cms/cms_io.c',
+ 'openssl/crypto/cms/cms_kari.c',
+ 'openssl/crypto/cms/cms_lib.c',
+ 'openssl/crypto/cms/cms_pwri.c',
+ 'openssl/crypto/cms/cms_sd.c',
+ 'openssl/crypto/cms/cms_smime.c',
+ 'openssl/crypto/conf/conf_api.c',
+ 'openssl/crypto/conf/conf_def.c',
+ 'openssl/crypto/conf/conf_err.c',
+ 'openssl/crypto/conf/conf_lib.c',
+ 'openssl/crypto/conf/conf_mall.c',
+ 'openssl/crypto/conf/conf_mod.c',
+ 'openssl/crypto/conf/conf_sap.c',
+ 'openssl/crypto/cpt_err.c',
+ 'openssl/crypto/cryptlib.c',
+ 'openssl/crypto/ct/ct_b64.c',
+ 'openssl/crypto/ct/ct_err.c',
+ 'openssl/crypto/ct/ct_log.c',
+ 'openssl/crypto/ct/ct_oct.c',
+ 'openssl/crypto/ct/ct_policy.c',
+ 'openssl/crypto/ct/ct_prn.c',
+ 'openssl/crypto/ct/ct_sct.c',
+ 'openssl/crypto/ct/ct_sct_ctx.c',
+ 'openssl/crypto/ct/ct_vfy.c',
+ 'openssl/crypto/ct/ct_x509v3.c',
+ 'openssl/crypto/cversion.c',
+ 'openssl/crypto/des/cbc_cksm.c',
+ 'openssl/crypto/des/cbc_enc.c',
+ 'openssl/crypto/des/cfb64ede.c',
+ 'openssl/crypto/des/cfb64enc.c',
+ 'openssl/crypto/des/cfb_enc.c',
+ 'openssl/crypto/des/des_enc.c',
+ 'openssl/crypto/des/ecb3_enc.c',
+ 'openssl/crypto/des/ecb_enc.c',
+ 'openssl/crypto/des/fcrypt.c',
+ 'openssl/crypto/des/fcrypt_b.c',
+ 'openssl/crypto/des/ofb64ede.c',
+ 'openssl/crypto/des/ofb64enc.c',
+ 'openssl/crypto/des/ofb_enc.c',
+ 'openssl/crypto/des/pcbc_enc.c',
+ 'openssl/crypto/des/qud_cksm.c',
+ 'openssl/crypto/des/rand_key.c',
+ 'openssl/crypto/des/rpc_enc.c',
+ 'openssl/crypto/des/set_key.c',
+ 'openssl/crypto/des/str2key.c',
+ 'openssl/crypto/des/xcbc_enc.c',
+ 'openssl/crypto/dh/dh_ameth.c',
+ 'openssl/crypto/dh/dh_asn1.c',
+ 'openssl/crypto/dh/dh_check.c',
+ 'openssl/crypto/dh/dh_depr.c',
+ 'openssl/crypto/dh/dh_err.c',
+ 'openssl/crypto/dh/dh_gen.c',
+ 'openssl/crypto/dh/dh_kdf.c',
+ 'openssl/crypto/dh/dh_key.c',
+ 'openssl/crypto/dh/dh_lib.c',
+ 'openssl/crypto/dh/dh_meth.c',
+ 'openssl/crypto/dh/dh_pmeth.c',
+ 'openssl/crypto/dh/dh_prn.c',
+ 'openssl/crypto/dh/dh_rfc5114.c',
+ 'openssl/crypto/dsa/dsa_ameth.c',
+ 'openssl/crypto/dsa/dsa_asn1.c',
+ 'openssl/crypto/dsa/dsa_depr.c',
+ 'openssl/crypto/dsa/dsa_err.c',
+ 'openssl/crypto/dsa/dsa_gen.c',
+ 'openssl/crypto/dsa/dsa_key.c',
+ 'openssl/crypto/dsa/dsa_lib.c',
+ 'openssl/crypto/dsa/dsa_meth.c',
+ 'openssl/crypto/dsa/dsa_ossl.c',
+ 'openssl/crypto/dsa/dsa_pmeth.c',
+ 'openssl/crypto/dsa/dsa_prn.c',
+ 'openssl/crypto/dsa/dsa_sign.c',
+ 'openssl/crypto/dsa/dsa_vrf.c',
+ 'openssl/crypto/dso/dso_dl.c',
+ 'openssl/crypto/dso/dso_dlfcn.c',
+ 'openssl/crypto/dso/dso_err.c',
+ 'openssl/crypto/dso/dso_lib.c',
+ 'openssl/crypto/dso/dso_openssl.c',
+ 'openssl/crypto/dso/dso_vms.c',
+ 'openssl/crypto/dso/dso_win32.c',
+ 'openssl/crypto/ebcdic.c',
+ 'openssl/crypto/ec/curve25519.c',
+ 'openssl/crypto/ec/ec2_mult.c',
+ 'openssl/crypto/ec/ec2_oct.c',
+ 'openssl/crypto/ec/ec2_smpl.c',
+ 'openssl/crypto/ec/ec_ameth.c',
+ 'openssl/crypto/ec/ec_asn1.c',
+ 'openssl/crypto/ec/ec_check.c',
+ 'openssl/crypto/ec/ec_curve.c',
+ 'openssl/crypto/ec/ec_cvt.c',
+ 'openssl/crypto/ec/ec_err.c',
+ 'openssl/crypto/ec/ec_key.c',
+ 'openssl/crypto/ec/ec_kmeth.c',
+ 'openssl/crypto/ec/ec_lib.c',
+ 'openssl/crypto/ec/ec_mult.c',
+ 'openssl/crypto/ec/ec_oct.c',
+ 'openssl/crypto/ec/ec_pmeth.c',
+ 'openssl/crypto/ec/ec_print.c',
+ 'openssl/crypto/ec/ecdh_kdf.c',
+ 'openssl/crypto/ec/ecdh_ossl.c',
+ 'openssl/crypto/ec/ecdsa_ossl.c',
+ 'openssl/crypto/ec/ecdsa_sign.c',
+ 'openssl/crypto/ec/ecdsa_vrf.c',
+ 'openssl/crypto/ec/eck_prn.c',
+ 'openssl/crypto/ec/ecp_mont.c',
+ 'openssl/crypto/ec/ecp_nist.c',
+ 'openssl/crypto/ec/ecp_nistp224.c',
+ 'openssl/crypto/ec/ecp_nistp256.c',
+ 'openssl/crypto/ec/ecp_nistp521.c',
+ 'openssl/crypto/ec/ecp_nistputil.c',
+ 'openssl/crypto/ec/ecp_oct.c',
+ 'openssl/crypto/ec/ecp_smpl.c',
+ 'openssl/crypto/ec/ecx_meth.c',
+ 'openssl/crypto/engine/eng_all.c',
+ 'openssl/crypto/engine/eng_cnf.c',
+ 'openssl/crypto/engine/eng_cryptodev.c',
+ 'openssl/crypto/engine/eng_ctrl.c',
+ 'openssl/crypto/engine/eng_dyn.c',
+ 'openssl/crypto/engine/eng_err.c',
+ 'openssl/crypto/engine/eng_fat.c',
+ 'openssl/crypto/engine/eng_init.c',
+ 'openssl/crypto/engine/eng_lib.c',
+ 'openssl/crypto/engine/eng_list.c',
+ 'openssl/crypto/engine/eng_openssl.c',
+ 'openssl/crypto/engine/eng_pkey.c',
+ 'openssl/crypto/engine/eng_rdrand.c',
+ 'openssl/crypto/engine/eng_table.c',
+ 'openssl/crypto/engine/tb_asnmth.c',
+ 'openssl/crypto/engine/tb_cipher.c',
+ 'openssl/crypto/engine/tb_dh.c',
+ 'openssl/crypto/engine/tb_digest.c',
+ 'openssl/crypto/engine/tb_dsa.c',
+ 'openssl/crypto/engine/tb_eckey.c',
+ 'openssl/crypto/engine/tb_pkmeth.c',
+ 'openssl/crypto/engine/tb_rand.c',
+ 'openssl/crypto/engine/tb_rsa.c',
+ 'openssl/crypto/err/err.c',
+ 'openssl/crypto/err/err_all.c',
+ 'openssl/crypto/err/err_prn.c',
+ 'openssl/crypto/evp/bio_b64.c',
+ 'openssl/crypto/evp/bio_enc.c',
+ 'openssl/crypto/evp/bio_md.c',
+ 'openssl/crypto/evp/bio_ok.c',
+ 'openssl/crypto/evp/c_allc.c',
+ 'openssl/crypto/evp/c_alld.c',
+ 'openssl/crypto/evp/cmeth_lib.c',
+ 'openssl/crypto/evp/digest.c',
+ 'openssl/crypto/evp/e_aes.c',
+ 'openssl/crypto/evp/e_aes_cbc_hmac_sha1.c',
+ 'openssl/crypto/evp/e_aes_cbc_hmac_sha256.c',
+ 'openssl/crypto/evp/e_bf.c',
+ 'openssl/crypto/evp/e_camellia.c',
+ 'openssl/crypto/evp/e_cast.c',
+ 'openssl/crypto/evp/e_chacha20_poly1305.c',
+ 'openssl/crypto/evp/e_des.c',
+ 'openssl/crypto/evp/e_des3.c',
+ 'openssl/crypto/evp/e_idea.c',
+ 'openssl/crypto/evp/e_null.c',
+ 'openssl/crypto/evp/e_old.c',
+ 'openssl/crypto/evp/e_rc2.c',
+ 'openssl/crypto/evp/e_rc4.c',
+ 'openssl/crypto/evp/e_rc4_hmac_md5.c',
+ 'openssl/crypto/evp/e_rc5.c',
+ 'openssl/crypto/evp/e_seed.c',
+ 'openssl/crypto/evp/e_xcbc_d.c',
+ 'openssl/crypto/evp/encode.c',
+ 'openssl/crypto/evp/evp_cnf.c',
+ 'openssl/crypto/evp/evp_enc.c',
+ 'openssl/crypto/evp/evp_err.c',
+ 'openssl/crypto/evp/evp_key.c',
+ 'openssl/crypto/evp/evp_lib.c',
+ 'openssl/crypto/evp/evp_pbe.c',
+ 'openssl/crypto/evp/evp_pkey.c',
+ 'openssl/crypto/evp/m_md2.c',
+ 'openssl/crypto/evp/m_md4.c',
+ 'openssl/crypto/evp/m_md5.c',
+ 'openssl/crypto/evp/m_md5_sha1.c',
+ 'openssl/crypto/evp/m_mdc2.c',
+ 'openssl/crypto/evp/m_null.c',
+ 'openssl/crypto/evp/m_ripemd.c',
+ 'openssl/crypto/evp/m_sha1.c',
+ 'openssl/crypto/evp/m_sigver.c',
+ 'openssl/crypto/evp/m_wp.c',
+ 'openssl/crypto/evp/names.c',
+ 'openssl/crypto/evp/p5_crpt.c',
+ 'openssl/crypto/evp/p5_crpt2.c',
+ 'openssl/crypto/evp/p_dec.c',
+ 'openssl/crypto/evp/p_enc.c',
+ 'openssl/crypto/evp/p_lib.c',
+ 'openssl/crypto/evp/p_open.c',
+ 'openssl/crypto/evp/p_seal.c',
+ 'openssl/crypto/evp/p_sign.c',
+ 'openssl/crypto/evp/p_verify.c',
+ 'openssl/crypto/evp/pmeth_fn.c',
+ 'openssl/crypto/evp/pmeth_gn.c',
+ 'openssl/crypto/evp/pmeth_lib.c',
+ 'openssl/crypto/evp/scrypt.c',
+ 'openssl/crypto/ex_data.c',
+ 'openssl/crypto/hmac/hm_ameth.c',
+ 'openssl/crypto/hmac/hm_pmeth.c',
+ 'openssl/crypto/hmac/hmac.c',
+ 'openssl/crypto/idea/i_cbc.c',
+ 'openssl/crypto/idea/i_cfb64.c',
+ 'openssl/crypto/idea/i_ecb.c',
+ 'openssl/crypto/idea/i_ofb64.c',
+ 'openssl/crypto/idea/i_skey.c',
+ 'openssl/crypto/init.c',
+ 'openssl/crypto/kdf/hkdf.c',
+ 'openssl/crypto/kdf/kdf_err.c',
+ 'openssl/crypto/kdf/tls1_prf.c',
+ 'openssl/crypto/lhash/lh_stats.c',
+ 'openssl/crypto/lhash/lhash.c',
+ 'openssl/crypto/md4/md4_dgst.c',
+ 'openssl/crypto/md4/md4_one.c',
+ 'openssl/crypto/md5/md5_dgst.c',
+ 'openssl/crypto/md5/md5_one.c',
+ 'openssl/crypto/mdc2/mdc2_one.c',
+ 'openssl/crypto/mdc2/mdc2dgst.c',
+ 'openssl/crypto/mem.c',
+ 'openssl/crypto/mem_clr.c',
+ 'openssl/crypto/mem_dbg.c',
+ 'openssl/crypto/mem_sec.c',
+ 'openssl/crypto/modes/cbc128.c',
+ 'openssl/crypto/modes/ccm128.c',
+ 'openssl/crypto/modes/cfb128.c',
+ 'openssl/crypto/modes/ctr128.c',
+ 'openssl/crypto/modes/cts128.c',
+ 'openssl/crypto/modes/gcm128.c',
+ 'openssl/crypto/modes/ocb128.c',
+ 'openssl/crypto/modes/ofb128.c',
+ 'openssl/crypto/modes/wrap128.c',
+ 'openssl/crypto/modes/xts128.c',
+ 'openssl/crypto/o_dir.c',
+ 'openssl/crypto/o_fips.c',
+ 'openssl/crypto/o_fopen.c',
+ 'openssl/crypto/o_init.c',
+ 'openssl/crypto/o_str.c',
+ 'openssl/crypto/o_time.c',
+ 'openssl/crypto/objects/o_names.c',
+ 'openssl/crypto/objects/obj_dat.c',
+ 'openssl/crypto/objects/obj_err.c',
+ 'openssl/crypto/objects/obj_lib.c',
+ 'openssl/crypto/objects/obj_xref.c',
+ 'openssl/crypto/ocsp/ocsp_asn.c',
+ 'openssl/crypto/ocsp/ocsp_cl.c',
+ 'openssl/crypto/ocsp/ocsp_err.c',
+ 'openssl/crypto/ocsp/ocsp_ext.c',
+ 'openssl/crypto/ocsp/ocsp_ht.c',
+ 'openssl/crypto/ocsp/ocsp_lib.c',
+ 'openssl/crypto/ocsp/ocsp_prn.c',
+ 'openssl/crypto/ocsp/ocsp_srv.c',
+ 'openssl/crypto/ocsp/ocsp_vfy.c',
+ 'openssl/crypto/ocsp/v3_ocsp.c',
+ 'openssl/crypto/pem/pem_all.c',
+ 'openssl/crypto/pem/pem_err.c',
+ 'openssl/crypto/pem/pem_info.c',
+ 'openssl/crypto/pem/pem_lib.c',
+ 'openssl/crypto/pem/pem_oth.c',
+ 'openssl/crypto/pem/pem_pk8.c',
+ 'openssl/crypto/pem/pem_pkey.c',
+ 'openssl/crypto/pem/pem_sign.c',
+ 'openssl/crypto/pem/pem_x509.c',
+ 'openssl/crypto/pem/pem_xaux.c',
+ 'openssl/crypto/pem/pvkfmt.c',
+ 'openssl/crypto/pkcs12/p12_add.c',
+ 'openssl/crypto/pkcs12/p12_asn.c',
+ 'openssl/crypto/pkcs12/p12_attr.c',
+ 'openssl/crypto/pkcs12/p12_crpt.c',
+ 'openssl/crypto/pkcs12/p12_crt.c',
+ 'openssl/crypto/pkcs12/p12_decr.c',
+ 'openssl/crypto/pkcs12/p12_init.c',
+ 'openssl/crypto/pkcs12/p12_key.c',
+ 'openssl/crypto/pkcs12/p12_kiss.c',
+ 'openssl/crypto/pkcs12/p12_mutl.c',
+ 'openssl/crypto/pkcs12/p12_npas.c',
+ 'openssl/crypto/pkcs12/p12_p8d.c',
+ 'openssl/crypto/pkcs12/p12_p8e.c',
+ 'openssl/crypto/pkcs12/p12_sbag.c',
+ 'openssl/crypto/pkcs12/p12_utl.c',
+ 'openssl/crypto/pkcs12/pk12err.c',
+ 'openssl/crypto/pkcs7/bio_pk7.c',
+ 'openssl/crypto/pkcs7/pk7_asn1.c',
+ 'openssl/crypto/pkcs7/pk7_attr.c',
+ 'openssl/crypto/pkcs7/pk7_doit.c',
+ 'openssl/crypto/pkcs7/pk7_lib.c',
+ 'openssl/crypto/pkcs7/pk7_mime.c',
+ 'openssl/crypto/pkcs7/pk7_smime.c',
+ 'openssl/crypto/pkcs7/pkcs7err.c',
+ 'openssl/crypto/poly1305/poly1305.c',
+ 'openssl/crypto/rand/md_rand.c',
+ 'openssl/crypto/rand/rand_egd.c',
+ 'openssl/crypto/rand/rand_err.c',
+ 'openssl/crypto/rand/rand_lib.c',
+ 'openssl/crypto/rand/rand_unix.c',
+ 'openssl/crypto/rand/rand_vms.c',
+ 'openssl/crypto/rand/rand_win.c',
+ 'openssl/crypto/rand/randfile.c',
+ 'openssl/crypto/rc2/rc2_cbc.c',
+ 'openssl/crypto/rc2/rc2_ecb.c',
+ 'openssl/crypto/rc2/rc2_skey.c',
+ 'openssl/crypto/rc2/rc2cfb64.c',
+ 'openssl/crypto/rc2/rc2ofb64.c',
+ 'openssl/crypto/rc4/rc4_enc.c',
+ 'openssl/crypto/rc4/rc4_skey.c',
+ 'openssl/crypto/ripemd/rmd_dgst.c',
+ 'openssl/crypto/ripemd/rmd_one.c',
+ 'openssl/crypto/rsa/rsa_ameth.c',
+ 'openssl/crypto/rsa/rsa_asn1.c',
+ 'openssl/crypto/rsa/rsa_chk.c',
+ 'openssl/crypto/rsa/rsa_crpt.c',
+ 'openssl/crypto/rsa/rsa_depr.c',
+ 'openssl/crypto/rsa/rsa_err.c',
+ 'openssl/crypto/rsa/rsa_gen.c',
+ 'openssl/crypto/rsa/rsa_lib.c',
+ 'openssl/crypto/rsa/rsa_meth.c',
+ 'openssl/crypto/rsa/rsa_none.c',
+ 'openssl/crypto/rsa/rsa_null.c',
+ 'openssl/crypto/rsa/rsa_oaep.c',
+ 'openssl/crypto/rsa/rsa_ossl.c',
+ 'openssl/crypto/rsa/rsa_pk1.c',
+ 'openssl/crypto/rsa/rsa_pmeth.c',
+ 'openssl/crypto/rsa/rsa_prn.c',
+ 'openssl/crypto/rsa/rsa_pss.c',
+ 'openssl/crypto/rsa/rsa_saos.c',
+ 'openssl/crypto/rsa/rsa_sign.c',
+ 'openssl/crypto/rsa/rsa_ssl.c',
+ 'openssl/crypto/rsa/rsa_x931.c',
+ 'openssl/crypto/rsa/rsa_x931g.c',
+ 'openssl/crypto/seed/seed.c',
+ 'openssl/crypto/seed/seed_cbc.c',
+ 'openssl/crypto/seed/seed_cfb.c',
+ 'openssl/crypto/seed/seed_ecb.c',
+ 'openssl/crypto/seed/seed_ofb.c',
+ 'openssl/crypto/sha/sha1_one.c',
+ 'openssl/crypto/sha/sha1dgst.c',
+ 'openssl/crypto/sha/sha256.c',
+ 'openssl/crypto/sha/sha512.c',
+ 'openssl/crypto/srp/srp_lib.c',
+ 'openssl/crypto/srp/srp_vfy.c',
+ 'openssl/crypto/stack/stack.c',
+ 'openssl/crypto/threads_none.c',
+ 'openssl/crypto/threads_pthread.c',
+ 'openssl/crypto/threads_win.c',
+ 'openssl/crypto/ts/ts_asn1.c',
+ 'openssl/crypto/ts/ts_conf.c',
+ 'openssl/crypto/ts/ts_err.c',
+ 'openssl/crypto/ts/ts_lib.c',
+ 'openssl/crypto/ts/ts_req_print.c',
+ 'openssl/crypto/ts/ts_req_utils.c',
+ 'openssl/crypto/ts/ts_rsp_print.c',
+ 'openssl/crypto/ts/ts_rsp_sign.c',
+ 'openssl/crypto/ts/ts_rsp_utils.c',
+ 'openssl/crypto/ts/ts_rsp_verify.c',
+ 'openssl/crypto/ts/ts_verify_ctx.c',
+ 'openssl/crypto/txt_db/txt_db.c',
+ 'openssl/crypto/ui/ui_err.c',
+ 'openssl/crypto/ui/ui_lib.c',
+ 'openssl/crypto/ui/ui_openssl.c',
+ 'openssl/crypto/ui/ui_util.c',
+ 'openssl/crypto/uid.c',
+ 'openssl/crypto/whrlpool/wp_block.c',
+ 'openssl/crypto/whrlpool/wp_dgst.c',
+ 'openssl/crypto/x509/by_dir.c',
+ 'openssl/crypto/x509/by_file.c',
+ 'openssl/crypto/x509/t_crl.c',
+ 'openssl/crypto/x509/t_req.c',
+ 'openssl/crypto/x509/t_x509.c',
+ 'openssl/crypto/x509/x509_att.c',
+ 'openssl/crypto/x509/x509_cmp.c',
+ 'openssl/crypto/x509/x509_d2.c',
+ 'openssl/crypto/x509/x509_def.c',
+ 'openssl/crypto/x509/x509_err.c',
+ 'openssl/crypto/x509/x509_ext.c',
+ 'openssl/crypto/x509/x509_lu.c',
+ 'openssl/crypto/x509/x509_obj.c',
+ 'openssl/crypto/x509/x509_r2x.c',
+ 'openssl/crypto/x509/x509_req.c',
+ 'openssl/crypto/x509/x509_set.c',
+ 'openssl/crypto/x509/x509_trs.c',
+ 'openssl/crypto/x509/x509_txt.c',
+ 'openssl/crypto/x509/x509_v3.c',
+ 'openssl/crypto/x509/x509_vfy.c',
+ 'openssl/crypto/x509/x509_vpm.c',
+ 'openssl/crypto/x509/x509cset.c',
+ 'openssl/crypto/x509/x509name.c',
+ 'openssl/crypto/x509/x509rset.c',
+ 'openssl/crypto/x509/x509spki.c',
+ 'openssl/crypto/x509/x509type.c',
+ 'openssl/crypto/x509/x_all.c',
+ 'openssl/crypto/x509/x_attrib.c',
+ 'openssl/crypto/x509/x_crl.c',
+ 'openssl/crypto/x509/x_exten.c',
+ 'openssl/crypto/x509/x_name.c',
+ 'openssl/crypto/x509/x_pubkey.c',
+ 'openssl/crypto/x509/x_req.c',
+ 'openssl/crypto/x509/x_x509.c',
+ 'openssl/crypto/x509/x_x509a.c',
+ 'openssl/crypto/x509v3/pcy_cache.c',
+ 'openssl/crypto/x509v3/pcy_data.c',
+ 'openssl/crypto/x509v3/pcy_lib.c',
+ 'openssl/crypto/x509v3/pcy_map.c',
+ 'openssl/crypto/x509v3/pcy_node.c',
+ 'openssl/crypto/x509v3/pcy_tree.c',
+ 'openssl/crypto/x509v3/v3_addr.c',
+ 'openssl/crypto/x509v3/v3_akey.c',
+ 'openssl/crypto/x509v3/v3_akeya.c',
+ 'openssl/crypto/x509v3/v3_alt.c',
+ 'openssl/crypto/x509v3/v3_asid.c',
+ 'openssl/crypto/x509v3/v3_bcons.c',
+ 'openssl/crypto/x509v3/v3_bitst.c',
+ 'openssl/crypto/x509v3/v3_conf.c',
+ 'openssl/crypto/x509v3/v3_cpols.c',
+ 'openssl/crypto/x509v3/v3_crld.c',
+ 'openssl/crypto/x509v3/v3_enum.c',
+ 'openssl/crypto/x509v3/v3_extku.c',
+ 'openssl/crypto/x509v3/v3_genn.c',
+ 'openssl/crypto/x509v3/v3_ia5.c',
+ 'openssl/crypto/x509v3/v3_info.c',
+ 'openssl/crypto/x509v3/v3_int.c',
+ 'openssl/crypto/x509v3/v3_lib.c',
+ 'openssl/crypto/x509v3/v3_ncons.c',
+ 'openssl/crypto/x509v3/v3_pci.c',
+ 'openssl/crypto/x509v3/v3_pcia.c',
+ 'openssl/crypto/x509v3/v3_pcons.c',
+ 'openssl/crypto/x509v3/v3_pku.c',
+ 'openssl/crypto/x509v3/v3_pmaps.c',
+ 'openssl/crypto/x509v3/v3_prn.c',
+ 'openssl/crypto/x509v3/v3_purp.c',
+ 'openssl/crypto/x509v3/v3_skey.c',
+ 'openssl/crypto/x509v3/v3_sxnet.c',
+ 'openssl/crypto/x509v3/v3_tlsf.c',
+ 'openssl/crypto/x509v3/v3_utl.c',
+ 'openssl/crypto/x509v3/v3err.c',
+ 'openssl/engines/e_capi.c',
+ 'openssl/engines/e_padlock.c',
+ ],
+ 'openssl_sources_aix64-gcc': [
+ ],
+ 'openssl_defines_aix64-gcc': [
+ 'DSO_DLFCN',
+ 'HAVE_DLFCN_H',
+ 'NDEBUG',
+ 'OPENSSL_THREADS',
+ 'OPENSSL_NO_DYNAMIC_ENGINE',
+ 'OPENSSL_PIC',
+ ],
+ 'openssl_cflags_aix64-gcc': [
+ '-maix64 -DB_ENDIAN -O -pthread',
+ ],
+ 'openssl_ex_libs_aix64-gcc': [
+ '-pthread',
+ ],
+ },
+ 'include_dirs': [
+ '.',
+ './include',
+ './crypto',
+ './crypto/include/internal',
+ ],
+ 'defines': ['<@(openssl_defines_aix64-gcc)'],
+ 'cflags' : ['<@(openssl_cflags_aix64-gcc)'],
+ 'libraries': ['<@(openssl_ex_libs_aix64-gcc)'],
+ 'sources': ['<@(openssl_sources)', '<@(openssl_sources_aix64-gcc)'],
+}