first commit
authorLonelyFool <root@localhost>
Mon, 13 Apr 2020 07:03:19 +0000 (15:03 +0800)
committerLonelyFool <root@localhost>
Mon, 13 Apr 2020 07:03:19 +0000 (15:03 +0800)
commitd6e9dbb246bfd815204078913f8f84f1d13d387a
tree5c3bbc3c97f5de21b4e49879306f970e01590ec9
first commit
1417 files changed:
README.md [new file with mode: 0755]
base/Android.bp [new file with mode: 0755]
base/CPPLINT.cfg [new file with mode: 0755]
base/OWNERS [new file with mode: 0755]
base/README.md [new file with mode: 0755]
base/abi_compatibility.cpp [new file with mode: 0755]
base/chrono_utils.cpp [new file with mode: 0755]
base/chrono_utils_test.cpp [new file with mode: 0755]
base/cmsg.cpp [new file with mode: 0755]
base/cmsg_test.cpp [new file with mode: 0755]
base/endian_test.cpp [new file with mode: 0755]
base/errors_test.cpp [new file with mode: 0755]
base/errors_unix.cpp [new file with mode: 0755]
base/errors_windows.cpp [new file with mode: 0755]
base/expected_test.cpp [new file with mode: 0755]
base/file.cpp [new file with mode: 0755]
base/file_test.cpp [new file with mode: 0755]
base/format_benchmark.cpp [new file with mode: 0755]
base/liblog_symbols.cpp [new file with mode: 0755]
base/liblog_symbols.h [new file with mode: 0755]
base/logging.cpp [new file with mode: 0755]
base/logging_test.cpp [new file with mode: 0755]
base/macros_test.cpp [new file with mode: 0755]
base/mapped_file.cpp [new file with mode: 0755]
base/mapped_file_test.cpp [new file with mode: 0755]
base/no_destructor_test.cpp [new file with mode: 0755]
base/parsebool.cpp [new file with mode: 0755]
base/parsebool_test.cpp [new file with mode: 0755]
base/parsedouble_test.cpp [new file with mode: 0755]
base/parseint_test.cpp [new file with mode: 0755]
base/parsenetaddress.cpp [new file with mode: 0755]
base/parsenetaddress_test.cpp [new file with mode: 0755]
base/process.cpp [new file with mode: 0755]
base/process_test.cpp [new file with mode: 0755]
base/properties.cpp [new file with mode: 0755]
base/properties_test.cpp [new file with mode: 0755]
base/result_test.cpp [new file with mode: 0755]
base/scopeguard_test.cpp [new file with mode: 0755]
base/stringprintf.cpp [new file with mode: 0755]
base/stringprintf_test.cpp [new file with mode: 0755]
base/strings.cpp [new file with mode: 0755]
base/strings_test.cpp [new file with mode: 0755]
base/test_main.cpp [new file with mode: 0755]
base/test_utils.cpp [new file with mode: 0755]
base/test_utils_test.cpp [new file with mode: 0755]
base/threads.cpp [new file with mode: 0755]
base/tidy/unique_fd_test.cpp [new file with mode: 0755]
base/tidy/unique_fd_test2.cpp [new file with mode: 0755]
base/utf8.cpp [new file with mode: 0755]
base/utf8_test.cpp [new file with mode: 0755]
crypto/err_data.c [new file with mode: 0755]
crypto/linux-aarch64/crypto/chacha/chacha-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/aesv8-armx64.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/armv8-mont.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/sha1-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/sha256-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/sha512-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/fipsmodule/vpaes-armv8.S [new file with mode: 0755]
crypto/linux-aarch64/crypto/test/trampoline-armv8.S [new file with mode: 0755]
crypto/linux-arm/crypto/chacha/chacha-armv4.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/aesv8-armx32.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/armv4-mont.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/bsaes-armv7.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/ghash-armv4.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/ghashv8-armx32.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/sha1-armv4-large.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/sha256-armv4.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/sha512-armv4.S [new file with mode: 0755]
crypto/linux-arm/crypto/fipsmodule/vpaes-armv7.S [new file with mode: 0755]
crypto/linux-arm/crypto/test/trampoline-armv4.S [new file with mode: 0755]
crypto/linux-x86/crypto/chacha/chacha-x86.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/aesni-x86.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/bn-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/co-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/ghash-x86.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/md5-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/sha1-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/sha256-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/sha512-586.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/vpaes-x86.S [new file with mode: 0755]
crypto/linux-x86/crypto/fipsmodule/x86-mont.S [new file with mode: 0755]
crypto/linux-x86/crypto/test/trampoline-x86.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/chacha/chacha-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/aesni-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/ghash-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/md5-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/rsaz-avx2.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/sha1-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/sha256-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/sha512-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/x86_64-mont.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/fipsmodule/x86_64-mont5.S [new file with mode: 0755]
crypto/linux-x86_64/crypto/test/trampoline-x86_64.S [new file with mode: 0755]
crypto/src/crypto/CMakeLists.txt [new file with mode: 0755]
crypto/src/crypto/abi_self_test.cc [new file with mode: 0755]
crypto/src/crypto/asn1/a_bitstr.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_bool.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_d2i_fp.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_dup.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_enum.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_gentm.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_i2d_fp.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_int.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_mbstr.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_object.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_octet.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_print.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_strnid.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_time.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_type.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_utctm.c [new file with mode: 0755]
crypto/src/crypto/asn1/a_utf8.c [new file with mode: 0755]
crypto/src/crypto/asn1/asn1_lib.c [new file with mode: 0755]
crypto/src/crypto/asn1/asn1_locl.h [new file with mode: 0755]
crypto/src/crypto/asn1/asn1_par.c [new file with mode: 0755]
crypto/src/crypto/asn1/asn1_test.cc [new file with mode: 0755]
crypto/src/crypto/asn1/asn_pack.c [new file with mode: 0755]
crypto/src/crypto/asn1/charmap.pl [new file with mode: 0755]
crypto/src/crypto/asn1/f_enum.c [new file with mode: 0755]
crypto/src/crypto/asn1/f_int.c [new file with mode: 0755]
crypto/src/crypto/asn1/f_string.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_dec.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_enc.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_fre.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_new.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_typ.c [new file with mode: 0755]
crypto/src/crypto/asn1/tasn_utl.c [new file with mode: 0755]
crypto/src/crypto/asn1/time_support.c [new file with mode: 0755]
crypto/src/crypto/base64/base64.c [new file with mode: 0755]
crypto/src/crypto/base64/base64_test.cc [new file with mode: 0755]
crypto/src/crypto/bio/bio.c [new file with mode: 0755]
crypto/src/crypto/bio/bio_mem.c [new file with mode: 0755]
crypto/src/crypto/bio/bio_test.cc [new file with mode: 0755]
crypto/src/crypto/bio/connect.c [new file with mode: 0755]
crypto/src/crypto/bio/fd.c [new file with mode: 0755]
crypto/src/crypto/bio/file.c [new file with mode: 0755]
crypto/src/crypto/bio/hexdump.c [new file with mode: 0755]
crypto/src/crypto/bio/internal.h [new file with mode: 0755]
crypto/src/crypto/bio/pair.c [new file with mode: 0755]
crypto/src/crypto/bio/printf.c [new file with mode: 0755]
crypto/src/crypto/bio/socket.c [new file with mode: 0755]
crypto/src/crypto/bio/socket_helper.c [new file with mode: 0755]
crypto/src/crypto/bn_extra/bn_asn1.c [new file with mode: 0755]
crypto/src/crypto/bn_extra/convert.c [new file with mode: 0755]
crypto/src/crypto/buf/buf.c [new file with mode: 0755]
crypto/src/crypto/buf/buf_test.cc [new file with mode: 0755]
crypto/src/crypto/bytestring/asn1_compat.c [new file with mode: 0755]
crypto/src/crypto/bytestring/ber.c [new file with mode: 0755]
crypto/src/crypto/bytestring/bytestring_test.cc [new file with mode: 0755]
crypto/src/crypto/bytestring/cbb.c [new file with mode: 0755]
crypto/src/crypto/bytestring/cbs.c [new file with mode: 0755]
crypto/src/crypto/bytestring/internal.h [new file with mode: 0755]
crypto/src/crypto/bytestring/unicode.c [new file with mode: 0755]
crypto/src/crypto/chacha/asm/chacha-armv4.pl [new file with mode: 0755]
crypto/src/crypto/chacha/asm/chacha-armv8.pl [new file with mode: 0755]
crypto/src/crypto/chacha/asm/chacha-x86.pl [new file with mode: 0755]
crypto/src/crypto/chacha/asm/chacha-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/chacha/chacha.c [new file with mode: 0755]
crypto/src/crypto/chacha/chacha_test.cc [new file with mode: 0755]
crypto/src/crypto/chacha/internal.h [new file with mode: 0755]
crypto/src/crypto/cipher_extra/aead_test.cc [new file with mode: 0755]
crypto/src/crypto/cipher_extra/asm/aes128gcmsiv-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/cipher_extra/asm/chacha20_poly1305_x86_64.pl [new file with mode: 0755]
crypto/src/crypto/cipher_extra/cipher_extra.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/cipher_test.cc [new file with mode: 0755]
crypto/src/crypto/cipher_extra/derive_key.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_aesccm.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_aesctrhmac.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_aesgcmsiv.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_chacha20poly1305.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_null.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_rc2.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_rc4.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/e_tls.c [new file with mode: 0755]
crypto/src/crypto/cipher_extra/internal.h [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_128_gcm_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_192_gcm_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/aes_256_gcm_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/chacha20_poly1305_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/cipher_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/make_all_legacy_aead_tests.sh [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/make_legacy_aead_tests.go [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/make_cavp.go [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/test/xchacha20_poly1305_tests.txt [new file with mode: 0755]
crypto/src/crypto/cipher_extra/tls_cbc.c [new file with mode: 0755]
crypto/src/crypto/cmac/cavp_3des_cmac_tests.txt [new file with mode: 0755]
crypto/src/crypto/cmac/cavp_aes128_cmac_tests.txt [new file with mode: 0755]
crypto/src/crypto/cmac/cavp_aes192_cmac_tests.txt [new file with mode: 0755]
crypto/src/crypto/cmac/cavp_aes256_cmac_tests.txt [new file with mode: 0755]
crypto/src/crypto/cmac/cmac.c [new file with mode: 0755]
crypto/src/crypto/cmac/cmac_test.cc [new file with mode: 0755]
crypto/src/crypto/compiler_test.cc [new file with mode: 0755]
crypto/src/crypto/conf/conf.c [new file with mode: 0755]
crypto/src/crypto/conf/conf_def.h [new file with mode: 0755]
crypto/src/crypto/conf/internal.h [new file with mode: 0755]
crypto/src/crypto/constant_time_test.cc [new file with mode: 0755]
crypto/src/crypto/cpu-aarch64-fuchsia.c [new file with mode: 0755]
crypto/src/crypto/cpu-aarch64-linux.c [new file with mode: 0755]
crypto/src/crypto/cpu-arm-linux.c [new file with mode: 0755]
crypto/src/crypto/cpu-arm-linux.h [new file with mode: 0755]
crypto/src/crypto/cpu-arm-linux_test.cc [new file with mode: 0755]
crypto/src/crypto/cpu-arm.c [new file with mode: 0755]
crypto/src/crypto/cpu-intel.c [new file with mode: 0755]
crypto/src/crypto/cpu-ppc64le.c [new file with mode: 0755]
crypto/src/crypto/crypto.c [new file with mode: 0755]
crypto/src/crypto/curve25519/asm/x25519-asm-arm.S [new file with mode: 0755]
crypto/src/crypto/curve25519/ed25519_test.cc [new file with mode: 0755]
crypto/src/crypto/curve25519/ed25519_tests.txt [new file with mode: 0755]
crypto/src/crypto/curve25519/spake25519.c [new file with mode: 0755]
crypto/src/crypto/curve25519/spake25519_test.cc [new file with mode: 0755]
crypto/src/crypto/curve25519/x25519_test.cc [new file with mode: 0755]
crypto/src/crypto/dh/check.c [new file with mode: 0755]
crypto/src/crypto/dh/dh.c [new file with mode: 0755]
crypto/src/crypto/dh/dh_asn1.c [new file with mode: 0755]
crypto/src/crypto/dh/dh_test.cc [new file with mode: 0755]
crypto/src/crypto/dh/params.c [new file with mode: 0755]
crypto/src/crypto/digest_extra/digest_extra.c [new file with mode: 0755]
crypto/src/crypto/digest_extra/digest_test.cc [new file with mode: 0755]
crypto/src/crypto/dsa/dsa.c [new file with mode: 0755]
crypto/src/crypto/dsa/dsa_asn1.c [new file with mode: 0755]
crypto/src/crypto/dsa/dsa_test.cc [new file with mode: 0755]
crypto/src/crypto/ec_extra/ec_asn1.c [new file with mode: 0755]
crypto/src/crypto/ec_extra/ec_derive.c [new file with mode: 0755]
crypto/src/crypto/ecdh_extra/ecdh_extra.c [new file with mode: 0755]
crypto/src/crypto/ecdh_extra/ecdh_test.cc [new file with mode: 0755]
crypto/src/crypto/ecdh_extra/ecdh_tests.txt [new file with mode: 0755]
crypto/src/crypto/ecdsa_extra/ecdsa_asn1.c [new file with mode: 0755]
crypto/src/crypto/engine/engine.c [new file with mode: 0755]
crypto/src/crypto/err/asn1.errordata [new file with mode: 0755]
crypto/src/crypto/err/bio.errordata [new file with mode: 0755]
crypto/src/crypto/err/bn.errordata [new file with mode: 0755]
crypto/src/crypto/err/cipher.errordata [new file with mode: 0755]
crypto/src/crypto/err/conf.errordata [new file with mode: 0755]
crypto/src/crypto/err/dh.errordata [new file with mode: 0755]
crypto/src/crypto/err/digest.errordata [new file with mode: 0755]
crypto/src/crypto/err/dsa.errordata [new file with mode: 0755]
crypto/src/crypto/err/ec.errordata [new file with mode: 0755]
crypto/src/crypto/err/ecdh.errordata [new file with mode: 0755]
crypto/src/crypto/err/ecdsa.errordata [new file with mode: 0755]
crypto/src/crypto/err/engine.errordata [new file with mode: 0755]
crypto/src/crypto/err/err.c [new file with mode: 0755]
crypto/src/crypto/err/err_data_generate.go [new file with mode: 0755]
crypto/src/crypto/err/err_test.cc [new file with mode: 0755]
crypto/src/crypto/err/evp.errordata [new file with mode: 0755]
crypto/src/crypto/err/hkdf.errordata [new file with mode: 0755]
crypto/src/crypto/err/internal.h [new file with mode: 0755]
crypto/src/crypto/err/obj.errordata [new file with mode: 0755]
crypto/src/crypto/err/pem.errordata [new file with mode: 0755]
crypto/src/crypto/err/pkcs7.errordata [new file with mode: 0755]
crypto/src/crypto/err/pkcs8.errordata [new file with mode: 0755]
crypto/src/crypto/err/rsa.errordata [new file with mode: 0755]
crypto/src/crypto/err/ssl.errordata [new file with mode: 0755]
crypto/src/crypto/err/x509.errordata [new file with mode: 0755]
crypto/src/crypto/err/x509v3.errordata [new file with mode: 0755]
crypto/src/crypto/evp/digestsign.c [new file with mode: 0755]
crypto/src/crypto/evp/evp.c [new file with mode: 0755]
crypto/src/crypto/evp/evp_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/evp_ctx.c [new file with mode: 0755]
crypto/src/crypto/evp/evp_extra_test.cc [new file with mode: 0755]
crypto/src/crypto/evp/evp_test.cc [new file with mode: 0755]
crypto/src/crypto/evp/evp_tests.txt [new file with mode: 0755]
crypto/src/crypto/evp/internal.h [new file with mode: 0755]
crypto/src/crypto/evp/p_dsa_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/p_ec.c [new file with mode: 0755]
crypto/src/crypto/evp/p_ec_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/p_ed25519.c [new file with mode: 0755]
crypto/src/crypto/evp/p_ed25519_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/p_rsa.c [new file with mode: 0755]
crypto/src/crypto/evp/p_rsa_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/p_x25519.c [new file with mode: 0755]
crypto/src/crypto/evp/p_x25519_asn1.c [new file with mode: 0755]
crypto/src/crypto/evp/pbkdf.c [new file with mode: 0755]
crypto/src/crypto/evp/pbkdf_test.cc [new file with mode: 0755]
crypto/src/crypto/evp/print.c [new file with mode: 0755]
crypto/src/crypto/evp/scrypt.c [new file with mode: 0755]
crypto/src/crypto/evp/scrypt_test.cc [new file with mode: 0755]
crypto/src/crypto/evp/scrypt_tests.txt [new file with mode: 0755]
crypto/src/crypto/evp/sign.c [new file with mode: 0755]
crypto/src/crypto/ex_data.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/CMakeLists.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/FIPS.md [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/aes.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/aes_nohw.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/aes_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/aes_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/aesni-x86.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/aesni-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/aesp8-ppc.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/aesv8-armx.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/bsaes-armv7.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/vpaes-armv7.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/vpaes-armv8.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/vpaes-x86.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/asm/vpaes-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/key_wrap.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/aes/mode_wrappers.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bcm.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/add.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/armv4-mont.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/armv8-mont.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/bn-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/co-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/rsaz-avx2.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/x86-mont.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/x86_64-gcc.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/x86_64-mont.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/asm/x86_64-mont5.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/bn.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/bn_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/bn_test_to_fuzzer.go [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/bn_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/bytes.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/check_bn_tests.go [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/cmp.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/ctx.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/div.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/div_extra.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/exponentiation.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/gcd.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/gcd_extra.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/generic.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/jacobi.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/miller_rabin_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/montgomery.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/montgomery_inv.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/mul.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/prime.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/random.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/rsaz_exp.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/rsaz_exp.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/shift.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/bn/sqrt.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/cipher/aead.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/cipher/cipher.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/cipher/e_aes.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/cipher/e_des.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/cipher/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/delocate.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/des/des.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/des/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/digest/digest.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/digest/digests.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/digest/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/digest/md32_common.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/asm/p256-x86_64-asm.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/asm/p256_beeu-x86_64-asm.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/ec.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/ec_key.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/ec_montgomery.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/ec_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/felem.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/make_ec_scalar_base_mult_tests.go [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/make_p256-x86_64-table.go [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/make_p256-x86_64-tests.go [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/oct.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p224-64.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p256-x86_64-table.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p256-x86_64.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p256-x86_64.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p256-x86_64_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/p256-x86_64_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/scalar.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/simple.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/simple_mul.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/util.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ec/wnaf.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ecdh/ecdh.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ecdsa/ecdsa.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/fips_shared.lds [new file with mode: 0755]
crypto/src/crypto/fipsmodule/fips_shared_support.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/hmac/hmac.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/intcheck1.png [new file with mode: 0755]
crypto/src/crypto/fipsmodule/intcheck2.png [new file with mode: 0755]
crypto/src/crypto/fipsmodule/intcheck3.png [new file with mode: 0755]
crypto/src/crypto/fipsmodule/is_fips.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md4/md4.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md5/asm/md5-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md5/asm/md5-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md5/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md5/md5.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/md5/md5_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/aesni-gcm-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-armv4.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-neon-armv8.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-ssse3-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-x86.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghash-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghashp8-ppc.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/cbc.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/cfb.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/ctr.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/gcm.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/gcm_nohw.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/gcm_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/gcm_tests.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/ofb.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/modes/polyval.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx [new file with mode: 0755]
crypto/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/asm/rdrand-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/ctrdrbg.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/ctrdrbg_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/ctrdrbg_vectors.txt [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/getrandom_fillin.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/rand.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/urandom.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rand/urandom_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rsa/blinding.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rsa/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rsa/padding.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rsa/rsa.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/rsa/rsa_impl.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/self_check/self_check.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha1-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha1-armv4-large.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha1-armv8.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha1-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha256-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha256-armv4.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha512-586.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha512-armv4.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha512-armv8.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/asm/sha512-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/sha1-altivec.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/sha1.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/sha256.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/sha512.c [new file with mode: 0755]
crypto/src/crypto/fipsmodule/sha/sha_test.cc [new file with mode: 0755]
crypto/src/crypto/fipsmodule/tls/internal.h [new file with mode: 0755]
crypto/src/crypto/fipsmodule/tls/kdf.c [new file with mode: 0755]
crypto/src/crypto/hkdf/hkdf.c [new file with mode: 0755]
crypto/src/crypto/hkdf/hkdf_test.cc [new file with mode: 0755]
crypto/src/crypto/hmac_extra/hmac_test.cc [new file with mode: 0755]
crypto/src/crypto/hmac_extra/hmac_tests.txt [new file with mode: 0755]
crypto/src/crypto/hrss/asm/poly_rq_mul.S [new file with mode: 0755]
crypto/src/crypto/hrss/hrss.c [new file with mode: 0755]
crypto/src/crypto/hrss/hrss_test.cc [new file with mode: 0755]
crypto/src/crypto/hrss/internal.h [new file with mode: 0755]
crypto/src/crypto/impl_dispatch_test.cc [new file with mode: 0755]
crypto/src/crypto/internal.h [new file with mode: 0755]
crypto/src/crypto/lhash/lhash.c [new file with mode: 0755]
crypto/src/crypto/lhash/lhash_test.cc [new file with mode: 0755]
crypto/src/crypto/mem.c [new file with mode: 0755]
crypto/src/crypto/obj/README [new file with mode: 0755]
crypto/src/crypto/obj/obj.c [new file with mode: 0755]
crypto/src/crypto/obj/obj_dat.h [new file with mode: 0755]
crypto/src/crypto/obj/obj_mac.num [new file with mode: 0755]
crypto/src/crypto/obj/obj_test.cc [new file with mode: 0755]
crypto/src/crypto/obj/obj_xref.c [new file with mode: 0755]
crypto/src/crypto/obj/objects.go [new file with mode: 0755]
crypto/src/crypto/obj/objects.txt [new file with mode: 0755]
crypto/src/crypto/pem/pem_all.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_info.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_lib.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_oth.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_pk8.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_pkey.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_test.cc [new file with mode: 0755]
crypto/src/crypto/pem/pem_x509.c [new file with mode: 0755]
crypto/src/crypto/pem/pem_xaux.c [new file with mode: 0755]
crypto/src/crypto/perlasm/arm-xlate.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/ppc-xlate.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/readme [new file with mode: 0755]
crypto/src/crypto/perlasm/x86_64-xlate.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/x86asm.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/x86gas.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/x86masm.pl [new file with mode: 0755]
crypto/src/crypto/perlasm/x86nasm.pl [new file with mode: 0755]
crypto/src/crypto/pkcs7/internal.h [new file with mode: 0755]
crypto/src/crypto/pkcs7/pkcs7.c [new file with mode: 0755]
crypto/src/crypto/pkcs7/pkcs7_test.cc [new file with mode: 0755]
crypto/src/crypto/pkcs7/pkcs7_x509.c [new file with mode: 0755]
crypto/src/crypto/pkcs8/internal.h [new file with mode: 0755]
crypto/src/crypto/pkcs8/p5_pbev2.c [new file with mode: 0755]
crypto/src/crypto/pkcs8/pkcs12_test.cc [new file with mode: 0755]
crypto/src/crypto/pkcs8/pkcs8.c [new file with mode: 0755]
crypto/src/crypto/pkcs8/pkcs8_test.cc [new file with mode: 0755]
crypto/src/crypto/pkcs8/pkcs8_x509.c [new file with mode: 0755]
crypto/src/crypto/poly1305/internal.h [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305.c [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305_arm.c [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305_arm_asm.S [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305_test.cc [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305_tests.txt [new file with mode: 0755]
crypto/src/crypto/poly1305/poly1305_vec.c [new file with mode: 0755]
crypto/src/crypto/pool/internal.h [new file with mode: 0755]
crypto/src/crypto/pool/pool.c [new file with mode: 0755]
crypto/src/crypto/pool/pool_test.cc [new file with mode: 0755]
crypto/src/crypto/rand_extra/deterministic.c [new file with mode: 0755]
crypto/src/crypto/rand_extra/forkunsafe.c [new file with mode: 0755]
crypto/src/crypto/rand_extra/fuchsia.c [new file with mode: 0755]
crypto/src/crypto/rand_extra/rand_extra.c [new file with mode: 0755]
crypto/src/crypto/rand_extra/rand_test.cc [new file with mode: 0755]
crypto/src/crypto/rand_extra/windows.c [new file with mode: 0755]
crypto/src/crypto/rc4/rc4.c [new file with mode: 0755]
crypto/src/crypto/refcount_c11.c [new file with mode: 0755]
crypto/src/crypto/refcount_lock.c [new file with mode: 0755]
crypto/src/crypto/refcount_test.cc [new file with mode: 0755]
crypto/src/crypto/rsa_extra/rsa_asn1.c [new file with mode: 0755]
crypto/src/crypto/rsa_extra/rsa_print.c [new file with mode: 0755]
crypto/src/crypto/rsa_extra/rsa_test.cc [new file with mode: 0755]
crypto/src/crypto/self_test.cc [new file with mode: 0755]
crypto/src/crypto/siphash/siphash.c [new file with mode: 0755]
crypto/src/crypto/siphash/siphash_test.cc [new file with mode: 0755]
crypto/src/crypto/siphash/siphash_tests.txt [new file with mode: 0755]
crypto/src/crypto/stack/stack.c [new file with mode: 0755]
crypto/src/crypto/stack/stack_test.cc [new file with mode: 0755]
crypto/src/crypto/test/CMakeLists.txt [new file with mode: 0755]
crypto/src/crypto/test/abi_test.cc [new file with mode: 0755]
crypto/src/crypto/test/abi_test.h [new file with mode: 0755]
crypto/src/crypto/test/asm/trampoline-armv4.pl [new file with mode: 0755]
crypto/src/crypto/test/asm/trampoline-armv8.pl [new file with mode: 0755]
crypto/src/crypto/test/asm/trampoline-ppc.pl [new file with mode: 0755]
crypto/src/crypto/test/asm/trampoline-x86.pl [new file with mode: 0755]
crypto/src/crypto/test/asm/trampoline-x86_64.pl [new file with mode: 0755]
crypto/src/crypto/test/file_test.cc [new file with mode: 0755]
crypto/src/crypto/test/file_test.h [new file with mode: 0755]
crypto/src/crypto/test/file_test_gtest.cc [new file with mode: 0755]
crypto/src/crypto/test/gtest_main.cc [new file with mode: 0755]
crypto/src/crypto/test/gtest_main.h [new file with mode: 0755]
crypto/src/crypto/test/malloc.cc [new file with mode: 0755]
crypto/src/crypto/test/test_util.cc [new file with mode: 0755]
crypto/src/crypto/test/test_util.h [new file with mode: 0755]
crypto/src/crypto/test/wycheproof_util.cc [new file with mode: 0755]
crypto/src/crypto/test/wycheproof_util.h [new file with mode: 0755]
crypto/src/crypto/thread.c [new file with mode: 0755]
crypto/src/crypto/thread_none.c [new file with mode: 0755]
crypto/src/crypto/thread_pthread.c [new file with mode: 0755]
crypto/src/crypto/thread_test.cc [new file with mode: 0755]
crypto/src/crypto/thread_win.c [new file with mode: 0755]
crypto/src/crypto/x509/a_digest.c [new file with mode: 0755]
crypto/src/crypto/x509/a_sign.c [new file with mode: 0755]
crypto/src/crypto/x509/a_strex.c [new file with mode: 0755]
crypto/src/crypto/x509/a_verify.c [new file with mode: 0755]
crypto/src/crypto/x509/algorithm.c [new file with mode: 0755]
crypto/src/crypto/x509/asn1_gen.c [new file with mode: 0755]
crypto/src/crypto/x509/by_dir.c [new file with mode: 0755]
crypto/src/crypto/x509/by_file.c [new file with mode: 0755]
crypto/src/crypto/x509/charmap.h [new file with mode: 0755]
crypto/src/crypto/x509/i2d_pr.c [new file with mode: 0755]
crypto/src/crypto/x509/internal.h [new file with mode: 0755]
crypto/src/crypto/x509/make_many_constraints.go [new file with mode: 0755]
crypto/src/crypto/x509/many_constraints.pem [new file with mode: 0755]
crypto/src/crypto/x509/many_names1.pem [new file with mode: 0755]
crypto/src/crypto/x509/many_names2.pem [new file with mode: 0755]
crypto/src/crypto/x509/many_names3.pem [new file with mode: 0755]
crypto/src/crypto/x509/rsa_pss.c [new file with mode: 0755]
crypto/src/crypto/x509/some_names1.pem [new file with mode: 0755]
crypto/src/crypto/x509/some_names2.pem [new file with mode: 0755]
crypto/src/crypto/x509/some_names3.pem [new file with mode: 0755]
crypto/src/crypto/x509/t_crl.c [new file with mode: 0755]
crypto/src/crypto/x509/t_req.c [new file with mode: 0755]
crypto/src/crypto/x509/t_x509.c [new file with mode: 0755]
crypto/src/crypto/x509/t_x509a.c [new file with mode: 0755]
crypto/src/crypto/x509/vpm_int.h [new file with mode: 0755]
crypto/src/crypto/x509/x509.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_att.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_cmp.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_d2.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_def.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_ext.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_lu.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_obj.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_r2x.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_req.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_set.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_test.cc [new file with mode: 0755]
crypto/src/crypto/x509/x509_time_test.cc [new file with mode: 0755]
crypto/src/crypto/x509/x509_trs.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_txt.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_v3.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_vfy.c [new file with mode: 0755]
crypto/src/crypto/x509/x509_vpm.c [new file with mode: 0755]
crypto/src/crypto/x509/x509cset.c [new file with mode: 0755]
crypto/src/crypto/x509/x509name.c [new file with mode: 0755]
crypto/src/crypto/x509/x509rset.c [new file with mode: 0755]
crypto/src/crypto/x509/x509spki.c [new file with mode: 0755]
crypto/src/crypto/x509/x_algor.c [new file with mode: 0755]
crypto/src/crypto/x509/x_all.c [new file with mode: 0755]
crypto/src/crypto/x509/x_attrib.c [new file with mode: 0755]
crypto/src/crypto/x509/x_crl.c [new file with mode: 0755]
crypto/src/crypto/x509/x_exten.c [new file with mode: 0755]
crypto/src/crypto/x509/x_info.c [new file with mode: 0755]
crypto/src/crypto/x509/x_name.c [new file with mode: 0755]
crypto/src/crypto/x509/x_pkey.c [new file with mode: 0755]
crypto/src/crypto/x509/x_pubkey.c [new file with mode: 0755]
crypto/src/crypto/x509/x_req.c [new file with mode: 0755]
crypto/src/crypto/x509/x_sig.c [new file with mode: 0755]
crypto/src/crypto/x509/x_spki.c [new file with mode: 0755]
crypto/src/crypto/x509/x_val.c [new file with mode: 0755]
crypto/src/crypto/x509/x_x509.c [new file with mode: 0755]
crypto/src/crypto/x509/x_x509a.c [new file with mode: 0755]
crypto/src/crypto/x509v3/ext_dat.h [new file with mode: 0755]
crypto/src/crypto/x509v3/internal.h [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_cache.c [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_data.c [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_int.h [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_lib.c [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_map.c [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_node.c [new file with mode: 0755]
crypto/src/crypto/x509v3/pcy_tree.c [new file with mode: 0755]
crypto/src/crypto/x509v3/tab_test.cc [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_akey.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_akeya.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_alt.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_bcons.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_bitst.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_conf.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_cpols.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_crld.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_enum.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_extku.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_genn.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_ia5.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_info.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_int.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_lib.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_ncons.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_ocsp.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_pci.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_pcia.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_pcons.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_pku.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_pmaps.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_prn.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_purp.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_skey.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_sxnet.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3_utl.c [new file with mode: 0755]
crypto/src/crypto/x509v3/v3name_test.cc [new file with mode: 0755]
crypto/src/third_party/fiat/BUILD.gn [new file with mode: 0755]
crypto/src/third_party/fiat/LICENSE [new file with mode: 0755]
crypto/src/third_party/fiat/METADATA [new file with mode: 0755]
crypto/src/third_party/fiat/README.chromium [new file with mode: 0755]
crypto/src/third_party/fiat/README.md [new file with mode: 0755]
crypto/src/third_party/fiat/curve25519.c [new file with mode: 0755]
crypto/src/third_party/fiat/curve25519_32.h [new file with mode: 0755]
crypto/src/third_party/fiat/curve25519_64.h [new file with mode: 0755]
crypto/src/third_party/fiat/curve25519_tables.h [new file with mode: 0755]
crypto/src/third_party/fiat/internal.h [new file with mode: 0755]
crypto/src/third_party/fiat/make_curve25519_tables.py [new file with mode: 0755]
crypto/src/third_party/fiat/p256.c [new file with mode: 0755]
crypto/src/third_party/fiat/p256_32.h [new file with mode: 0755]
crypto/src/third_party/fiat/p256_64.h [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/LICENSE [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/METADATA [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aead_aes_siv_cmac_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aegis128L_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aegis128_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aegis256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_ccm_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_cmac_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_cmac_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_eax_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_gcm_siv_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_gcm_siv_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_gcm_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_gcm_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/aes_siv_cmac_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/chacha20_poly1305_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/chacha20_poly1305_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_224_sha224_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_224_sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_224_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_224_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_256_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_2048_256_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_3072_256_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_3072_256_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/dsa_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_brainpoolP224r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_brainpoolP256r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_brainpoolP320r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_brainpoolP384r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_brainpoolP512r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp224r1_ecpoint_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp224r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp256k1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp256r1_ecpoint_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp256r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp384r1_ecpoint_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp384r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp521r1_ecpoint_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp521r1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdh_webcrypto_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP224r1_sha224_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP224r1_sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP256r1_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP256r1_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP320r1_sha384_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP320r1_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP384r1_sha384_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP384r1_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP512r1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_brainpoolP512r1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha3_224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256k1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha3_384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_p1363_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ecdsa_webcrypto_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/ed448_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/eddsa_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/eddsa_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/gmac_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hkdf_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha224_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha3_224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha3_384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/hmac_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/kw_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/kw_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/kwp_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/kwp_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/primality_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/primality_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha224_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha1_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha1_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_misc_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_oaep_misc_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_2048_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_2048_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_3072_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_3072_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_4096_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pkcs1_4096_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha512_256_mgf1_28_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_2048_sha512_256_mgf1_32_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_misc_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_pss_misc_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_sig_gen_misc_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_sig_gen_misc_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha3_224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha3_384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_224_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha3_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha3_384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha3_512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha512_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha512_256_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/rsa_signature_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/vmac_128_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/vmac_64_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x25519_asn_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x25519_jwk_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x25519_pem_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x25519_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x25519_test.txt [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x448_asn_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x448_jwk_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x448_pem_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/x448_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.json [new file with mode: 0755]
crypto/src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt [new file with mode: 0755]
crypto/win-x86/crypto/chacha/chacha-x86.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/aesni-x86.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/bn-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/co-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/ghash-x86.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/md5-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/sha1-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/sha256-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/sha512-586.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/vpaes-x86.asm [new file with mode: 0755]
crypto/win-x86/crypto/fipsmodule/x86-mont.asm [new file with mode: 0755]
crypto/win-x86/crypto/test/trampoline-x86.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/chacha/chacha-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/aesni-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/ghash-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/md5-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/rsaz-avx2.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/sha1-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/sha256-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/sha512-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/x86_64-mont.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/fipsmodule/x86_64-mont5.asm [new file with mode: 0755]
crypto/win-x86_64/crypto/test/trampoline-x86_64.asm [new file with mode: 0755]
ext4_utils/Android.bp [new file with mode: 0755]
ext4_utils/Android.mk [new file with mode: 0755]
ext4_utils/MODULE_LICENSE_APACHE2 [new file with mode: 0755]
ext4_utils/NOTICE [new file with mode: 0755]
ext4_utils/blk_alloc_to_base_fs.cpp [new file with mode: 0755]
ext4_utils/ext4_sb.cpp [new file with mode: 0755]
ext4_utils/ext4_utils.cpp [new file with mode: 0755]
ext4_utils/mke2fs.conf [new file with mode: 0755]
ext4_utils/mkuserimg_mke2fs.py [new file with mode: 0755]
ext4_utils/test_mkuserimg_mke2fs.py [new file with mode: 0755]
ext4_utils/wipe.cpp [new file with mode: 0755]
include/android-base/chrono_utils.h [new file with mode: 0755]
include/android-base/cmsg.h [new file with mode: 0755]
include/android-base/collections.h [new file with mode: 0755]
include/android-base/endian.h [new file with mode: 0755]
include/android-base/errno_restorer.h [new file with mode: 0755]
include/android-base/errors.h [new file with mode: 0755]
include/android-base/expected.h [new file with mode: 0755]
include/android-base/file.h [new file with mode: 0755]
include/android-base/format.h [new file with mode: 0755]
include/android-base/logging.h [new file with mode: 0755]
include/android-base/macros.h [new file with mode: 0755]
include/android-base/mapped_file.h [new file with mode: 0755]
include/android-base/memory.h [new file with mode: 0755]
include/android-base/no_destructor.h [new file with mode: 0755]
include/android-base/off64_t.h [new file with mode: 0755]
include/android-base/parsebool.h [new file with mode: 0755]
include/android-base/parsedouble.h [new file with mode: 0755]
include/android-base/parseint.h [new file with mode: 0755]
include/android-base/parsenetaddress.h [new file with mode: 0755]
include/android-base/process.h [new file with mode: 0755]
include/android-base/properties.h [new file with mode: 0755]
include/android-base/result.h [new file with mode: 0755]
include/android-base/scopeguard.h [new file with mode: 0755]
include/android-base/stringprintf.h [new file with mode: 0755]
include/android-base/strings.h [new file with mode: 0755]
include/android-base/test_utils.h [new file with mode: 0755]
include/android-base/thread_annotations.h [new file with mode: 0755]
include/android-base/threads.h [new file with mode: 0755]
include/android-base/unique_fd.h [new file with mode: 0755]
include/android-base/utf8.h [new file with mode: 0755]
include/android/log.h [new file with mode: 0755]
include/crypto_utils/android_pubkey.h [new file with mode: 0755]
include/cutils/android_filesystem_config.h [new file with mode: 0755]
include/cutils/android_get_control_file.h [new file with mode: 0755]
include/cutils/android_reboot.h [new file with mode: 0755]
include/cutils/ashmem.h [new file with mode: 0755]
include/cutils/atomic.h [new file with mode: 0755]
include/cutils/bitops.h [new file with mode: 0755]
include/cutils/compiler.h [new file with mode: 0755]
include/cutils/config_utils.h [new file with mode: 0755]
include/cutils/fs.h [new file with mode: 0755]
include/cutils/hashmap.h [new file with mode: 0755]
include/cutils/iosched_policy.h [new file with mode: 0755]
include/cutils/klog.h [new file with mode: 0755]
include/cutils/list.h [new file with mode: 0755]
include/cutils/log.h [new file with mode: 0755]
include/cutils/memory.h [new file with mode: 0755]
include/cutils/misc.h [new file with mode: 0755]
include/cutils/multiuser.h [new file with mode: 0755]
include/cutils/native_handle.h [new file with mode: 0755]
include/cutils/partition_utils.h [new file with mode: 0755]
include/cutils/properties.h [new file with mode: 0755]
include/cutils/qtaguid.h [new file with mode: 0755]
include/cutils/record_stream.h [new file with mode: 0755]
include/cutils/sched_policy.h [new file with mode: 0755]
include/cutils/sockets.h [new file with mode: 0755]
include/cutils/str_parms.h [new file with mode: 0755]
include/cutils/threads.h [new file with mode: 0755]
include/cutils/trace.h [new file with mode: 0755]
include/cutils/uevent.h [new file with mode: 0755]
include/ext4_utils/ext4.h [new file with mode: 0755]
include/ext4_utils/ext4_extents.h [new file with mode: 0755]
include/ext4_utils/ext4_kernel_headers.h [new file with mode: 0755]
include/ext4_utils/ext4_sb.h [new file with mode: 0755]
include/ext4_utils/ext4_utils.h [new file with mode: 0755]
include/ext4_utils/jbd2.h [new file with mode: 0755]
include/ext4_utils/wipe.h [new file with mode: 0755]
include/ext4_utils/xattr.h [new file with mode: 0755]
include/liblp/builder.h [new file with mode: 0755]
include/liblp/liblp.h [new file with mode: 0755]
include/liblp/metadata_format.h [new file with mode: 0755]
include/liblp/mock_property_fetcher.h [new file with mode: 0755]
include/liblp/partition_opener.h [new file with mode: 0755]
include/liblp/property_fetcher.h [new file with mode: 0755]
include/log/event_tag_map.h [new file with mode: 0755]
include/log/log.h [new file with mode: 0755]
include/log/log_event_list.h [new file with mode: 0755]
include/log/log_id.h [new file with mode: 0755]
include/log/log_main.h [new file with mode: 0755]
include/log/log_properties.h [new file with mode: 0755]
include/log/log_radio.h [new file with mode: 0755]
include/log/log_read.h [new file with mode: 0755]
include/log/log_safetynet.h [new file with mode: 0755]
include/log/log_system.h [new file with mode: 0755]
include/log/log_time.h [new file with mode: 0755]
include/log/logprint.h [new file with mode: 0755]
include/openssl/aead.h [new file with mode: 0755]
include/openssl/aes.h [new file with mode: 0755]
include/openssl/arm_arch.h [new file with mode: 0755]
include/openssl/asn1.h [new file with mode: 0755]
include/openssl/asn1_mac.h [new file with mode: 0755]
include/openssl/asn1t.h [new file with mode: 0755]
include/openssl/base.h [new file with mode: 0755]
include/openssl/base64.h [new file with mode: 0755]
include/openssl/bio.h [new file with mode: 0755]
include/openssl/blowfish.h [new file with mode: 0755]
include/openssl/bn.h [new file with mode: 0755]
include/openssl/buf.h [new file with mode: 0755]
include/openssl/buffer.h [new file with mode: 0755]
include/openssl/bytestring.h [new file with mode: 0755]
include/openssl/cast.h [new file with mode: 0755]
include/openssl/chacha.h [new file with mode: 0755]
include/openssl/cipher.h [new file with mode: 0755]
include/openssl/cmac.h [new file with mode: 0755]
include/openssl/conf.h [new file with mode: 0755]
include/openssl/cpu.h [new file with mode: 0755]
include/openssl/crypto.h [new file with mode: 0755]
include/openssl/curve25519.h [new file with mode: 0755]
include/openssl/des.h [new file with mode: 0755]
include/openssl/dh.h [new file with mode: 0755]
include/openssl/digest.h [new file with mode: 0755]
include/openssl/dsa.h [new file with mode: 0755]
include/openssl/dtls1.h [new file with mode: 0755]
include/openssl/e_os2.h [new file with mode: 0755]
include/openssl/ec.h [new file with mode: 0755]
include/openssl/ec_key.h [new file with mode: 0755]
include/openssl/ecdh.h [new file with mode: 0755]
include/openssl/ecdsa.h [new file with mode: 0755]
include/openssl/engine.h [new file with mode: 0755]
include/openssl/err.h [new file with mode: 0755]
include/openssl/evp.h [new file with mode: 0755]
include/openssl/ex_data.h [new file with mode: 0755]
include/openssl/hkdf.h [new file with mode: 0755]
include/openssl/hmac.h [new file with mode: 0755]
include/openssl/hrss.h [new file with mode: 0755]
include/openssl/is_boringssl.h [new file with mode: 0755]
include/openssl/lhash.h [new file with mode: 0755]
include/openssl/md4.h [new file with mode: 0755]
include/openssl/md5.h [new file with mode: 0755]
include/openssl/mem.h [new file with mode: 0755]
include/openssl/nid.h [new file with mode: 0755]
include/openssl/obj.h [new file with mode: 0755]
include/openssl/obj_mac.h [new file with mode: 0755]
include/openssl/objects.h [new file with mode: 0755]
include/openssl/opensslconf.h [new file with mode: 0755]
include/openssl/opensslv.h [new file with mode: 0755]
include/openssl/ossl_typ.h [new file with mode: 0755]
include/openssl/pem.h [new file with mode: 0755]
include/openssl/pkcs12.h [new file with mode: 0755]
include/openssl/pkcs7.h [new file with mode: 0755]
include/openssl/pkcs8.h [new file with mode: 0755]
include/openssl/poly1305.h [new file with mode: 0755]
include/openssl/pool.h [new file with mode: 0755]
include/openssl/rand.h [new file with mode: 0755]
include/openssl/rc4.h [new file with mode: 0755]
include/openssl/ripemd.h [new file with mode: 0755]
include/openssl/rsa.h [new file with mode: 0755]
include/openssl/safestack.h [new file with mode: 0755]
include/openssl/sha.h [new file with mode: 0755]
include/openssl/siphash.h [new file with mode: 0755]
include/openssl/span.h [new file with mode: 0755]
include/openssl/srtp.h [new file with mode: 0755]
include/openssl/ssl.h [new file with mode: 0755]
include/openssl/ssl3.h [new file with mode: 0755]
include/openssl/stack.h [new file with mode: 0755]
include/openssl/thread.h [new file with mode: 0755]
include/openssl/tls1.h [new file with mode: 0755]
include/openssl/type_check.h [new file with mode: 0755]
include/openssl/x509.h [new file with mode: 0755]
include/openssl/x509_vfy.h [new file with mode: 0755]
include/openssl/x509v3.h [new file with mode: 0755]
include/private/android_filesystem_capability.h [new file with mode: 0755]
include/private/android_filesystem_config.h [new file with mode: 0755]
include/private/android_logger.h [new file with mode: 0755]
include/private/android_projectid_config.h [new file with mode: 0755]
include/private/canned_fs_config.h [new file with mode: 0755]
include/private/fs_config.h [new file with mode: 0755]
include/sparse/sparse.h [new file with mode: 0755]
include/system/camera.h [new file with mode: 0755]
include/system/graphics-base-v1.0.h [new file with mode: 0755]
include/system/graphics-base-v1.1.h [new file with mode: 0755]
include/system/graphics-base-v1.2.h [new file with mode: 0755]
include/system/graphics-base.h [new file with mode: 0755]
include/system/graphics-sw.h [new file with mode: 0755]
include/system/graphics.h [new file with mode: 0755]
include/system/radio.h [new file with mode: 0755]
include/system/thread_defs.h [new file with mode: 0755]
include/utils/AndroidThreads.h [new file with mode: 0755]
include/utils/Atomic.h [new file with mode: 0755]
include/utils/BitSet.h [new file with mode: 0755]
include/utils/ByteOrder.h [new file with mode: 0755]
include/utils/CallStack.h [new file with mode: 0755]
include/utils/Compat.h [new file with mode: 0755]
include/utils/Condition.h [new file with mode: 0755]
include/utils/Debug.h [new file with mode: 0755]
include/utils/Endian.h [new file with mode: 0755]
include/utils/Errors.h [new file with mode: 0755]
include/utils/FastStrcmp.h [new file with mode: 0755]
include/utils/FileMap.h [new file with mode: 0755]
include/utils/Flattenable.h [new file with mode: 0755]
include/utils/Functor.h [new file with mode: 0755]
include/utils/JenkinsHash.h [new file with mode: 0755]
include/utils/KeyedVector.h [new file with mode: 0755]
include/utils/LightRefBase.h [new file with mode: 0755]
include/utils/List.h [new file with mode: 0755]
include/utils/Log.h [new file with mode: 0755]
include/utils/Looper.h [new file with mode: 0755]
include/utils/LruCache.h [new file with mode: 0755]
include/utils/Mutex.h [new file with mode: 0755]
include/utils/NativeHandle.h [new file with mode: 0755]
include/utils/Printer.h [new file with mode: 0755]
include/utils/ProcessCallStack.h [new file with mode: 0755]
include/utils/PropertyMap.h [new file with mode: 0755]
include/utils/RWLock.h [new file with mode: 0755]
include/utils/RefBase.h [new file with mode: 0755]
include/utils/Singleton.h [new file with mode: 0755]
include/utils/SortedVector.h [new file with mode: 0755]
include/utils/StopWatch.h [new file with mode: 0755]
include/utils/String16.h [new file with mode: 0755]
include/utils/String8.h [new file with mode: 0755]
include/utils/StrongPointer.h [new file with mode: 0755]
include/utils/SystemClock.h [new file with mode: 0755]
include/utils/Thread.h [new file with mode: 0755]
include/utils/ThreadDefs.h [new file with mode: 0755]
include/utils/Timers.h [new file with mode: 0755]
include/utils/Tokenizer.h [new file with mode: 0755]
include/utils/Trace.h [new file with mode: 0755]
include/utils/TypeHelpers.h [new file with mode: 0755]
include/utils/Unicode.h [new file with mode: 0755]
include/utils/Vector.h [new file with mode: 0755]
include/utils/VectorImpl.h [new file with mode: 0755]
include/utils/misc.h [new file with mode: 0755]
include/utils/threads.h [new file with mode: 0755]
libcrypto_utils/Android.bp [new file with mode: 0755]
libcrypto_utils/android_pubkey.c [new file with mode: 0755]
libcrypto_utils/tests/Android.bp [new file with mode: 0755]
libcrypto_utils/tests/android_pubkey_test.cpp [new file with mode: 0755]
liblog/Android.bp [new file with mode: 0755]
liblog/NOTICE [new file with mode: 0755]
liblog/OWNERS [new file with mode: 0755]
liblog/README.md [new file with mode: 0755]
liblog/README.protocol.md [new file with mode: 0755]
liblog/event.logtags [new file with mode: 0755]
liblog/event_tag_map.cpp [new file with mode: 0755]
liblog/include_vndk/android/log.h [new file with mode: 0755]
liblog/include_vndk/log/log.h [new file with mode: 0755]
liblog/include_vndk/log/log_event_list.h [new file with mode: 0755]
liblog/include_vndk/log/log_id.h [new file with mode: 0755]
liblog/include_vndk/log/log_main.h [new file with mode: 0755]
liblog/include_vndk/log/log_properties.h [new file with mode: 0755]
liblog/include_vndk/log/log_radio.h [new file with mode: 0755]
liblog/include_vndk/log/log_read.h [new file with mode: 0755]
liblog/include_vndk/log/log_safetynet.h [new file with mode: 0755]
liblog/include_vndk/log/log_system.h [new file with mode: 0755]
liblog/include_vndk/log/log_time.h [new file with mode: 0755]
liblog/liblog.map.txt [new file with mode: 0755]
liblog/log_event_list.cpp [new file with mode: 0755]
liblog/log_event_write.cpp [new file with mode: 0755]
liblog/log_time.cpp [new file with mode: 0755]
liblog/logd_reader.h [new file with mode: 0755]
liblog/logger.h [new file with mode: 0755]
liblog/logger_name.cpp [new file with mode: 0755]
liblog/logger_read.cpp [new file with mode: 0755]
liblog/logger_write.cpp [new file with mode: 0755]
liblog/logger_write.h [new file with mode: 0755]
liblog/logprint.cpp [new file with mode: 0755]
liblog/pmsg_reader.h [new file with mode: 0755]
liblog/properties.cpp [new file with mode: 0755]
liblog/rwlock.h [new file with mode: 0755]
liblog/tests/Android.bp [new file with mode: 0755]
liblog/tests/AndroidTest.xml [new file with mode: 0755]
liblog/tests/libc_test.cpp [new file with mode: 0755]
liblog/tests/liblog_benchmark.cpp [new file with mode: 0755]
liblog/tests/liblog_default_tag.cpp [new file with mode: 0755]
liblog/tests/liblog_global_state.cpp [new file with mode: 0755]
liblog/tests/liblog_host_test.cpp [new file with mode: 0755]
liblog/tests/liblog_test.cpp [new file with mode: 0755]
liblog/tests/log_id_test.cpp [new file with mode: 0755]
liblog/tests/log_radio_test.cpp [new file with mode: 0755]
liblog/tests/log_read_test.cpp [new file with mode: 0755]
liblog/tests/log_system_test.cpp [new file with mode: 0755]
liblog/tests/log_time_test.cpp [new file with mode: 0755]
liblog/tests/log_wrap_test.cpp [new file with mode: 0755]
liblog/tests/logprint_test.cpp [new file with mode: 0755]
liblog/tests/rwlock_test.cpp [new file with mode: 0755]
liblog/uio.h [new file with mode: 0755]
liblp/Android.bp [new file with mode: 0755]
liblp/AndroidTest.xml [new file with mode: 0755]
liblp/TEST_MAPPING [new file with mode: 0755]
liblp/builder.cpp [new file with mode: 0755]
liblp/builder_test.cpp [new file with mode: 0755]
liblp/device_test.cpp [new file with mode: 0755]
liblp/images.cpp [new file with mode: 0755]
liblp/images.h [new file with mode: 0755]
liblp/io_test.cpp [new file with mode: 0755]
liblp/liblp_test.h [new file with mode: 0755]
liblp/liblp_test.xml [new file with mode: 0755]
liblp/partition_opener.cpp [new file with mode: 0755]
liblp/property_fetcher.cpp [new file with mode: 0755]
liblp/reader.cpp [new file with mode: 0755]
liblp/reader.h [new file with mode: 0755]
liblp/test_partition_opener.cpp [new file with mode: 0755]
liblp/test_partition_opener.h [new file with mode: 0755]
liblp/utility.cpp [new file with mode: 0755]
liblp/utility.h [new file with mode: 0755]
liblp/utility_test.cpp [new file with mode: 0755]
liblp/writer.cpp [new file with mode: 0755]
liblp/writer.h [new file with mode: 0755]
libsparse/Android.bp [new file with mode: 0755]
libsparse/OWNERS [new file with mode: 0755]
libsparse/append2simg.cpp [new file with mode: 0755]
libsparse/backed_block.cpp [new file with mode: 0755]
libsparse/backed_block.h [new file with mode: 0755]
libsparse/defs.h [new file with mode: 0755]
libsparse/img2simg.cpp [new file with mode: 0755]
libsparse/output_file.cpp [new file with mode: 0755]
libsparse/output_file.h [new file with mode: 0755]
libsparse/simg2img.cpp [new file with mode: 0755]
libsparse/simg2simg.cpp [new file with mode: 0755]
libsparse/simg_dump.py [new file with mode: 0755]
libsparse/sparse.cpp [new file with mode: 0755]
libsparse/sparse_crc32.cpp [new file with mode: 0755]
libsparse/sparse_crc32.h [new file with mode: 0755]
libsparse/sparse_defs.h [new file with mode: 0755]
libsparse/sparse_err.cpp [new file with mode: 0755]
libsparse/sparse_file.h [new file with mode: 0755]
libsparse/sparse_format.h [new file with mode: 0755]
libsparse/sparse_fuzzer.cpp [new file with mode: 0755]
libsparse/sparse_read.cpp [new file with mode: 0755]
make.sh [new file with mode: 0755]
partition_tools/Android.bp [new file with mode: 0755]
partition_tools/README.md [new file with mode: 0755]
partition_tools/aidl/Android.bp [new file with mode: 0755]
partition_tools/aidl/android/lpdump/ILpdump.aidl [new file with mode: 0755]
partition_tools/dynamic_partitions_device_info.proto [new file with mode: 0755]
partition_tools/lpadd.cc [new file with mode: 0755]
partition_tools/lpdump.cc [new file with mode: 0755]
partition_tools/lpdump_host.cc [new file with mode: 0755]
partition_tools/lpdump_target.cc [new file with mode: 0755]
partition_tools/lpdumpd.cc [new file with mode: 0755]
partition_tools/lpdumpd.rc [new file with mode: 0755]
partition_tools/lpflash.cc [new file with mode: 0755]
partition_tools/lpmake.cc [new file with mode: 0755]
partition_tools/lpunpack.cc [new file with mode: 0755]
zlib/Android.bp [new file with mode: 0755]
zlib/BUILD.gn [new file with mode: 0755]
zlib/CleanSpec.mk [new file with mode: 0755]
zlib/LICENSE [new file with mode: 0755]
zlib/METADATA [new file with mode: 0755]
zlib/MODULE_LICENSE_BSD_LIKE [new file with mode: 0755]
zlib/OWNERS [new file with mode: 0755]
zlib/OWNERS.android [new file with mode: 0755]
zlib/README.chromium [new file with mode: 0755]
zlib/TEST_MAPPING [new file with mode: 0755]
zlib/adler32.c [new file with mode: 0755]
zlib/adler32_simd.c [new file with mode: 0755]
zlib/adler32_simd.h [new file with mode: 0755]
zlib/chromeconf.h [new file with mode: 0755]
zlib/compress.c [new file with mode: 0755]
zlib/contrib/bench/OWNERS [new file with mode: 0755]
zlib/contrib/bench/zlib_bench.cc [new file with mode: 0755]
zlib/contrib/minigzip/minigzip.c [new file with mode: 0755]
zlib/contrib/minizip/ChangeLogUnzip [new file with mode: 0755]
zlib/contrib/minizip/Makefile [new file with mode: 0755]
zlib/contrib/minizip/crypt.h [new file with mode: 0755]
zlib/contrib/minizip/ioapi.c [new file with mode: 0755]
zlib/contrib/minizip/ioapi.h [new file with mode: 0755]
zlib/contrib/minizip/iowin32.c [new file with mode: 0755]
zlib/contrib/minizip/iowin32.h [new file with mode: 0755]
zlib/contrib/minizip/miniunz.c [new file with mode: 0755]
zlib/contrib/minizip/minizip.c [new file with mode: 0755]
zlib/contrib/minizip/mztools.c [new file with mode: 0755]
zlib/contrib/minizip/mztools.h [new file with mode: 0755]
zlib/contrib/minizip/unzip.c [new file with mode: 0755]
zlib/contrib/minizip/unzip.h [new file with mode: 0755]
zlib/contrib/minizip/zip.c [new file with mode: 0755]
zlib/contrib/minizip/zip.h [new file with mode: 0755]
zlib/contrib/optimizations/chunkcopy.h [new file with mode: 0755]
zlib/contrib/optimizations/inffast_chunk.c [new file with mode: 0755]
zlib/contrib/optimizations/inffast_chunk.h [new file with mode: 0755]
zlib/contrib/optimizations/inflate.c [new file with mode: 0755]
zlib/contrib/optimizations/insert_string.h [new file with mode: 0755]
zlib/contrib/optimizations/slide_hash_neon.h [new file with mode: 0755]
zlib/contrib/tests/OWNERS [new file with mode: 0755]
zlib/contrib/tests/fuzzers/BUILD.gn [new file with mode: 0755]
zlib/contrib/tests/fuzzers/OWNERS [new file with mode: 0755]
zlib/contrib/tests/fuzzers/deflate_fuzzer.cc [new file with mode: 0755]
zlib/contrib/tests/fuzzers/deflate_set_dictionary_fuzzer.cc [new file with mode: 0755]
zlib/contrib/tests/fuzzers/inflate_fuzzer.cc [new file with mode: 0755]
zlib/contrib/tests/fuzzers/uncompress_fuzzer.cc [new file with mode: 0755]
zlib/cpu_features.c [new file with mode: 0755]
zlib/cpu_features.h [new file with mode: 0755]
zlib/crc32.c [new file with mode: 0755]
zlib/crc32.h [new file with mode: 0755]
zlib/crc32_simd.c [new file with mode: 0755]
zlib/crc32_simd.h [new file with mode: 0755]
zlib/crc_folding.c [new file with mode: 0755]
zlib/deflate.c [new file with mode: 0755]
zlib/deflate.h [new file with mode: 0755]
zlib/fill_window_sse.c [new file with mode: 0755]
zlib/google/BUILD.gn [new file with mode: 0755]
zlib/google/DEPS [new file with mode: 0755]
zlib/google/OWNERS [new file with mode: 0755]
zlib/google/compression_utils.cc [new file with mode: 0755]
zlib/google/compression_utils.h [new file with mode: 0755]
zlib/google/compression_utils_portable.cc [new file with mode: 0755]
zlib/google/compression_utils_portable.h [new file with mode: 0755]
zlib/google/compression_utils_unittest.cc [new file with mode: 0755]
zlib/google/test/data/create_test_zip.sh [new file with mode: 0755]
zlib/google/test/data/evil.zip [new file with mode: 0755]
zlib/google/test/data/evil_via_absolute_file_name.zip [new file with mode: 0755]
zlib/google/test/data/evil_via_invalid_utf8.zip [new file with mode: 0755]
zlib/google/test/data/test.zip [new file with mode: 0755]
zlib/google/test/data/test/foo.txt [new file with mode: 0755]
zlib/google/test/data/test/foo/bar.txt [new file with mode: 0755]
zlib/google/test/data/test/foo/bar/.hidden [new file with mode: 0755]
zlib/google/test/data/test/foo/bar/baz.txt [new file with mode: 0755]
zlib/google/test/data/test/foo/bar/quux.txt [new file with mode: 0755]
zlib/google/test/data/test_encrypted.zip [new file with mode: 0755]
zlib/google/test/data/test_mismatch_size.zip [new file with mode: 0755]
zlib/google/test/data/test_nocompress.zip [new file with mode: 0755]
zlib/google/zip.cc [new file with mode: 0755]
zlib/google/zip.h [new file with mode: 0755]
zlib/google/zip_internal.cc [new file with mode: 0755]
zlib/google/zip_internal.h [new file with mode: 0755]
zlib/google/zip_reader.cc [new file with mode: 0755]
zlib/google/zip_reader.h [new file with mode: 0755]
zlib/google/zip_reader_unittest.cc [new file with mode: 0755]
zlib/google/zip_unittest.cc [new file with mode: 0755]
zlib/google/zip_writer.cc [new file with mode: 0755]
zlib/google/zip_writer.h [new file with mode: 0755]
zlib/gzclose.c [new file with mode: 0755]
zlib/gzguts.h [new file with mode: 0755]
zlib/gzlib.c [new file with mode: 0755]
zlib/gzread.c [new file with mode: 0755]
zlib/gzwrite.c [new file with mode: 0755]
zlib/infback.c [new file with mode: 0755]
zlib/inffast.c [new file with mode: 0755]
zlib/inffast.h [new file with mode: 0755]
zlib/inffixed.h [new file with mode: 0755]
zlib/inflate.c [new file with mode: 0755]
zlib/inflate.h [new file with mode: 0755]
zlib/inftrees.c [new file with mode: 0755]
zlib/inftrees.h [new file with mode: 0755]
zlib/libz.map.txt [new file with mode: 0755]
zlib/patches/0000-build.patch [new file with mode: 0755]
zlib/patches/0001-simd.patch [new file with mode: 0755]
zlib/patches/0002-uninitializedcheck.patch [new file with mode: 0755]
zlib/patches/0003-uninitializedjump.patch [new file with mode: 0755]
zlib/patches/README [new file with mode: 0755]
zlib/trees.c [new file with mode: 0755]
zlib/trees.h [new file with mode: 0755]
zlib/uncompr.c [new file with mode: 0755]
zlib/zconf.h [new file with mode: 0755]
zlib/zlib.h [new file with mode: 0755]
zlib/zutil.c [new file with mode: 0755]
zlib/zutil.h [new file with mode: 0755]