diff --git a/DEPS b/DEPS index 6fb0ee609b..38967b560f 100644 --- a/DEPS +++ b/DEPS @@ -56,23 +56,23 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/main/DEPS # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '548dcc7a544dd23b8835be61e5d790d8001a2d0c', + 'dart_revision': '99789828cc95b713f33dfb7b19a6430f617ee9f2', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py 'dart_binaryen_rev': '3f6831c0bd147ae1ae0ab1d9187d37bce7cca38b', - 'dart_boringssl_rev': 'afa405fd7c904aa577cae29cefcf9ca83bdf0784', - 'dart_core_rev': '3b35aca9a651b63e7405e578800c4a6cfa91bbae', + 'dart_boringssl_rev': 'ea42fe28775844ec8fe0444fc421398be42d51fe', + 'dart_core_rev': '2458e1aa4594a9c9bae98698e2addb2298c3312f', 'dart_devtools_rev': 'b38abb81337b10c4b675d418e50f82a5fe6a894d', - 'dart_http_rev': '6d99ff5755d3581f44ce5c18bb029a2fa1ef0eaf', + 'dart_http_rev': 'c7cc4f8e19dd0a050fcf5654b120d789663c48e4', 'dart_libprotobuf_rev': '24487dd1045c7f3d64a21f38a3f0c06cc4cf2edb', 'dart_perfetto_rev': '13ce0c9e13b0940d2476cd0cff2301708a9a2e2b', 'dart_protobuf_gn_rev': 'ca669f79945418f6229e4fef89b666b2a88cbb10', 'dart_protobuf_rev': 'b7dd58cdbd879beee4c3fbf8ee80fce8e97bad26', 'dart_pub_rev': '710265bae23ad5860f33287fba10b5c369f19a93', 'dart_tools_rev': '3bdef2043af9244b804adc08896bf96d51bb49ba', - 'dart_web_rev': 'fd3d9889a6b5ab777f6116b4972d76277e4a6404', - 'dart_webdev_rev': '5dc7950863e2728bb5398c4e6887513cc344bbae', + 'dart_web_rev': 'c2d5f63e9ea4c1409d6e159fc7b92dbcf4dc0d4d', + 'dart_webdev_rev': '616da45582e008efa114728927eabb498c71f1b7', 'dart_webkit_inspection_protocol_rev': 'effa75205516757795683d527c3dea9546eb0c32', 'ocmock_rev': 'c4ec0e3a7a9f56cfdbd0aa01f4f97bb4b75c5ef8', # v3.7.1 @@ -328,7 +328,7 @@ deps = { Var('dart_git') + '/leak_tracker.git@f5620600a5ce1c44f65ddaa02001e200b096e14c', 'engine/src/flutter/third_party/dart/third_party/pkg/markdown': - Var('dart_git') + '/markdown.git@19aaded4300d24bedcbf52ade792b203ddf030b0', + Var('dart_git') + '/markdown.git@62f78c64d963ba6f73bd70ed65630dc934a264e6', 'engine/src/flutter/third_party/dart/third_party/pkg/native': Var('dart_git') + '/native.git@c817a5e41220de370cbea6e6445e63cdc7087544', @@ -346,7 +346,7 @@ deps = { Var('dart_git') + '/external/github.com/simolus3/tar.git@5a1ea943e70cdf3fa5e1102cdbb9418bd9b4b81a', 'engine/src/flutter/third_party/dart/third_party/pkg/test': - Var('dart_git') + '/test.git@92eed6c4b6c0d008796fe7bfdb51601de0f112b6', + Var('dart_git') + '/test.git@2ccfc5cdba8e36b3939e26f09116d49aa12c76e8', 'engine/src/flutter/third_party/dart/third_party/pkg/tools': Var('dart_git') + '/tools.git' + '@' + Var('dart_tools_rev'), @@ -355,7 +355,7 @@ deps = { Var('dart_git') + '/web.git' + '@' + Var('dart_web_rev'), 'engine/src/flutter/third_party/dart/third_party/pkg/web_socket_channel': - Var('dart_git') + '/web_socket_channel.git@a937243563e8ee75d11fb23610297d4f6e5cb2b9', + Var('dart_git') + '/web_socket_channel.git@f335e52affa5c70a725401394bf265fc4384e62f', 'engine/src/flutter/third_party/dart/third_party/pkg/webdev': Var('dart_git') + '/webdev.git' + '@' + Var('dart_webdev_rev'), diff --git a/engine/src/flutter/ci/licenses.sh b/engine/src/flutter/ci/licenses.sh index 61b98209ff..189006fe14 100755 --- a/engine/src/flutter/ci/licenses.sh +++ b/engine/src/flutter/ci/licenses.sh @@ -173,7 +173,7 @@ function verify_licenses() ( local actualLicenseCount actualLicenseCount="$(tail -n 1 flutter/ci/licenses_golden/licenses_flutter | tr -dc '0-9')" - local expectedLicenseCount=892 + local expectedLicenseCount=835 if [[ $actualLicenseCount -ne $expectedLicenseCount ]]; then echo "=============================== ERROR ===============================" diff --git a/engine/src/flutter/ci/licenses_golden/excluded_files b/engine/src/flutter/ci/licenses_golden/excluded_files index 30fd45fb30..0e7d3e0d7b 100644 --- a/engine/src/flutter/ci/licenses_golden/excluded_files +++ b/engine/src/flutter/ci/licenses_golden/excluded_files @@ -998,6 +998,7 @@ ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/FIPS.md ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_test.cc +../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/gcm_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn_test_to_fuzzer.go ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/check_bn_tests.go @@ -1014,7 +1015,6 @@ ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_test.cc -../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator_test.cc ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha_test.cc @@ -1111,6 +1111,7 @@ ../../../flutter/third_party/boringssl/src/ssl/ssl_internal_test.cc ../../../flutter/third_party/boringssl/src/ssl/ssl_test.cc ../../../flutter/third_party/boringssl/src/ssl/test +../../../flutter/third_party/boringssl/src/third_party/fiat/AUTHORS ../../../flutter/third_party/boringssl/src/third_party/fiat/METADATA ../../../flutter/third_party/boringssl/src/third_party/fiat/README.chromium ../../../flutter/third_party/boringssl/src/third_party/fiat/README.md diff --git a/engine/src/flutter/ci/licenses_golden/licenses_dart b/engine/src/flutter/ci/licenses_golden/licenses_dart index bc75609298..3bdd24b918 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_dart +++ b/engine/src/flutter/ci/licenses_golden/licenses_dart @@ -1,4 +1,4 @@ -Signature: 957084781ba8fa4d42a7bae9c4013f70 +Signature: efbe44f49e2674346f1d067d6064ea5f ==================================================================================================== LIBRARY: dart @@ -4856,7 +4856,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice This Source Code Form is "Incompatible With Secondary Licenses", as defined by the Mozilla Public License, v. 2.0. -You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/548dcc7a544dd23b8835be61e5d790d8001a2d0c +You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/99789828cc95b713f33dfb7b19a6430f617ee9f2 /third_party/fallback_root_certificates/ ==================================================================================================== diff --git a/engine/src/flutter/ci/licenses_golden/licenses_flutter b/engine/src/flutter/ci/licenses_golden/licenses_flutter index ab9a69111f..65b6a4f246 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_flutter +++ b/engine/src/flutter/ci/licenses_golden/licenses_flutter @@ -749,6 +749,7 @@ limitations under the License. ==================================================================================================== LIBRARY: abseil-cpp LIBRARY: angle +LIBRARY: boringssl LIBRARY: cpu_features LIBRARY: expat LIBRARY: flatbuffers @@ -763,6 +764,7 @@ LIBRARY: vulkan-utility-libraries LIBRARY: vulkan-validation-layers LIBRARY: wuffs ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/overlay/LICENSE.txt +ORIGIN: ../../../flutter/third_party/boringssl/src/LICENSE ORIGIN: ../../../flutter/third_party/flatbuffers/LICENSE.txt ORIGIN: ../../../flutter/third_party/flatbuffers/swift/LICENSE ORIGIN: ../../../flutter/third_party/shaderc/LICENSE @@ -3031,6 +3033,644 @@ ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutt ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/internal/if_constexpr.h ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/absl/utility/utility.h ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/abseil-cpp/ci/absl_alternate_options.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/MODULE.bazel +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bn/bn_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bn/convert.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/derive_key.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesctrhmac.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesgcmsiv.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_des.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_null.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc2.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc4.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/e_tls.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/get_cipher.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cipher/tls_cbc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/des/des.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/des/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/dh/dh_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/dh/params.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/digest/digest_extra.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ec/ec_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ec/ec_derive.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ec/hash_to_curve.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ec/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ecdsa/ecdsa_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/err/err.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/err/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/cbc.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/cfb.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/ctr.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/gcm.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/gcm_nohw.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/ofb.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/polyval.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/address.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/params.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/slhdsa.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/mem.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/deterministic.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/fork_detect.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rsa/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_crypt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_extra.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_print.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/spake2plus/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/spake2plus/spake2plus.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/thread.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/macros.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/bsaes-armv7-linux.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv4-linux.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-apple.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-linux.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-win.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv4-linux.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-apple.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-linux.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-win.S +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/aead.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/aes.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/base.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/base64.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/bio.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/bn.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/buf.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/cast.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/conf.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/des.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/dh.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/digest.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ec.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/engine.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/err.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/evp.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/md4.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/md5.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/mem.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/nid.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/obj.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/objects.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pem.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pki/signature_verify_cache.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/pool.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/rand.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/sha.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/span.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/stack.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/target.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/thread.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/time.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/x509.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_errors.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/certificate.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/crl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/crl.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/encode_values.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/encode_values.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/general_names.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/general_names.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/input.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/input.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ip_util.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ip_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/name_constraints.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ocsp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ocsp.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_name.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_name.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_values.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parse_values.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parser.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/parser.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/path_builder.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/path_builder.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/pem.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/pem.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/revocation_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/string_util.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/string_util.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/test_helpers.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_error.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/extensions.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/handoff.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/handshake.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/args.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/ciphers.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/client.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/const.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/digest.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/fd.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/file.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/genrsa.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/internal.h +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/rand.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/server.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/sign.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/speed.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/tool.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/transport_common.cc +ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/boringssl/src/tool/transport_common.h ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.2.c ORIGIN: https://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/wuffs/release/c/wuffs-v0.3.c TYPE: LicenseType.apache @@ -3737,6 +4377,983 @@ FILE: ../../../flutter/third_party/angle/src/android_system_settings/src/com/and FILE: ../../../flutter/third_party/angle/src/common/vulkan/vk_google_filtering_precision.h FILE: ../../../flutter/third_party/angle/src/libANGLE/Overlay_font_autogen.cpp FILE: ../../../flutter/third_party/angle/src/libANGLE/overlay/RobotoMono-Bold.ttf +FILE: ../../../flutter/third_party/boringssl/src/.bazelignore +FILE: ../../../flutter/third_party/boringssl/src/.bcr/metadata.template.json +FILE: ../../../flutter/third_party/boringssl/src/.bcr/presubmit.yml +FILE: ../../../flutter/third_party/boringssl/src/.bcr/source.template.json +FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel +FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel.lock +FILE: ../../../flutter/third_party/boringssl/src/PrivacyInfo.xcprivacy +FILE: ../../../flutter/third_party/boringssl/src/build.json +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/bn/bn_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bn/convert.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/derive_key.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesctrhmac.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesgcmsiv.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_des.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_null.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc4.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_tls.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/get_cipher.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/tls_cbc.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/ed25519_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/dh_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/params.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/digest/digest_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_derive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/hash_to_curve.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa/ecdsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/asn1.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bio.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bn.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/cipher.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/conf.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dh.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/digest.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dsa.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ec.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdh.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdsa.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/engine.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/evp.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/hkdf.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/obj.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pem.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs7.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs8.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/rsa.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ssl.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/trust_token.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509v3.errordata +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/cbc.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/cfb.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/ctr.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/gcm.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/gcm_nohw.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/ofb.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/polyval.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared.lds +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck1.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/[Content_Types].xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/_rels/.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/_rels/item1.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/item1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/itemProps1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/app.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/core.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/_rels/document.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/document.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/endnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/fontTable.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer2.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer3.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header2.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header3.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image1.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/numbering.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/settings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/styles.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/theme/theme1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/webSettings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/[Content_Types].xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/_rels/.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/_rels/item1.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/item1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/itemProps1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/app.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/core.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/_rels/document.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/document.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/endnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/fontTable.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footer1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image1.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/numbering.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/settings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/styles.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/theme/theme1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/webSettings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/[Content_Types].xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/_rels/.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/_rels/item1.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/item1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/itemProps1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/app.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/core.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/thumbnail.emf +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/_rels/document.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/document.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/endnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/fontTable.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footer1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image1.jpeg +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/numbering.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/settings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/styles.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/theme/theme1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/webSettings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/[Content_Types].xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/_rels/.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/_rels/item1.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/item1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/itemProps1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/app.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/core.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/thumbnail.emf +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/_rels/document.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/document.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/endnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/fontTable.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer2.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer3.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header2.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header3.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image1.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/numbering.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/settings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/styles.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/theme/theme1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/webSettings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/[Content_Types].xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/_rels/.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/_rels/item1.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/item1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/itemProps1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/app.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/core.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/_rels/document.xml.rels +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/document.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/endnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/fontTable.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footer1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footnotes.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image1.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image2.png +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/numbering.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/settings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/styles.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/theme/theme1.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/webSettings.xml +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_vectors.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/address.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/params.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/slhdsa.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc +FILE: ../../../flutter/third_party/boringssl/src/crypto/hmac/hmac_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke_test_vectors.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/test-vectors.json +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_65_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_87_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_65_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_87_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_decap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_encap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_keygen_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_nist_decap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_nist_keygen_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_decap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_encap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_keygen_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_nist_decap_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_nist_keygen_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_mac.num +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go +FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/deterministic.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/fork_detect.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_crypt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_extra.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_print.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash_tests.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_keygen.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_prehash.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_siggen.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_sigver.txt +FILE: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/spake2plus.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h +FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/macros.h +FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc +FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc +FILE: ../../../flutter/third_party/boringssl/src/docs/releasing.md +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv7-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv4-mont-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bsaes-armv7-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-armv4-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv7-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv4-large-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv4-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv4-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv7-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv4-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-win.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-apple.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-linux.S +FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-win.asm +FILE: ../../../flutter/third_party/boringssl/src/gen/sources.json +FILE: ../../../flutter/third_party/boringssl/src/go.mod +FILE: ../../../flutter/third_party/boringssl/src/go.sum +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/des.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/signature_verify_cache.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/target.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h +FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/commit-queue.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/cr-buildbucket.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-logdog.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-milo.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-notify.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-scheduler.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/project.cfg +FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/realms.cfg +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h +FILE: ../../../flutter/third_party/boringssl/src/pki/certificate.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h +FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h +FILE: ../../../flutter/third_party/boringssl/src/pki/crl.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/crl.h +FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.h +FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h +FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.h +FILE: ../../../flutter/third_party/boringssl/src/pki/input.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/input.h +FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.h +FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h +FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h +FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.h +FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h +FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.h +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.h +FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h +FILE: ../../../flutter/third_party/boringssl/src/pki/parser.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/parser.h +FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.h +FILE: ../../../flutter/third_party/boringssl/src/pki/pem.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/pem.h +FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h +FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h +FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h +FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.h +FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.h +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h +FILE: ../../../flutter/third_party/boringssl/src/pki/verify.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_error.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc +FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h +FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc +FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/args.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/client.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/const.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/digest.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/file.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/internal.h +FILE: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/rand.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/server.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/sign.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/speed.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/tool.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc +FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.h FILE: ../../../flutter/third_party/cpu_features/src/include/cpu_features_cache_info.h FILE: ../../../flutter/third_party/cpu_features/src/include/cpu_features_macros.h FILE: ../../../flutter/third_party/cpu_features/src/include/cpuinfo_aarch64.h @@ -35922,45 +37539,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: fiat -ORIGIN: ../../../flutter/third_party/boringssl/src/third_party/fiat/LICENSE -TYPE: LicenseType.mit -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_mul.S -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_square.S -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_mul.S -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_sqr.S -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_32.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_adx.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_msvc.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_32.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64.h -FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64_msvc.h ----------------------------------------------------------------------------------------------------- -Copyright (c) 2015-2020 the fiat-crypto authors (see - -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: glfw ORIGIN: ../../../flutter/third_party/glfw/src/null_init.c @@ -36089,27 +37667,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/asm/poly_rq_mul.S ----------------------------------------------------------------------------------------------------- -Copyright (c) 2017, the HRSS authors. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: ffx_spd ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/ffx_a.h @@ -36678,27 +38235,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_openbsd.cc ----------------------------------------------------------------------------------------------------- -Copyright (c) 2022, Robert Nagy - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: pkg ORIGIN: ../../../flutter/third_party/pkg/coverage/benchmark/many_isolates.dart + ../../../flutter/third_party/pkg/coverage/LICENSE @@ -36886,540 +38422,6 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn/convert.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/derive_key.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_des.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_null.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc2.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc4.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/get_cipher.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/digest/digest_extra.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mem.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_crypt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/macros.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/des.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/err.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn/convert.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/derive_key.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_des.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_null.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/get_cipher.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/digest/digest_extra.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_crypt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/macros.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/des.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc ----------------------------------------------------------------------------------------------------- -Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc ----------------------------------------------------------------------------------------------------- -Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc ----------------------------------------------------------------------------------------------------- -Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. -Copyright 2005 Nokia. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc ----------------------------------------------------------------------------------------------------- -Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright 2005 Nokia. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h ----------------------------------------------------------------------------------------------------- -Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: freetype2 ORIGIN: ../../../flutter/third_party/freetype2/src/bdf/bdf.h @@ -37620,69 +38622,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh/dh_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/dh_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h ----------------------------------------------------------------------------------------------------- -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h ----------------------------------------------------------------------------------------------------- -Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/common/unicode/stringpiece.h + ../../../flutter/third_party/icu/LICENSE @@ -37747,67 +38686,6 @@ OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/base.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base.h ----------------------------------------------------------------------------------------------------- -Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc ----------------------------------------------------------------------------------------------------- -Copyright 2001-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt ----------------------------------------------------------------------------------------------------- -Copyright 2001-2017 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: angle ORIGIN: ../../../flutter/third_party/angle/include/GLSLANG/ShaderLang.h + ../../../flutter/third_party/angle/LICENSE @@ -38159,63 +39037,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdsa/ecdsa_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa/ecdsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h ----------------------------------------------------------------------------------------------------- -Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h ----------------------------------------------------------------------------------------------------- -Copyright 2002-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: freetype2 ORIGIN: ../../../flutter/third_party/freetype2/src/pcf/pcfread.h @@ -38244,24 +39065,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc ----------------------------------------------------------------------------------------------------- -Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/common/stringpiece.cpp + ../../../flutter/third_party/icu/LICENSE @@ -38299,50 +39102,6 @@ dealings in these Data Files or Software without prior written authorization of the copyright holder. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc ----------------------------------------------------------------------------------------------------- -Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc ----------------------------------------------------------------------------------------------------- -Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-cached-powers.cpp @@ -38378,80 +39137,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc ----------------------------------------------------------------------------------------------------- -Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_print.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_print.cc ----------------------------------------------------------------------------------------------------- -Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc ----------------------------------------------------------------------------------------------------- -Copyright 2006-2019 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc ----------------------------------------------------------------------------------------------------- -Copyright 2006-2021 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/common/bytestream.cpp + ../../../flutter/third_party/icu/LICENSE @@ -38491,44 +39176,6 @@ dealings in these Data Files or Software without prior written authorization of the copyright holder. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv4-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv4-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv4-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv4-linux.S ----------------------------------------------------------------------------------------------------- -Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.cc.inc ----------------------------------------------------------------------------------------------------- -Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: libjpeg-turbo ORIGIN: ../../../flutter/third_party/libjpeg-turbo/src/simd/jsimdext.inc @@ -38788,17 +39435,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/pem.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/pem.cc ----------------------------------------------------------------------------------------------------- -Copyright 2010 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: icu ORIGIN: ../../../flutter/third_party/icu/source/i18n/double-conversion-bignum-dtoa.cpp @@ -38856,24 +39492,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h ----------------------------------------------------------------------------------------------------- -Copyright 2010-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: libwebp ORIGIN: ../../../flutter/third_party/libwebp/src/dec/alpha_dec.c + ../../../flutter/third_party/libwebp/COPYING @@ -39062,54 +39680,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/pem.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/pem.h ----------------------------------------------------------------------------------------------------- -Copyright 2011 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dh/params.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/params.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc ----------------------------------------------------------------------------------------------------- -Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc ----------------------------------------------------------------------------------------------------- -Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: libwebp ORIGIN: ../../../flutter/third_party/libwebp/imageio/jpegdec.c + ../../../flutter/third_party/libwebp/COPYING @@ -39431,22 +40001,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/tls_cbc.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/bsaes-armv7-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/tls_cbc.cc -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bsaes-armv7-linux.S ----------------------------------------------------------------------------------------------------- -Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: brotli ORIGIN: ../../../flutter/third_party/brotli/c/common/constants.c + ../../../flutter/third_party/brotli/LICENSE @@ -45776,37 +46330,6 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h ----------------------------------------------------------------------------------------------------- -Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h ----------------------------------------------------------------------------------------------------- -Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2012, Intel Corporation. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: angle ORIGIN: ../../../flutter/third_party/angle/include/GLES2/gl2.h + MIT referenced by ../../../flutter/third_party/angle/include/GLES2/gl2.h @@ -46221,123 +46744,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_tls.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/slhdsa.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/args.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/client.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/const.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/digest.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/server.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/speed.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/tool.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/transport_common.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket_helper.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/ber.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbb.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/cbs.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/chacha.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_tls.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/crypto.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/engine/engine.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/aead.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hkdf/hkdf.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mldsa/mldsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/mlkem/mlkem.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/rand.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/slhdsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_vec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/urandom.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/windows.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aead.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bytestring.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/chacha.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cpu.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/crypto.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/engine.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hkdf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/objects.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslconf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/opensslv.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ossl_typ.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs12.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs7.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/poly1305.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rand.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/safestack.h -FILE: ../../../flutter/third_party/boringssl/src/tool/args.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/client.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/const.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/digest.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/internal.h -FILE: ../../../flutter/third_party/boringssl/src/tool/pkcs12.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/server.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/speed.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/tool.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/transport_common.h ----------------------------------------------------------------------------------------------------- -Copyright 2014 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility LIBRARY: angle @@ -46407,38 +46813,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h ----------------------------------------------------------------------------------------------------- -Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2014, Intel Corporation. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h ----------------------------------------------------------------------------------------------------- -Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved. -Copyright (c) 2015, Intel Inc. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: spirv-cross ORIGIN: ../../../flutter/third_party/vulkan-deps/spirv-cross/src/GLSL.std.450.h + MIT referenced by ../../../flutter/third_party/vulkan-deps/spirv-cross/src/GLSL.std.450.h @@ -46454,30 +46828,6 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-win.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-apple.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-linux.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-win.S (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-win.S ----------------------------------------------------------------------------------------------------- -Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - ==================================================================================================== LIBRARY: brotli ORIGIN: ../../../flutter/third_party/brotli/c/dec/state.c + ../../../flutter/third_party/brotli/LICENSE @@ -46907,128 +47257,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bn/bn_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/rand.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn/bn_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-arm.S -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p224-64.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/util.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/refcount.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_none.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_pthread.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread_win.cc -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/err_data.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buffer.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cmac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/curve25519.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dtls1.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/srtp.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_aead_ctx.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_buffer.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_key_share.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/ciphers.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ed25519.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/genrsa.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/rand.cc ----------------------------------------------------------------------------------------------------- -Copyright 2015 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/input.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/input.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_values.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parser.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parser.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h -FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h -FILE: ../../../flutter/third_party/boringssl/src/pki/input.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/input.h -FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parser.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parser.h -FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h -FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h ----------------------------------------------------------------------------------------------------- -Copyright 2015 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility LIBRARY: brotli @@ -47077,41 +47305,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc ----------------------------------------------------------------------------------------------------- -Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. - -Licensed under the OpenSSL license (the "License"). You may not use -this file except in compliance with the License. You can obtain a copy -in the file LICENSE in the source distribution or at -https://www.openssl.org/source/license.html -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery_inv.cc.inc ----------------------------------------------------------------------------------------------------- -Copyright 2016 Brian Smith. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: brotli ORIGIN: ../../../flutter/third_party/brotli/c/common/constants.h + ../../../flutter/third_party/brotli/LICENSE @@ -47655,132 +47848,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/deterministic.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/asn1_compat.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_linux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/spake25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/polyval.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.go -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pool/pool.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/deterministic.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/dss1.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/evp/evp_do_all.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/obj/obj_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/x509/x509_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1_mac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj_mac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pool.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_client.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_enc.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls13_server.cc ----------------------------------------------------------------------------------------------------- -Copyright 2016 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/encode_values.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parse_name.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/path_builder.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h -FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h -FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h ----------------------------------------------------------------------------------------------------- -Copyright 2016 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_data.cc + ../../../flutter/third_party/accessibility/LICENSE @@ -48143,67 +48210,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesctrhmac.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesgcmsiv.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/span.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/file.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/sign.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesctrhmac.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_aesgcmsiv.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ed25519_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/delocate.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/fips.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/self_check/self_check.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs7/pkcs7_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/forkunsafe.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/rand.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cfb/cfb.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/is_boringssl.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/span.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_versions.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/file.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/sign.cc ----------------------------------------------------------------------------------------------------- -Copyright 2017 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/adler32_simd.c + ../../../LICENSE @@ -48245,27 +48251,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/general_names.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/general_names.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h -FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.h -FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h ----------------------------------------------------------------------------------------------------- -Copyright 2017 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility LIBRARY: angle @@ -49305,81 +49290,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/bytestring/unicode.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/chacha/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_fuchsia.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_linux.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div_extra.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd_extra.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/felem.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/scalar.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple_mul.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/hrss.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/hrss/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/internal.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/e_os2.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hrss.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/handoff.cc ----------------------------------------------------------------------------------------------------- -Copyright 2018 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_win.cc ----------------------------------------------------------------------------------------------------- -Copyright 2018 The BoringSSL Authors -Copyright (c) 2020, Arm Ltd. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/contrib/bench/zlib_bench.cc + ../../../LICENSE @@ -50004,45 +49914,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_derive.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_derive.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_x25519_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_nohw.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared_support.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm_nohw.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/trust_token.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/siphash.h ----------------------------------------------------------------------------------------------------- -Copyright 2019 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/contrib/optimizations/insert_string.h + ../../../LICENSE @@ -50082,23 +49953,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/crl.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/crl.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/crl.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/crl.h -FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h ----------------------------------------------------------------------------------------------------- -Copyright 2019 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_active_popup.cc + ../../../flutter/third_party/accessibility/LICENSE @@ -50806,59 +50660,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec/hash_to_curve.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/ec/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/fork_detect.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/fd.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_tables.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/hash_to_curve.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256_table.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/fork_detect.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getrandom_fillin.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/passive.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/pmbtoken.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/trust_token/voprf.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hpke.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/trust_token.h -FILE: ../../../flutter/third_party/boringssl/src/tool/fd.cc ----------------------------------------------------------------------------------------------------- -Copyright 2020 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: accessibility ORIGIN: ../../../flutter/third_party/accessibility/ax/ax_action_handler_base.cc + ../../../flutter/third_party/accessibility/LICENSE @@ -51383,41 +51184,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/blake2/blake2b256_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_apple.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blake2.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509_vfy.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/encrypted_client_hello.cc -FILE: ../../../flutter/third_party/boringssl/src/tool/generate_ech.cc ----------------------------------------------------------------------------------------------------- -Copyright 2021 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: pkg ORIGIN: ../../../flutter/third_party/pkg/io/lib/src/charcodes.dart + ../../../flutter/third_party/pkg/io/LICENSE @@ -51784,41 +51550,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/posix_time.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_arm_freebsd.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_hkdf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/policy.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ctrdrbg.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/kdf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/posix_time.h ----------------------------------------------------------------------------------------------------- -Copyright 2022 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: zlib ORIGIN: ../../../flutter/third_party/zlib/slide_hash_simd.h + ../../../LICENSE @@ -51854,25 +51585,6 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/signature_verify_cache.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/string_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/string_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/signature_verify_cache.h -FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h -FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.h ----------------------------------------------------------------------------------------------------- -Copyright 2022 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - ==================================================================================================== LIBRARY: angle ORIGIN: ../../../flutter/third_party/angle/src/common/FixedQueue.h + ../../../flutter/third_party/angle/LICENSE @@ -51984,178 +51696,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/target.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/certificate.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_aarch64_sysreg.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/curve25519_64_adx.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/builtin_curves.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/getentropy.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/ios.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/trusty.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asm_base.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/experimental/kyber.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/certificate.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/target.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3.h -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify.cc ----------------------------------------------------------------------------------------------------- -Copyright 2023 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc (with ../../../flutter/third_party/boringssl/src/LICENSE) -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/ip_util.h (with ../../../flutter/third_party/boringssl/src/LICENSE) -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.h ----------------------------------------------------------------------------------------------------- -Copyright 2023 The Chromium Authors -Use of this source code is governed by a BSD-style license that can be -found in the LICENSE file -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/MODULE.bazel -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/address.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/params.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_extra.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/spake2plus.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/time.h -ORIGIN: ../../../flutter/third_party/boringssl/src/pki/verify_error.cc -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel -FILE: ../../../flutter/third_party/boringssl/src/crypto/bcm_support.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bcm_interface.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/address.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/fors.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/merkle.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/params.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/thash.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/slhdsa/wots.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rand/sysrand_internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_extra.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha256.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/sha/sha512.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/spake2plus/spake2plus.cc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bcm_public.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mldsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mlkem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify_error.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/slhdsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/time.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_error.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_credential.cc ----------------------------------------------------------------------------------------------------- -Copyright 2024 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h -ORIGIN: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc -ORIGIN: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/service_indicator/service_indicator.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/service_indicator.h ----------------------------------------------------------------------------------------------------- -Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -==================================================================================================== - ==================================================================================================== LIBRARY: angle ORIGIN: ../../../flutter/third_party/angle/src/libANGLE/renderer/gl/egl/DmaBufImageSiblingEGL.cpp + ../../../flutter/third_party/angle/LICENSE @@ -55687,18 +55227,6 @@ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== -==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc -TYPE: LicenseType.unknown -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc ----------------------------------------------------------------------------------------------------- -DTLS code by Eric Rescorla - -Copyright (C) 2006, Network Resonance, Inc. -Copyright (C) 2011, RTFM, Inc. -==================================================================================================== - ==================================================================================================== LIBRARY: harfbuzz ORIGIN: ../../../flutter/third_party/harfbuzz/COPYING @@ -55917,978 +55445,35 @@ which is quoted below: ==================================================================================================== ==================================================================================================== -LIBRARY: boringssl -ORIGIN: ../../../flutter/third_party/boringssl/src/LICENSE -TYPE: LicenseType.openssl -FILE: ../../../flutter/third_party/boringssl/src/.bazelignore -FILE: ../../../flutter/third_party/boringssl/src/.bcr/metadata.template.json -FILE: ../../../flutter/third_party/boringssl/src/.bcr/presubmit.yml -FILE: ../../../flutter/third_party/boringssl/src/.bcr/source.template.json -FILE: ../../../flutter/third_party/boringssl/src/MODULE.bazel.lock -FILE: ../../../flutter/third_party/boringssl/src/PrivacyInfo.xcprivacy -FILE: ../../../flutter/third_party/boringssl/src/build.json -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bitstr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_bool.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_d2i_fp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_dup.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_gentm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_i2d_fp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_mbstr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_object.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_octet.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strex.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_strnid.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_time.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_type.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/a_utctm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn1_par.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/asn_pack.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/f_string.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_dec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_enc.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_fre.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_new.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_typ.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/asn1/tasn_utl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/base64/base64.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/bio_mem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/connect.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/errno.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/fd.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/file.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/hexdump.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/pair.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/printf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bio/socket.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/bn/convert.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/buf/buf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/derive_key.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_des.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_null.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/e_rc4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/get_cipher.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/cipher/tls_cbc.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/conf/conf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/cpu_intel.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/curve25519/ed25519_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/des/des.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/des/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/dh_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dh/params.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/digest/digest_extra.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/dsa/dsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ec/ec_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdh/ecdh_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/ecdsa/ecdsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/asn1.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bio.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/bn.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/cipher.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/conf.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dh.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/digest.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/dsa.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ec.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdh.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ecdsa.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/engine.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/err.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/evp.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/hkdf.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/obj.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pem.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs7.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/pkcs8.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/rsa.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/ssl.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/trust_token.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/err/x509v3.errordata -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_ctx.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/evp_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dh_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_dsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_ec_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/p_rsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/pbkdf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/print.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/scrypt_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/evp/sign.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/ex_data.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/aes_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/key_wrap.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/aes/mode_wrappers.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/add.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/asm/x86_64-gcc.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bn.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/bytes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/cmp.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/ctx.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/div.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/exponentiation.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/gcd.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/generic.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/jacobi.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/montgomery.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/mul.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/prime.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/random.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/rsaz_exp.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/shift.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/bn/sqrt.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/cipher.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aes.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/e_aesccm.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cipher/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/cmac/cmac.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/check.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/dh/dh.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digest.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/digests.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digest/md32_common.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/digestsign/digestsign.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_key.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_montgomery.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/oct.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz-table.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/p256-nistz_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/simple.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ec/wnaf.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdh/ecdh.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/fips_shared.lds -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/hmac/hmac.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck1.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/intcheck3.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/keccak/keccak_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cbc.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/cfb.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ctr.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/gcm.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/modes/ofb.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/[Content_Types].xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/_rels/.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/_rels/item1.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/item1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/customXml/itemProps1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/app.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/docProps/core.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/_rels/document.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/document.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/endnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/fontTable.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer2.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footer3.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/footnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header2.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/header3.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image1.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/media/image2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/numbering.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/settings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/styles.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/theme/theme1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20191020.docx!/word/webSettings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/[Content_Types].xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/_rels/.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/_rels/item1.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/item1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/customXml/itemProps1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/app.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/docProps/core.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/_rels/document.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/document.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/endnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/fontTable.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footer1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/footnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image1.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/media/image2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/numbering.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/settings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/styles.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/theme/theme1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Android-Security-Policy-20210319.docx!/word/webSettings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/[Content_Types].xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/_rels/.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/_rels/item1.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/item1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/customXml/itemProps1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/app.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/core.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/docProps/thumbnail.emf -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/_rels/document.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/document.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/endnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/fontTable.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footer1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/footnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image1.jpeg -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/media/image2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/numbering.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/settings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/styles.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/theme/theme1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20170615.docx!/word/webSettings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/[Content_Types].xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/_rels/.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/_rels/item1.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/item1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/customXml/itemProps1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/app.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/core.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/docProps/thumbnail.emf -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/_rels/document.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/document.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/endnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/fontTable.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer2.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footer3.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/footnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header2.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/header3.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image1.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/media/image2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/numbering.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/settings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/styles.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/theme/theme1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20180730.docx!/word/webSettings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/[Content_Types].xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/_rels/.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/_rels/item1.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/item1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/customXml/itemProps1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/app.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/docProps/core.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/_rels/document.xml.rels -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/document.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/endnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/fontTable.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footer1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/footnotes.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image1.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/media/image2.png -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/numbering.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/settings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/styles.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/theme/theme1.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/policydocs/BoringCrypto-Security-Policy-20190808.docx!/word/webSettings.xml -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rand/ctrdrbg_vectors.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/blinding.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/padding.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/rsa/rsa_impl.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha1.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha256.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/sha/sha512.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/fipsmodule/tls/kdf.cc.inc -FILE: ../../../flutter/third_party/boringssl/src/crypto/hmac/hmac_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/hpke_test_vectors.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/hpke/test-vectors.json -FILE: ../../../flutter/third_party/boringssl/src/crypto/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/kyber/kyber_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/lhash/lhash.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/md4/md4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/md5/md5.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/mem.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_65_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_keygen_87_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_65_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mldsa/mldsa_nist_siggen_87_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_decap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_encap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_keygen_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_nist_decap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem1024_nist_keygen_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_decap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_encap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_keygen_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_nist_decap_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/mlkem/mlkem768_nist_keygen_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_dat.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_mac.num -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/obj_xref.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/obj/objects.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_all.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_info.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_oth.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pk8.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_pkey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pem/pem_xaux.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/p5_pbev2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/pkcs8/pkcs8_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_arm_asm.S -FILE: ../../../flutter/third_party/boringssl/src/crypto/poly1305/poly1305_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/rc4/rc4.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_crypt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/rsa/rsa_print.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/siphash/siphash_tests.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_keygen.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_prehash.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_siggen.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/slhdsa/slhdsa_sigver.txt -FILE: ../../../flutter/third_party/boringssl/src/crypto/stack/stack.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/thread.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_digest.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_sign.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/a_verify.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/algorithm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/asn1_gen.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_dir.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/by_file.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/ext_dat.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/i2d_pr.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/internal.h -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/name_print.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/rsa_pss.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_crl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/t_x509a.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_akeya.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_alt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bcons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_bitst.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_conf.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_cpols.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_crld.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_enum.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_extku.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_genn.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ia5.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_info.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_int.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ncons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_ocsp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pcons.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_pmaps.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_prn.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_purp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_skey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/v3_utl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_att.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_cmp.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_d2.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_def.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_ext.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_lu.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_obj.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_set.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_trs.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_txt.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_v3.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vfy.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509_vpm.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509cset.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509name.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509rset.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x509spki.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_algor.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_all.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_attrib.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_crl.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_exten.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_name.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_pubkey.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_req.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_sig.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_spki.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_val.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/crypto/x509/x_x509a.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/bio/base64_bio.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/blowfish/blowfish.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/cast_tables.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/cast/internal.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/des/cfb64ede.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dh/dh_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/dsa/dsa_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/macros.h -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rc4/rc4_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ripemd/ripemd.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/rsa/rsa_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/ssl/ssl_decrepit.cc -FILE: ../../../flutter/third_party/boringssl/src/decrepit/xts/xts.cc -FILE: ../../../flutter/third_party/boringssl/src/docs/releasing.md -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx10-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aes-gcm-avx2-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-gcm-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesni-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv7-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/aesv8-gcm-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv4-mont-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/armv8-mont-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bn-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/bsaes-armv7-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/co-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-armv4-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-neon-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-ssse3-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghash-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv7-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/ghashv8-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-armv8-asm-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256-x86_64-asm-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-armv8-asm-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/p256_beeu-x86_64-asm-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rdrand-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/rsaz-avx2-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv4-large-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha1-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv4-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha256-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv4-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/sha512-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv7-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/vpaes-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86-mont-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/bcm/x86_64-mont5-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/aes128gcmsiv-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv4-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_armv8-win.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/chacha20_poly1305_x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-586-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-apple.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-linux.S -FILE: ../../../flutter/third_party/boringssl/src/gen/crypto/md5-x86_64-win.asm -FILE: ../../../flutter/third_party/boringssl/src/gen/sources.json -FILE: ../../../flutter/third_party/boringssl/src/go.mod -FILE: ../../../flutter/third_party/boringssl/src/go.sum -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/aes.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/arm_arch.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/asn1t.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/base64.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bio.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/blowfish.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/bn.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/buf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cast.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/cipher.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/conf.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/des.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dh.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/digest.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/dsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ec_key.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdh.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ecdsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/err.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/evp_errors.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ex_data.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/hmac.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/lhash.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md4.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/md5.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/mem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/nid.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/obj.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pem.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pkcs8.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/signature_verify_cache.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/pki/verify.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rc4.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ripemd.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/rsa.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/sha.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/ssl3.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/stack.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/thread.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/tls1.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/type_check.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509.h -FILE: ../../../flutter/third_party/boringssl/src/include/openssl/x509v3_errors.h -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/commit-queue.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/cr-buildbucket.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-logdog.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-milo.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-notify.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/luci-scheduler.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/project.cfg -FILE: ../../../flutter/third_party/boringssl/src/infra/config/generated/realms.cfg -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_id.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_error_params.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_errors.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source.h -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/cert_issuer_source_static.h -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/certificate_policies.h -FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/common_cert_errors.h -FILE: ../../../flutter/third_party/boringssl/src/pki/crl.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/crl.h -FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/encode_values.h -FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/extended_key_usage.h -FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/general_names.h -FILE: ../../../flutter/third_party/boringssl/src/pki/input.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/input.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ip_util.h -FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/mock_signature_verify_cache.h -FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/name_constraints.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_revocation_status.h -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/ocsp_verify_result.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_certificate.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_name.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parse_values.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parsed_certificate.h -FILE: ../../../flutter/third_party/boringssl/src/pki/parser.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/parser.h -FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/path_builder.h -FILE: ../../../flutter/third_party/boringssl/src/pki/pem.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/pem.h -FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/revocation_util.h -FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/signature_algorithm.h -FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/simple_path_builder_delegate.h -FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/string_util.h -FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/test_helpers.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_collection.h -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/trust_store_in_memory.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_certificate_chain.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_name_match.h -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.cc -FILE: ../../../flutter/third_party/boringssl/src/pki/verify_signed_data.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/bio_ssl.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_pkt.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/d1_srtp.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_method.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/dtls_record.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/extensions.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_client.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/handshake_server.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/internal.h -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_both.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/s3_pkt.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_asn1.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cert.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_cipher.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_file.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_lib.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_privkey.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_session.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_stat.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_transcript.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/ssl_x509.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/t1_enc.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_method.cc -FILE: ../../../flutter/third_party/boringssl/src/ssl/tls_record.cc +LIBRARY: fiat +ORIGIN: ../../../flutter/third_party/boringssl/src/third_party/fiat/LICENSE +TYPE: LicenseType.apache +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_mul.S +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_curve25519_adx_square.S +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_mul.S +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/asm/fiat_p256_adx_sqr.S +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_32.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_adx.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/curve25519_64_msvc.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_32.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64.h +FILE: ../../../flutter/third_party/boringssl/src/third_party/fiat/p256_64_msvc.h ---------------------------------------------------------------------------------------------------- -OpenSSL License ---------------- +The Apache License, Version 2.0 (Apache-2.0) -Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved. +Copyright 2015-2020 the fiat-crypto authors (see the AUTHORS file) -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + http://www.apache.org/licenses/LICENSE-2.0 -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. - - -This product includes cryptographic software written by Eric Young -(eay@cryptsoft.com). This product includes software written by Tim -Hudson (tjh@cryptsoft.com). - -Original SSLeay License ------------------------ - -Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] - -ISC license used for completely new code in BoringSSL: - -Copyright 2015 The BoringSSL Authors - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY -SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION -OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN -CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -The code in third_party/fiat carries the MIT license: - -Copyright (c) 2015-2016 the fiat-crypto authors (see -https://github.com/mit-plv/fiat-crypto/blob/master/AUTHORS). - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. - -Licenses for support code -------------------------- - -Parts of the TLS test suite are under the Go license. This code is not included -in BoringSSL (i.e. libcrypto and libssl) when compiled, however, so -distributing code linked against BoringSSL does not trigger this license: - -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -BoringSSL uses the Chromium test infrastructure to run a continuous build, -trybots etc. The scripts which manage this, and the script for generating build -metadata, are under the Chromium license. Distributing code linked against -BoringSSL does not trigger this license. - -Copyright 2015 The Chromium Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and ==================================================================================================== ==================================================================================================== @@ -69962,4 +68547,4 @@ freely, subject to the following restrictions: 3. This notice may not be removed or altered from any source distribution. ==================================================================================================== -Total license count: 892 +Total license count: 835 diff --git a/engine/src/flutter/ci/licenses_golden/tool_signature b/engine/src/flutter/ci/licenses_golden/tool_signature index c128661423..14b82b1f6a 100644 --- a/engine/src/flutter/ci/licenses_golden/tool_signature +++ b/engine/src/flutter/ci/licenses_golden/tool_signature @@ -1,2 +1,2 @@ -Signature: 234e3117f50e69362f815beaffa13970 +Signature: 85f11a0b4d789b25948aba8c1bad5630 diff --git a/engine/src/flutter/tools/licenses/lib/main.dart b/engine/src/flutter/tools/licenses/lib/main.dart index d44432bf90..62b432c115 100644 --- a/engine/src/flutter/tools/licenses/lib/main.dart +++ b/engine/src/flutter/tools/licenses/lib/main.dart @@ -817,54 +817,59 @@ class _RepositoryKhronosLicenseFile extends _RepositoryLicenseFile { /// This file contains a bunch of different licenses, but other files /// refer to it as if it was a monolithic license so we sort of have /// to treat the whole thing as a MultiLicense. -class _RepositoryOpenSSLLicenseFile extends _RepositorySingleLicenseFile { - _RepositoryOpenSSLLicenseFile(_RepositoryDirectory parent, fs.TextFile io) +class _RepositoryBoringSSLLicenseFile extends _RepositorySingleLicenseFile { + _RepositoryBoringSSLLicenseFile(_RepositoryDirectory parent, fs.TextFile io) : super(parent, io, _parseLicense(io)); static final RegExp _pattern = RegExp( - // advice is to skip the first 27 lines of this file in the LICENSE file - r'^BoringSSL is a fork of OpenSSL. As such, .+?' - r'The following are Google-internal bug numbers where explicit permission from\n' - r'some authors is recorded for use of their work\. \(This is purely for our own\n' - r'record keeping\.\)\n+' - r'[0-9+ \n]+\n+' - r'(' // 1 - r' *OpenSSL License\n' - r' *---------------\n+)' - r'(.+?)\n+' // 2 - r'(' // 3 - r' *Original SSLeay License\n' - r' *-----------------------\n+)' - r'(.+?)\n+' // 4 - r'( *ISC license used for completely new code in BoringSSL:\n+)' // 5 - r'(.+?)\n+' // 6 - r'( *The code in third_party/fiat carries the MIT license:\n+)' // 7 - r'(.+?)\n+' // 8 - r'(' // 9 + r'^' + r'.*\n(' // 1 + r' *Apache License\n' + r' *Version 2.0, January 2004\n' + r' *http://www.apache.org/licenses/\n' + r'\n' + r'.+?)\n+' + r'(' // 2 r' *Licenses for support code\n' r' *-------------------------\n+)' - r'(.+?)\n+' // 10 - r'(BoringSSL uses the Chromium test infrastructure to run a continuous build,\n' // 11 + r'(.+?)\n+' // 3 + r'(BoringSSL uses the Chromium test infrastructure to run a continuous build,\n' // 4 r'trybots etc\. The scripts which manage this, and the script for generating build\n' r'metadata, are under the Chromium license\. Distributing code linked against\n' r'BoringSSL does not trigger this license\.)\n+' - r'(.+?)\n+$', // 12 + r'(.+?)\n+$', // 5 dotAll: true, ); static License _parseLicense(fs.TextFile io) { final Match? match = _pattern.firstMatch(io.readString()); if (match == null) { - throw 'Failed to match OpenSSL license pattern.'; + throw 'Failed to match BoringSSL license pattern.'; } - assert(match.groupCount == 12); - return License.fromMultipleBlocks( - List.generate(match.groupCount, (int index) => match.group(index + 1)!).toList(), - LicenseType.openssl, - origin: io.fullName, - authors: 'The OpenSSL Project Authors', - yesWeKnowWhatItLooksLikeButItIsNot: true, // looks like BSD, but... - ); + assert(match.groupCount == 5); + return License.fromBodyAndType(match.group(1)!, LicenseType.apache, origin: io.fullName); + } +} + +class _RepositoryBoringSSLFiatLicenseFile extends _RepositorySingleLicenseFile { + _RepositoryBoringSSLFiatLicenseFile(_RepositoryDirectory parent, fs.TextFile io) + : super(parent, io, _parseLicense(io)); + + static final RegExp _pattern = RegExp( + r'^(The Apache License, Version 2.0 \(Apache-2.0\)' + r'.*\n+' + r' *http://www.apache.org/licenses/.*)\n' + r'(.+?)\n+$', + dotAll: true, + ); + + static License _parseLicense(fs.TextFile io) { + final Match? match = _pattern.firstMatch(io.readString()); + if (match == null) { + throw 'Failed to match BoringSSL Fiat license pattern.'; + } + assert(match.groupCount == 2); + return License.fromBodyAndType(match.group(1)!, LicenseType.apache, origin: io.fullName); } } @@ -1017,7 +1022,9 @@ class _RepositoryDirectory extends _RepositoryEntry implements LicenseSource { ); static const Map _specialCaseFiles = { - '/flutter/third_party/boringssl/src/LICENSE': _RepositoryOpenSSLLicenseFile.new, + '/flutter/third_party/boringssl/src/LICENSE': _RepositoryBoringSSLLicenseFile.new, + '/flutter/third_party/boringssl/src/third_party/fiat/LICENSE': + _RepositoryBoringSSLFiatLicenseFile.new, '/flutter/third_party/dart/LICENSE': _RepositoryDartLicenseFile.new, '/flutter/third_party/freetype2/LICENSE.TXT': _RepositoryFreetypeLicenseFile.new, '/flutter/third_party/icu/LICENSE': _RepositoryIcuLicenseFile.new, @@ -1753,6 +1760,16 @@ class _RepositoryBoringSSLSourceDirectory extends _RepositoryDirectory { @override bool get isLicenseRoot => true; + + @override + License? nearestLicenseOfType(LicenseType type) { + if (type == LicenseType.openssl) { + // OpenSSL has switched to the Apache license. But one file (x86_64-gcc.cc.inc) + // includes the Apache license along with a comment using older language. + return nearestLicenseWithName('LICENSE'); + } + return super.nearestLicenseOfType(type); + } } class _RepositoryFlutterDirectory extends _RepositoryDirectory { diff --git a/engine/src/flutter/tools/licenses/lib/patterns.dart b/engine/src/flutter/tools/licenses/lib/patterns.dart index 1c6ab66517..ebe0aabb9e 100644 --- a/engine/src/flutter/tools/licenses/lib/patterns.dart +++ b/engine/src/flutter/tools/licenses/lib/patterns.dart @@ -503,22 +503,6 @@ final List csReferencesByFilename = csReferencesByFilename = csReferencesByType = [ // used with _tryReferenceByType // groups 1 and 2 are the prefix, group 3 is the license type - RegExp( - kIndent + - r'Written by Andy Polyakov for the OpenSSL ' - r'project\. The module is, however, dual licensed under (OpenSSL) and ' - r'CRYPTOGAMS licenses depending on where you obtain it\. For further ' - r'details see http://www\.openssl\.org/~appro/cryptogams/\. ' - r'Permission to use under GPL terms is granted\.' - .replaceAll(' ', _linebreak), - multiLine: true, - ), // MPL // fallback_root_certificates @@ -583,9 +557,9 @@ final List csReferencesByType = [ // BoringSSL RegExp( kIndent + - r'Rights for redistribution and usage in source and binary forms are ' - r'granted according to the (OpenSSL) license\. Warranty of any kind is ' - r'disclaimed\.' + r'Implemented by Andy Polyakov for the (OpenSSL) project\. ' + r'Rights for redistribution and usage in source and binary forms are ' + r'granted according to the License\. Warranty of any kind is disclaimed. ' .replaceAll(' ', _linebreak), multiLine: true, ),