1# Copyright (C) 2019 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15# This file is created by generate_build_files.py. Do not edit manually. 16# To specify a custom path prefix, set BORINGSSL_ROOT before including this 17# file, or use list(TRANSFORM ... PREPEND) from CMake 3.12. 18 19set(crypto_sources 20 ${BORINGSSL_ROOT}err_data.c 21 ${BORINGSSL_ROOT}src/crypto/asn1/a_bitstr.c 22 ${BORINGSSL_ROOT}src/crypto/asn1/a_bool.c 23 ${BORINGSSL_ROOT}src/crypto/asn1/a_d2i_fp.c 24 ${BORINGSSL_ROOT}src/crypto/asn1/a_dup.c 25 ${BORINGSSL_ROOT}src/crypto/asn1/a_gentm.c 26 ${BORINGSSL_ROOT}src/crypto/asn1/a_i2d_fp.c 27 ${BORINGSSL_ROOT}src/crypto/asn1/a_int.c 28 ${BORINGSSL_ROOT}src/crypto/asn1/a_mbstr.c 29 ${BORINGSSL_ROOT}src/crypto/asn1/a_object.c 30 ${BORINGSSL_ROOT}src/crypto/asn1/a_octet.c 31 ${BORINGSSL_ROOT}src/crypto/asn1/a_print.c 32 ${BORINGSSL_ROOT}src/crypto/asn1/a_strex.c 33 ${BORINGSSL_ROOT}src/crypto/asn1/a_strnid.c 34 ${BORINGSSL_ROOT}src/crypto/asn1/a_time.c 35 ${BORINGSSL_ROOT}src/crypto/asn1/a_type.c 36 ${BORINGSSL_ROOT}src/crypto/asn1/a_utctm.c 37 ${BORINGSSL_ROOT}src/crypto/asn1/a_utf8.c 38 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_lib.c 39 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_par.c 40 ${BORINGSSL_ROOT}src/crypto/asn1/asn_pack.c 41 ${BORINGSSL_ROOT}src/crypto/asn1/f_int.c 42 ${BORINGSSL_ROOT}src/crypto/asn1/f_string.c 43 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_dec.c 44 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_enc.c 45 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_fre.c 46 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_new.c 47 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_typ.c 48 ${BORINGSSL_ROOT}src/crypto/asn1/tasn_utl.c 49 ${BORINGSSL_ROOT}src/crypto/asn1/time_support.c 50 ${BORINGSSL_ROOT}src/crypto/base64/base64.c 51 ${BORINGSSL_ROOT}src/crypto/bio/bio.c 52 ${BORINGSSL_ROOT}src/crypto/bio/bio_mem.c 53 ${BORINGSSL_ROOT}src/crypto/bio/connect.c 54 ${BORINGSSL_ROOT}src/crypto/bio/fd.c 55 ${BORINGSSL_ROOT}src/crypto/bio/file.c 56 ${BORINGSSL_ROOT}src/crypto/bio/hexdump.c 57 ${BORINGSSL_ROOT}src/crypto/bio/pair.c 58 ${BORINGSSL_ROOT}src/crypto/bio/printf.c 59 ${BORINGSSL_ROOT}src/crypto/bio/socket.c 60 ${BORINGSSL_ROOT}src/crypto/bio/socket_helper.c 61 ${BORINGSSL_ROOT}src/crypto/blake2/blake2.c 62 ${BORINGSSL_ROOT}src/crypto/bn_extra/bn_asn1.c 63 ${BORINGSSL_ROOT}src/crypto/bn_extra/convert.c 64 ${BORINGSSL_ROOT}src/crypto/buf/buf.c 65 ${BORINGSSL_ROOT}src/crypto/bytestring/asn1_compat.c 66 ${BORINGSSL_ROOT}src/crypto/bytestring/ber.c 67 ${BORINGSSL_ROOT}src/crypto/bytestring/cbb.c 68 ${BORINGSSL_ROOT}src/crypto/bytestring/cbs.c 69 ${BORINGSSL_ROOT}src/crypto/bytestring/unicode.c 70 ${BORINGSSL_ROOT}src/crypto/chacha/chacha.c 71 ${BORINGSSL_ROOT}src/crypto/cipher_extra/cipher_extra.c 72 ${BORINGSSL_ROOT}src/crypto/cipher_extra/derive_key.c 73 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_aesctrhmac.c 74 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_aesgcmsiv.c 75 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_chacha20poly1305.c 76 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_des.c 77 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_null.c 78 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_rc2.c 79 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_rc4.c 80 ${BORINGSSL_ROOT}src/crypto/cipher_extra/e_tls.c 81 ${BORINGSSL_ROOT}src/crypto/cipher_extra/tls_cbc.c 82 ${BORINGSSL_ROOT}src/crypto/conf/conf.c 83 ${BORINGSSL_ROOT}src/crypto/cpu_aarch64_apple.c 84 ${BORINGSSL_ROOT}src/crypto/cpu_aarch64_fuchsia.c 85 ${BORINGSSL_ROOT}src/crypto/cpu_aarch64_linux.c 86 ${BORINGSSL_ROOT}src/crypto/cpu_aarch64_win.c 87 ${BORINGSSL_ROOT}src/crypto/cpu_arm.c 88 ${BORINGSSL_ROOT}src/crypto/cpu_arm_linux.c 89 ${BORINGSSL_ROOT}src/crypto/cpu_intel.c 90 ${BORINGSSL_ROOT}src/crypto/cpu_ppc64le.c 91 ${BORINGSSL_ROOT}src/crypto/crypto.c 92 ${BORINGSSL_ROOT}src/crypto/curve25519/curve25519.c 93 ${BORINGSSL_ROOT}src/crypto/curve25519/spake25519.c 94 ${BORINGSSL_ROOT}src/crypto/des/des.c 95 ${BORINGSSL_ROOT}src/crypto/dh_extra/dh_asn1.c 96 ${BORINGSSL_ROOT}src/crypto/dh_extra/params.c 97 ${BORINGSSL_ROOT}src/crypto/digest_extra/digest_extra.c 98 ${BORINGSSL_ROOT}src/crypto/dsa/dsa.c 99 ${BORINGSSL_ROOT}src/crypto/dsa/dsa_asn1.c 100 ${BORINGSSL_ROOT}src/crypto/ec_extra/ec_asn1.c 101 ${BORINGSSL_ROOT}src/crypto/ec_extra/ec_derive.c 102 ${BORINGSSL_ROOT}src/crypto/ec_extra/hash_to_curve.c 103 ${BORINGSSL_ROOT}src/crypto/ecdh_extra/ecdh_extra.c 104 ${BORINGSSL_ROOT}src/crypto/ecdsa_extra/ecdsa_asn1.c 105 ${BORINGSSL_ROOT}src/crypto/engine/engine.c 106 ${BORINGSSL_ROOT}src/crypto/err/err.c 107 ${BORINGSSL_ROOT}src/crypto/evp/evp.c 108 ${BORINGSSL_ROOT}src/crypto/evp/evp_asn1.c 109 ${BORINGSSL_ROOT}src/crypto/evp/evp_ctx.c 110 ${BORINGSSL_ROOT}src/crypto/evp/p_dsa_asn1.c 111 ${BORINGSSL_ROOT}src/crypto/evp/p_ec.c 112 ${BORINGSSL_ROOT}src/crypto/evp/p_ec_asn1.c 113 ${BORINGSSL_ROOT}src/crypto/evp/p_ed25519.c 114 ${BORINGSSL_ROOT}src/crypto/evp/p_ed25519_asn1.c 115 ${BORINGSSL_ROOT}src/crypto/evp/p_rsa.c 116 ${BORINGSSL_ROOT}src/crypto/evp/p_rsa_asn1.c 117 ${BORINGSSL_ROOT}src/crypto/evp/p_x25519.c 118 ${BORINGSSL_ROOT}src/crypto/evp/p_x25519_asn1.c 119 ${BORINGSSL_ROOT}src/crypto/evp/pbkdf.c 120 ${BORINGSSL_ROOT}src/crypto/evp/print.c 121 ${BORINGSSL_ROOT}src/crypto/evp/scrypt.c 122 ${BORINGSSL_ROOT}src/crypto/evp/sign.c 123 ${BORINGSSL_ROOT}src/crypto/ex_data.c 124 ${BORINGSSL_ROOT}src/crypto/fipsmodule/bcm.c 125 ${BORINGSSL_ROOT}src/crypto/fipsmodule/fips_shared_support.c 126 ${BORINGSSL_ROOT}src/crypto/hkdf/hkdf.c 127 ${BORINGSSL_ROOT}src/crypto/hpke/hpke.c 128 ${BORINGSSL_ROOT}src/crypto/hrss/hrss.c 129 ${BORINGSSL_ROOT}src/crypto/lhash/lhash.c 130 ${BORINGSSL_ROOT}src/crypto/mem.c 131 ${BORINGSSL_ROOT}src/crypto/obj/obj.c 132 ${BORINGSSL_ROOT}src/crypto/obj/obj_xref.c 133 ${BORINGSSL_ROOT}src/crypto/pem/pem_all.c 134 ${BORINGSSL_ROOT}src/crypto/pem/pem_info.c 135 ${BORINGSSL_ROOT}src/crypto/pem/pem_lib.c 136 ${BORINGSSL_ROOT}src/crypto/pem/pem_oth.c 137 ${BORINGSSL_ROOT}src/crypto/pem/pem_pk8.c 138 ${BORINGSSL_ROOT}src/crypto/pem/pem_pkey.c 139 ${BORINGSSL_ROOT}src/crypto/pem/pem_x509.c 140 ${BORINGSSL_ROOT}src/crypto/pem/pem_xaux.c 141 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7.c 142 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7_x509.c 143 ${BORINGSSL_ROOT}src/crypto/pkcs8/p5_pbev2.c 144 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8.c 145 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8_x509.c 146 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305.c 147 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_arm.c 148 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_vec.c 149 ${BORINGSSL_ROOT}src/crypto/pool/pool.c 150 ${BORINGSSL_ROOT}src/crypto/rand_extra/deterministic.c 151 ${BORINGSSL_ROOT}src/crypto/rand_extra/forkunsafe.c 152 ${BORINGSSL_ROOT}src/crypto/rand_extra/fuchsia.c 153 ${BORINGSSL_ROOT}src/crypto/rand_extra/passive.c 154 ${BORINGSSL_ROOT}src/crypto/rand_extra/rand_extra.c 155 ${BORINGSSL_ROOT}src/crypto/rand_extra/windows.c 156 ${BORINGSSL_ROOT}src/crypto/rc4/rc4.c 157 ${BORINGSSL_ROOT}src/crypto/refcount_c11.c 158 ${BORINGSSL_ROOT}src/crypto/refcount_lock.c 159 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_asn1.c 160 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_print.c 161 ${BORINGSSL_ROOT}src/crypto/siphash/siphash.c 162 ${BORINGSSL_ROOT}src/crypto/stack/stack.c 163 ${BORINGSSL_ROOT}src/crypto/thread.c 164 ${BORINGSSL_ROOT}src/crypto/thread_none.c 165 ${BORINGSSL_ROOT}src/crypto/thread_pthread.c 166 ${BORINGSSL_ROOT}src/crypto/thread_win.c 167 ${BORINGSSL_ROOT}src/crypto/trust_token/pmbtoken.c 168 ${BORINGSSL_ROOT}src/crypto/trust_token/trust_token.c 169 ${BORINGSSL_ROOT}src/crypto/trust_token/voprf.c 170 ${BORINGSSL_ROOT}src/crypto/x509/a_digest.c 171 ${BORINGSSL_ROOT}src/crypto/x509/a_sign.c 172 ${BORINGSSL_ROOT}src/crypto/x509/a_verify.c 173 ${BORINGSSL_ROOT}src/crypto/x509/algorithm.c 174 ${BORINGSSL_ROOT}src/crypto/x509/asn1_gen.c 175 ${BORINGSSL_ROOT}src/crypto/x509/by_dir.c 176 ${BORINGSSL_ROOT}src/crypto/x509/by_file.c 177 ${BORINGSSL_ROOT}src/crypto/x509/i2d_pr.c 178 ${BORINGSSL_ROOT}src/crypto/x509/name_print.c 179 ${BORINGSSL_ROOT}src/crypto/x509/rsa_pss.c 180 ${BORINGSSL_ROOT}src/crypto/x509/t_crl.c 181 ${BORINGSSL_ROOT}src/crypto/x509/t_req.c 182 ${BORINGSSL_ROOT}src/crypto/x509/t_x509.c 183 ${BORINGSSL_ROOT}src/crypto/x509/t_x509a.c 184 ${BORINGSSL_ROOT}src/crypto/x509/x509.c 185 ${BORINGSSL_ROOT}src/crypto/x509/x509_att.c 186 ${BORINGSSL_ROOT}src/crypto/x509/x509_cmp.c 187 ${BORINGSSL_ROOT}src/crypto/x509/x509_d2.c 188 ${BORINGSSL_ROOT}src/crypto/x509/x509_def.c 189 ${BORINGSSL_ROOT}src/crypto/x509/x509_ext.c 190 ${BORINGSSL_ROOT}src/crypto/x509/x509_lu.c 191 ${BORINGSSL_ROOT}src/crypto/x509/x509_obj.c 192 ${BORINGSSL_ROOT}src/crypto/x509/x509_req.c 193 ${BORINGSSL_ROOT}src/crypto/x509/x509_set.c 194 ${BORINGSSL_ROOT}src/crypto/x509/x509_trs.c 195 ${BORINGSSL_ROOT}src/crypto/x509/x509_txt.c 196 ${BORINGSSL_ROOT}src/crypto/x509/x509_v3.c 197 ${BORINGSSL_ROOT}src/crypto/x509/x509_vfy.c 198 ${BORINGSSL_ROOT}src/crypto/x509/x509_vpm.c 199 ${BORINGSSL_ROOT}src/crypto/x509/x509cset.c 200 ${BORINGSSL_ROOT}src/crypto/x509/x509name.c 201 ${BORINGSSL_ROOT}src/crypto/x509/x509rset.c 202 ${BORINGSSL_ROOT}src/crypto/x509/x509spki.c 203 ${BORINGSSL_ROOT}src/crypto/x509/x_algor.c 204 ${BORINGSSL_ROOT}src/crypto/x509/x_all.c 205 ${BORINGSSL_ROOT}src/crypto/x509/x_attrib.c 206 ${BORINGSSL_ROOT}src/crypto/x509/x_crl.c 207 ${BORINGSSL_ROOT}src/crypto/x509/x_exten.c 208 ${BORINGSSL_ROOT}src/crypto/x509/x_info.c 209 ${BORINGSSL_ROOT}src/crypto/x509/x_name.c 210 ${BORINGSSL_ROOT}src/crypto/x509/x_pkey.c 211 ${BORINGSSL_ROOT}src/crypto/x509/x_pubkey.c 212 ${BORINGSSL_ROOT}src/crypto/x509/x_req.c 213 ${BORINGSSL_ROOT}src/crypto/x509/x_sig.c 214 ${BORINGSSL_ROOT}src/crypto/x509/x_spki.c 215 ${BORINGSSL_ROOT}src/crypto/x509/x_val.c 216 ${BORINGSSL_ROOT}src/crypto/x509/x_x509.c 217 ${BORINGSSL_ROOT}src/crypto/x509/x_x509a.c 218 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_cache.c 219 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_data.c 220 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_lib.c 221 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_map.c 222 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_node.c 223 ${BORINGSSL_ROOT}src/crypto/x509v3/pcy_tree.c 224 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_akey.c 225 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_akeya.c 226 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_alt.c 227 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_bcons.c 228 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_bitst.c 229 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_conf.c 230 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_cpols.c 231 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_crld.c 232 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_enum.c 233 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_extku.c 234 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_genn.c 235 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ia5.c 236 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_info.c 237 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_int.c 238 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_lib.c 239 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ncons.c 240 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_ocsp.c 241 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pci.c 242 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pcia.c 243 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pcons.c 244 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_pmaps.c 245 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_prn.c 246 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_purp.c 247 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_skey.c 248 ${BORINGSSL_ROOT}src/crypto/x509v3/v3_utl.c 249) 250set(ssl_sources 251 ${BORINGSSL_ROOT}src/ssl/bio_ssl.cc 252 ${BORINGSSL_ROOT}src/ssl/d1_both.cc 253 ${BORINGSSL_ROOT}src/ssl/d1_lib.cc 254 ${BORINGSSL_ROOT}src/ssl/d1_pkt.cc 255 ${BORINGSSL_ROOT}src/ssl/d1_srtp.cc 256 ${BORINGSSL_ROOT}src/ssl/dtls_method.cc 257 ${BORINGSSL_ROOT}src/ssl/dtls_record.cc 258 ${BORINGSSL_ROOT}src/ssl/encrypted_client_hello.cc 259 ${BORINGSSL_ROOT}src/ssl/extensions.cc 260 ${BORINGSSL_ROOT}src/ssl/handoff.cc 261 ${BORINGSSL_ROOT}src/ssl/handshake.cc 262 ${BORINGSSL_ROOT}src/ssl/handshake_client.cc 263 ${BORINGSSL_ROOT}src/ssl/handshake_server.cc 264 ${BORINGSSL_ROOT}src/ssl/s3_both.cc 265 ${BORINGSSL_ROOT}src/ssl/s3_lib.cc 266 ${BORINGSSL_ROOT}src/ssl/s3_pkt.cc 267 ${BORINGSSL_ROOT}src/ssl/ssl_aead_ctx.cc 268 ${BORINGSSL_ROOT}src/ssl/ssl_asn1.cc 269 ${BORINGSSL_ROOT}src/ssl/ssl_buffer.cc 270 ${BORINGSSL_ROOT}src/ssl/ssl_cert.cc 271 ${BORINGSSL_ROOT}src/ssl/ssl_cipher.cc 272 ${BORINGSSL_ROOT}src/ssl/ssl_file.cc 273 ${BORINGSSL_ROOT}src/ssl/ssl_key_share.cc 274 ${BORINGSSL_ROOT}src/ssl/ssl_lib.cc 275 ${BORINGSSL_ROOT}src/ssl/ssl_privkey.cc 276 ${BORINGSSL_ROOT}src/ssl/ssl_session.cc 277 ${BORINGSSL_ROOT}src/ssl/ssl_stat.cc 278 ${BORINGSSL_ROOT}src/ssl/ssl_transcript.cc 279 ${BORINGSSL_ROOT}src/ssl/ssl_versions.cc 280 ${BORINGSSL_ROOT}src/ssl/ssl_x509.cc 281 ${BORINGSSL_ROOT}src/ssl/t1_enc.cc 282 ${BORINGSSL_ROOT}src/ssl/tls13_both.cc 283 ${BORINGSSL_ROOT}src/ssl/tls13_client.cc 284 ${BORINGSSL_ROOT}src/ssl/tls13_enc.cc 285 ${BORINGSSL_ROOT}src/ssl/tls13_server.cc 286 ${BORINGSSL_ROOT}src/ssl/tls_method.cc 287 ${BORINGSSL_ROOT}src/ssl/tls_record.cc 288) 289set(tool_sources 290 ${BORINGSSL_ROOT}src/tool/args.cc 291 ${BORINGSSL_ROOT}src/tool/ciphers.cc 292 ${BORINGSSL_ROOT}src/tool/client.cc 293 ${BORINGSSL_ROOT}src/tool/const.cc 294 ${BORINGSSL_ROOT}src/tool/digest.cc 295 ${BORINGSSL_ROOT}src/tool/fd.cc 296 ${BORINGSSL_ROOT}src/tool/file.cc 297 ${BORINGSSL_ROOT}src/tool/generate_ech.cc 298 ${BORINGSSL_ROOT}src/tool/generate_ed25519.cc 299 ${BORINGSSL_ROOT}src/tool/genrsa.cc 300 ${BORINGSSL_ROOT}src/tool/pkcs12.cc 301 ${BORINGSSL_ROOT}src/tool/rand.cc 302 ${BORINGSSL_ROOT}src/tool/server.cc 303 ${BORINGSSL_ROOT}src/tool/sign.cc 304 ${BORINGSSL_ROOT}src/tool/speed.cc 305 ${BORINGSSL_ROOT}src/tool/tool.cc 306 ${BORINGSSL_ROOT}src/tool/transport_common.cc 307) 308set(test_support_sources 309 ${BORINGSSL_ROOT}src/crypto/test/file_test.cc 310 ${BORINGSSL_ROOT}src/crypto/test/malloc.cc 311 ${BORINGSSL_ROOT}src/crypto/test/test_util.cc 312 ${BORINGSSL_ROOT}src/crypto/test/wycheproof_util.cc 313) 314set(crypto_test_sources 315 ${BORINGSSL_ROOT}crypto_test_data.cc 316 ${BORINGSSL_ROOT}src/crypto/abi_self_test.cc 317 ${BORINGSSL_ROOT}src/crypto/asn1/asn1_test.cc 318 ${BORINGSSL_ROOT}src/crypto/base64/base64_test.cc 319 ${BORINGSSL_ROOT}src/crypto/bio/bio_test.cc 320 ${BORINGSSL_ROOT}src/crypto/blake2/blake2_test.cc 321 ${BORINGSSL_ROOT}src/crypto/buf/buf_test.cc 322 ${BORINGSSL_ROOT}src/crypto/bytestring/bytestring_test.cc 323 ${BORINGSSL_ROOT}src/crypto/chacha/chacha_test.cc 324 ${BORINGSSL_ROOT}src/crypto/cipher_extra/aead_test.cc 325 ${BORINGSSL_ROOT}src/crypto/cipher_extra/cipher_test.cc 326 ${BORINGSSL_ROOT}src/crypto/compiler_test.cc 327 ${BORINGSSL_ROOT}src/crypto/conf/conf_test.cc 328 ${BORINGSSL_ROOT}src/crypto/constant_time_test.cc 329 ${BORINGSSL_ROOT}src/crypto/cpu_arm_linux_test.cc 330 ${BORINGSSL_ROOT}src/crypto/crypto_test.cc 331 ${BORINGSSL_ROOT}src/crypto/curve25519/ed25519_test.cc 332 ${BORINGSSL_ROOT}src/crypto/curve25519/spake25519_test.cc 333 ${BORINGSSL_ROOT}src/crypto/curve25519/x25519_test.cc 334 ${BORINGSSL_ROOT}src/crypto/dh_extra/dh_test.cc 335 ${BORINGSSL_ROOT}src/crypto/digest_extra/digest_test.cc 336 ${BORINGSSL_ROOT}src/crypto/dsa/dsa_test.cc 337 ${BORINGSSL_ROOT}src/crypto/ecdh_extra/ecdh_test.cc 338 ${BORINGSSL_ROOT}src/crypto/err/err_test.cc 339 ${BORINGSSL_ROOT}src/crypto/evp/evp_extra_test.cc 340 ${BORINGSSL_ROOT}src/crypto/evp/evp_test.cc 341 ${BORINGSSL_ROOT}src/crypto/evp/pbkdf_test.cc 342 ${BORINGSSL_ROOT}src/crypto/evp/scrypt_test.cc 343 ${BORINGSSL_ROOT}src/crypto/fipsmodule/aes/aes_test.cc 344 ${BORINGSSL_ROOT}src/crypto/fipsmodule/bn/bn_test.cc 345 ${BORINGSSL_ROOT}src/crypto/fipsmodule/cmac/cmac_test.cc 346 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ec/ec_test.cc 347 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ec/p256-nistz_test.cc 348 ${BORINGSSL_ROOT}src/crypto/fipsmodule/ecdsa/ecdsa_test.cc 349 ${BORINGSSL_ROOT}src/crypto/fipsmodule/md5/md5_test.cc 350 ${BORINGSSL_ROOT}src/crypto/fipsmodule/modes/gcm_test.cc 351 ${BORINGSSL_ROOT}src/crypto/fipsmodule/rand/ctrdrbg_test.cc 352 ${BORINGSSL_ROOT}src/crypto/fipsmodule/rand/fork_detect_test.cc 353 ${BORINGSSL_ROOT}src/crypto/fipsmodule/service_indicator/service_indicator_test.cc 354 ${BORINGSSL_ROOT}src/crypto/fipsmodule/sha/sha_test.cc 355 ${BORINGSSL_ROOT}src/crypto/hkdf/hkdf_test.cc 356 ${BORINGSSL_ROOT}src/crypto/hmac_extra/hmac_test.cc 357 ${BORINGSSL_ROOT}src/crypto/hpke/hpke_test.cc 358 ${BORINGSSL_ROOT}src/crypto/hrss/hrss_test.cc 359 ${BORINGSSL_ROOT}src/crypto/impl_dispatch_test.cc 360 ${BORINGSSL_ROOT}src/crypto/lhash/lhash_test.cc 361 ${BORINGSSL_ROOT}src/crypto/obj/obj_test.cc 362 ${BORINGSSL_ROOT}src/crypto/pem/pem_test.cc 363 ${BORINGSSL_ROOT}src/crypto/pkcs7/pkcs7_test.cc 364 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs12_test.cc 365 ${BORINGSSL_ROOT}src/crypto/pkcs8/pkcs8_test.cc 366 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_test.cc 367 ${BORINGSSL_ROOT}src/crypto/pool/pool_test.cc 368 ${BORINGSSL_ROOT}src/crypto/rand_extra/rand_test.cc 369 ${BORINGSSL_ROOT}src/crypto/refcount_test.cc 370 ${BORINGSSL_ROOT}src/crypto/rsa_extra/rsa_test.cc 371 ${BORINGSSL_ROOT}src/crypto/self_test.cc 372 ${BORINGSSL_ROOT}src/crypto/siphash/siphash_test.cc 373 ${BORINGSSL_ROOT}src/crypto/stack/stack_test.cc 374 ${BORINGSSL_ROOT}src/crypto/test/abi_test.cc 375 ${BORINGSSL_ROOT}src/crypto/test/file_test_gtest.cc 376 ${BORINGSSL_ROOT}src/crypto/test/gtest_main.cc 377 ${BORINGSSL_ROOT}src/crypto/thread_test.cc 378 ${BORINGSSL_ROOT}src/crypto/trust_token/trust_token_test.cc 379 ${BORINGSSL_ROOT}src/crypto/x509/x509_test.cc 380 ${BORINGSSL_ROOT}src/crypto/x509/x509_time_test.cc 381 ${BORINGSSL_ROOT}src/crypto/x509v3/tab_test.cc 382) 383set(ssl_test_sources 384 ${BORINGSSL_ROOT}src/crypto/test/abi_test.cc 385 ${BORINGSSL_ROOT}src/crypto/test/gtest_main.cc 386 ${BORINGSSL_ROOT}src/ssl/span_test.cc 387 ${BORINGSSL_ROOT}src/ssl/ssl_c_test.c 388 ${BORINGSSL_ROOT}src/ssl/ssl_test.cc 389) 390set(crypto_sources_apple_aarch64 391 ${BORINGSSL_ROOT}apple-aarch64/crypto/chacha/chacha-armv8.S 392 ${BORINGSSL_ROOT}apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8.S 393 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/aesv8-armx64.S 394 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/armv8-mont.S 395 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 396 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/ghashv8-armx64.S 397 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/p256-armv8-asm.S 398 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S 399 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/sha1-armv8.S 400 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/sha256-armv8.S 401 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/sha512-armv8.S 402 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/vpaes-armv8.S 403 ${BORINGSSL_ROOT}apple-aarch64/crypto/test/trampoline-armv8.S 404) 405set(crypto_sources_apple_arm 406 ${BORINGSSL_ROOT}apple-arm/crypto/chacha/chacha-armv4.S 407 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/aesv8-armx32.S 408 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/armv4-mont.S 409 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/bsaes-armv7.S 410 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/ghash-armv4.S 411 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/ghashv8-armx32.S 412 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/sha1-armv4-large.S 413 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/sha256-armv4.S 414 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/sha512-armv4.S 415 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/vpaes-armv7.S 416 ${BORINGSSL_ROOT}apple-arm/crypto/test/trampoline-armv4.S 417) 418set(crypto_sources_apple_x86 419 ${BORINGSSL_ROOT}apple-x86/crypto/chacha/chacha-x86.S 420 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/aesni-x86.S 421 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/bn-586.S 422 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/co-586.S 423 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/ghash-ssse3-x86.S 424 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/ghash-x86.S 425 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/md5-586.S 426 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/sha1-586.S 427 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/sha256-586.S 428 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/sha512-586.S 429 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/vpaes-x86.S 430 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/x86-mont.S 431 ${BORINGSSL_ROOT}apple-x86/crypto/test/trampoline-x86.S 432) 433set(crypto_sources_apple_x86_64 434 ${BORINGSSL_ROOT}apple-x86_64/crypto/chacha/chacha-x86_64.S 435 ${BORINGSSL_ROOT}apple-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S 436 ${BORINGSSL_ROOT}apple-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S 437 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S 438 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/aesni-x86_64.S 439 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S 440 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/ghash-x86_64.S 441 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/md5-x86_64.S 442 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/p256-x86_64-asm.S 443 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S 444 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/rdrand-x86_64.S 445 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/rsaz-avx2.S 446 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/sha1-x86_64.S 447 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/sha256-x86_64.S 448 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/sha512-x86_64.S 449 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/vpaes-x86_64.S 450 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/x86_64-mont.S 451 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/x86_64-mont5.S 452 ${BORINGSSL_ROOT}apple-x86_64/crypto/test/trampoline-x86_64.S 453) 454set(crypto_sources_linux_aarch64 455 ${BORINGSSL_ROOT}linux-aarch64/crypto/chacha/chacha-armv8.S 456 ${BORINGSSL_ROOT}linux-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8.S 457 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/aesv8-armx64.S 458 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/armv8-mont.S 459 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 460 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S 461 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/p256-armv8-asm.S 462 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S 463 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha1-armv8.S 464 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha256-armv8.S 465 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/sha512-armv8.S 466 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/vpaes-armv8.S 467 ${BORINGSSL_ROOT}linux-aarch64/crypto/test/trampoline-armv8.S 468) 469set(crypto_sources_linux_arm 470 ${BORINGSSL_ROOT}linux-arm/crypto/chacha/chacha-armv4.S 471 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/aesv8-armx32.S 472 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/armv4-mont.S 473 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/bsaes-armv7.S 474 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghash-armv4.S 475 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghashv8-armx32.S 476 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha1-armv4-large.S 477 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha256-armv4.S 478 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/sha512-armv4.S 479 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/vpaes-armv7.S 480 ${BORINGSSL_ROOT}linux-arm/crypto/test/trampoline-armv4.S 481 ${BORINGSSL_ROOT}src/crypto/curve25519/asm/x25519-asm-arm.S 482 ${BORINGSSL_ROOT}src/crypto/poly1305/poly1305_arm_asm.S 483) 484set(crypto_sources_linux_ppc64le 485 ${BORINGSSL_ROOT}linux-ppc64le/crypto/fipsmodule/aesp8-ppc.S 486 ${BORINGSSL_ROOT}linux-ppc64le/crypto/fipsmodule/ghashp8-ppc.S 487 ${BORINGSSL_ROOT}linux-ppc64le/crypto/test/trampoline-ppc.S 488) 489set(crypto_sources_linux_x86 490 ${BORINGSSL_ROOT}linux-x86/crypto/chacha/chacha-x86.S 491 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/aesni-x86.S 492 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/bn-586.S 493 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/co-586.S 494 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S 495 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-x86.S 496 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/md5-586.S 497 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha1-586.S 498 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha256-586.S 499 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/sha512-586.S 500 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/vpaes-x86.S 501 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/x86-mont.S 502 ${BORINGSSL_ROOT}linux-x86/crypto/test/trampoline-x86.S 503) 504set(crypto_sources_linux_x86_64 505 ${BORINGSSL_ROOT}linux-x86_64/crypto/chacha/chacha-x86_64.S 506 ${BORINGSSL_ROOT}linux-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.S 507 ${BORINGSSL_ROOT}linux-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.S 508 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.S 509 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/aesni-x86_64.S 510 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S 511 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-x86_64.S 512 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/md5-x86_64.S 513 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/p256-x86_64-asm.S 514 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.S 515 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/rdrand-x86_64.S 516 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/rsaz-avx2.S 517 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha1-x86_64.S 518 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha256-x86_64.S 519 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/sha512-x86_64.S 520 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/vpaes-x86_64.S 521 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/x86_64-mont.S 522 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/x86_64-mont5.S 523 ${BORINGSSL_ROOT}linux-x86_64/crypto/test/trampoline-x86_64.S 524 ${BORINGSSL_ROOT}src/crypto/hrss/asm/poly_rq_mul.S 525) 526set(crypto_sources_win_aarch64 527 ${BORINGSSL_ROOT}win-aarch64/crypto/chacha/chacha-armv8.S 528 ${BORINGSSL_ROOT}win-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8.S 529 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/aesv8-armx64.S 530 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/armv8-mont.S 531 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 532 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/ghashv8-armx64.S 533 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/p256-armv8-asm.S 534 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm.S 535 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/sha1-armv8.S 536 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/sha256-armv8.S 537 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/sha512-armv8.S 538 ${BORINGSSL_ROOT}win-aarch64/crypto/fipsmodule/vpaes-armv8.S 539 ${BORINGSSL_ROOT}win-aarch64/crypto/test/trampoline-armv8.S 540) 541set(crypto_sources_win_x86 542 ${BORINGSSL_ROOT}win-x86/crypto/chacha/chacha-x86.asm 543 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/aesni-x86.asm 544 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/bn-586.asm 545 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/co-586.asm 546 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/ghash-ssse3-x86.asm 547 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/ghash-x86.asm 548 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/md5-586.asm 549 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha1-586.asm 550 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha256-586.asm 551 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/sha512-586.asm 552 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/vpaes-x86.asm 553 ${BORINGSSL_ROOT}win-x86/crypto/fipsmodule/x86-mont.asm 554 ${BORINGSSL_ROOT}win-x86/crypto/test/trampoline-x86.asm 555) 556set(crypto_sources_win_x86_64 557 ${BORINGSSL_ROOT}win-x86_64/crypto/chacha/chacha-x86_64.asm 558 ${BORINGSSL_ROOT}win-x86_64/crypto/cipher_extra/aes128gcmsiv-x86_64.asm 559 ${BORINGSSL_ROOT}win-x86_64/crypto/cipher_extra/chacha20_poly1305_x86_64.asm 560 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/aesni-gcm-x86_64.asm 561 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/aesni-x86_64.asm 562 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.asm 563 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/ghash-x86_64.asm 564 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/md5-x86_64.asm 565 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/p256-x86_64-asm.asm 566 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/p256_beeu-x86_64-asm.asm 567 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/rdrand-x86_64.asm 568 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/rsaz-avx2.asm 569 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha1-x86_64.asm 570 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha256-x86_64.asm 571 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/sha512-x86_64.asm 572 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/vpaes-x86_64.asm 573 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/x86_64-mont.asm 574 ${BORINGSSL_ROOT}win-x86_64/crypto/fipsmodule/x86_64-mont5.asm 575 ${BORINGSSL_ROOT}win-x86_64/crypto/test/trampoline-x86_64.asm 576) 577