BUILD.generated_tests.gni 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284
  1. # Copyright (c) 2016 The Chromium Authors. All rights reserved.
  2. # Use of this source code is governed by a BSD-style license that can be
  3. # found in the LICENSE file.
  4. # This file is created by generate_build_files.py. Do not edit manually.
  5. test_support_sources = [
  6. "src/crypto/test/abi_test.h",
  7. "src/crypto/test/file_test.cc",
  8. "src/crypto/test/file_test.h",
  9. "src/crypto/test/gtest_main.h",
  10. "src/crypto/test/malloc.cc",
  11. "src/crypto/test/test_util.cc",
  12. "src/crypto/test/test_util.h",
  13. "src/crypto/test/wycheproof_util.cc",
  14. "src/crypto/test/wycheproof_util.h",
  15. "src/ssl/test/async_bio.h",
  16. "src/ssl/test/fuzzer.h",
  17. "src/ssl/test/fuzzer_tags.h",
  18. "src/ssl/test/handshake_util.h",
  19. "src/ssl/test/mock_quic_transport.h",
  20. "src/ssl/test/packeted_bio.h",
  21. "src/ssl/test/settings_writer.h",
  22. "src/ssl/test/test_config.h",
  23. "src/ssl/test/test_state.h",
  24. ]
  25. crypto_test_sources = [
  26. "src/crypto/abi_self_test.cc",
  27. "src/crypto/asn1/asn1_test.cc",
  28. "src/crypto/base64/base64_test.cc",
  29. "src/crypto/bio/bio_test.cc",
  30. "src/crypto/blake2/blake2_test.cc",
  31. "src/crypto/buf/buf_test.cc",
  32. "src/crypto/bytestring/bytestring_test.cc",
  33. "src/crypto/chacha/chacha_test.cc",
  34. "src/crypto/cipher_extra/aead_test.cc",
  35. "src/crypto/cipher_extra/cipher_test.cc",
  36. "src/crypto/compiler_test.cc",
  37. "src/crypto/conf/conf_test.cc",
  38. "src/crypto/constant_time_test.cc",
  39. "src/crypto/cpu_arm_linux_test.cc",
  40. "src/crypto/crypto_test.cc",
  41. "src/crypto/curve25519/ed25519_test.cc",
  42. "src/crypto/curve25519/spake25519_test.cc",
  43. "src/crypto/curve25519/x25519_test.cc",
  44. "src/crypto/dh_extra/dh_test.cc",
  45. "src/crypto/digest_extra/digest_test.cc",
  46. "src/crypto/dsa/dsa_test.cc",
  47. "src/crypto/ecdh_extra/ecdh_test.cc",
  48. "src/crypto/err/err_test.cc",
  49. "src/crypto/evp/evp_extra_test.cc",
  50. "src/crypto/evp/evp_test.cc",
  51. "src/crypto/evp/pbkdf_test.cc",
  52. "src/crypto/evp/scrypt_test.cc",
  53. "src/crypto/fipsmodule/aes/aes_test.cc",
  54. "src/crypto/fipsmodule/bn/bn_test.cc",
  55. "src/crypto/fipsmodule/cmac/cmac_test.cc",
  56. "src/crypto/fipsmodule/ec/ec_test.cc",
  57. "src/crypto/fipsmodule/ec/p256-nistz_test.cc",
  58. "src/crypto/fipsmodule/ecdsa/ecdsa_test.cc",
  59. "src/crypto/fipsmodule/md5/md5_test.cc",
  60. "src/crypto/fipsmodule/modes/gcm_test.cc",
  61. "src/crypto/fipsmodule/rand/ctrdrbg_test.cc",
  62. "src/crypto/fipsmodule/rand/fork_detect_test.cc",
  63. "src/crypto/fipsmodule/service_indicator/service_indicator_test.cc",
  64. "src/crypto/fipsmodule/sha/sha_test.cc",
  65. "src/crypto/hkdf/hkdf_test.cc",
  66. "src/crypto/hmac_extra/hmac_test.cc",
  67. "src/crypto/hpke/hpke_test.cc",
  68. "src/crypto/hrss/hrss_test.cc",
  69. "src/crypto/impl_dispatch_test.cc",
  70. "src/crypto/lhash/lhash_test.cc",
  71. "src/crypto/obj/obj_test.cc",
  72. "src/crypto/pem/pem_test.cc",
  73. "src/crypto/pkcs7/pkcs7_test.cc",
  74. "src/crypto/pkcs8/pkcs12_test.cc",
  75. "src/crypto/pkcs8/pkcs8_test.cc",
  76. "src/crypto/poly1305/poly1305_test.cc",
  77. "src/crypto/pool/pool_test.cc",
  78. "src/crypto/rand_extra/rand_test.cc",
  79. "src/crypto/refcount_test.cc",
  80. "src/crypto/rsa_extra/rsa_test.cc",
  81. "src/crypto/self_test.cc",
  82. "src/crypto/siphash/siphash_test.cc",
  83. "src/crypto/stack/stack_test.cc",
  84. "src/crypto/test/abi_test.cc",
  85. "src/crypto/test/file_test_gtest.cc",
  86. "src/crypto/test/gtest_main.cc",
  87. "src/crypto/thread_test.cc",
  88. "src/crypto/trust_token/trust_token_test.cc",
  89. "src/crypto/x509/x509_test.cc",
  90. "src/crypto/x509/x509_time_test.cc",
  91. "src/crypto/x509v3/tab_test.cc",
  92. ]
  93. crypto_test_data = [
  94. "src/crypto/blake2/blake2b256_tests.txt",
  95. "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt",
  96. "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt",
  97. "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt",
  98. "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt",
  99. "src/crypto/cipher_extra/test/aes_128_ccm_matter_tests.txt",
  100. "src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt",
  101. "src/crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt",
  102. "src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt",
  103. "src/crypto/cipher_extra/test/aes_128_gcm_tests.txt",
  104. "src/crypto/cipher_extra/test/aes_192_gcm_tests.txt",
  105. "src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt",
  106. "src/crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt",
  107. "src/crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt",
  108. "src/crypto/cipher_extra/test/aes_256_gcm_randnonce_tests.txt",
  109. "src/crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt",
  110. "src/crypto/cipher_extra/test/aes_256_gcm_tests.txt",
  111. "src/crypto/cipher_extra/test/chacha20_poly1305_tests.txt",
  112. "src/crypto/cipher_extra/test/cipher_tests.txt",
  113. "src/crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt",
  114. "src/crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt",
  115. "src/crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt",
  116. "src/crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt",
  117. "src/crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt",
  118. "src/crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt",
  119. "src/crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt",
  120. "src/crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt",
  121. "src/crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt",
  122. "src/crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt",
  123. "src/crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt",
  124. "src/crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt",
  125. "src/crypto/cipher_extra/test/xchacha20_poly1305_tests.txt",
  126. "src/crypto/curve25519/ed25519_tests.txt",
  127. "src/crypto/ecdh_extra/ecdh_tests.txt",
  128. "src/crypto/evp/evp_tests.txt",
  129. "src/crypto/evp/scrypt_tests.txt",
  130. "src/crypto/fipsmodule/aes/aes_tests.txt",
  131. "src/crypto/fipsmodule/bn/bn_tests.txt",
  132. "src/crypto/fipsmodule/bn/miller_rabin_tests.txt",
  133. "src/crypto/fipsmodule/cmac/cavp_3des_cmac_tests.txt",
  134. "src/crypto/fipsmodule/cmac/cavp_aes128_cmac_tests.txt",
  135. "src/crypto/fipsmodule/cmac/cavp_aes192_cmac_tests.txt",
  136. "src/crypto/fipsmodule/cmac/cavp_aes256_cmac_tests.txt",
  137. "src/crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt",
  138. "src/crypto/fipsmodule/ec/p256-nistz_tests.txt",
  139. "src/crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt",
  140. "src/crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt",
  141. "src/crypto/fipsmodule/modes/gcm_tests.txt",
  142. "src/crypto/fipsmodule/rand/ctrdrbg_vectors.txt",
  143. "src/crypto/hmac_extra/hmac_tests.txt",
  144. "src/crypto/hpke/hpke_test_vectors.txt",
  145. "src/crypto/pkcs8/test/empty_password.p12",
  146. "src/crypto/pkcs8/test/no_encryption.p12",
  147. "src/crypto/pkcs8/test/nss.p12",
  148. "src/crypto/pkcs8/test/null_password.p12",
  149. "src/crypto/pkcs8/test/openssl.p12",
  150. "src/crypto/pkcs8/test/pbes2_sha1.p12",
  151. "src/crypto/pkcs8/test/pbes2_sha256.p12",
  152. "src/crypto/pkcs8/test/unicode_password.p12",
  153. "src/crypto/pkcs8/test/windows.p12",
  154. "src/crypto/poly1305/poly1305_tests.txt",
  155. "src/crypto/siphash/siphash_tests.txt",
  156. "src/crypto/x509/test/basic_constraints_ca.pem",
  157. "src/crypto/x509/test/basic_constraints_ca_pathlen_0.pem",
  158. "src/crypto/x509/test/basic_constraints_ca_pathlen_1.pem",
  159. "src/crypto/x509/test/basic_constraints_ca_pathlen_10.pem",
  160. "src/crypto/x509/test/basic_constraints_leaf.pem",
  161. "src/crypto/x509/test/basic_constraints_none.pem",
  162. "src/crypto/x509/test/invalid_extension_intermediate.pem",
  163. "src/crypto/x509/test/invalid_extension_intermediate_authority_key_identifier.pem",
  164. "src/crypto/x509/test/invalid_extension_intermediate_basic_constraints.pem",
  165. "src/crypto/x509/test/invalid_extension_intermediate_ext_key_usage.pem",
  166. "src/crypto/x509/test/invalid_extension_intermediate_key_usage.pem",
  167. "src/crypto/x509/test/invalid_extension_intermediate_name_constraints.pem",
  168. "src/crypto/x509/test/invalid_extension_intermediate_subject_alt_name.pem",
  169. "src/crypto/x509/test/invalid_extension_intermediate_subject_key_identifier.pem",
  170. "src/crypto/x509/test/invalid_extension_leaf.pem",
  171. "src/crypto/x509/test/invalid_extension_leaf_authority_key_identifier.pem",
  172. "src/crypto/x509/test/invalid_extension_leaf_basic_constraints.pem",
  173. "src/crypto/x509/test/invalid_extension_leaf_ext_key_usage.pem",
  174. "src/crypto/x509/test/invalid_extension_leaf_key_usage.pem",
  175. "src/crypto/x509/test/invalid_extension_leaf_name_constraints.pem",
  176. "src/crypto/x509/test/invalid_extension_leaf_subject_alt_name.pem",
  177. "src/crypto/x509/test/invalid_extension_leaf_subject_key_identifier.pem",
  178. "src/crypto/x509/test/invalid_extension_root.pem",
  179. "src/crypto/x509/test/invalid_extension_root_authority_key_identifier.pem",
  180. "src/crypto/x509/test/invalid_extension_root_basic_constraints.pem",
  181. "src/crypto/x509/test/invalid_extension_root_ext_key_usage.pem",
  182. "src/crypto/x509/test/invalid_extension_root_key_usage.pem",
  183. "src/crypto/x509/test/invalid_extension_root_name_constraints.pem",
  184. "src/crypto/x509/test/invalid_extension_root_subject_alt_name.pem",
  185. "src/crypto/x509/test/invalid_extension_root_subject_key_identifier.pem",
  186. "src/crypto/x509/test/many_constraints.pem",
  187. "src/crypto/x509/test/many_names1.pem",
  188. "src/crypto/x509/test/many_names2.pem",
  189. "src/crypto/x509/test/many_names3.pem",
  190. "src/crypto/x509/test/some_names1.pem",
  191. "src/crypto/x509/test/some_names2.pem",
  192. "src/crypto/x509/test/some_names3.pem",
  193. "src/crypto/x509/test/trailing_data_leaf_authority_key_identifier.pem",
  194. "src/crypto/x509/test/trailing_data_leaf_basic_constraints.pem",
  195. "src/crypto/x509/test/trailing_data_leaf_ext_key_usage.pem",
  196. "src/crypto/x509/test/trailing_data_leaf_key_usage.pem",
  197. "src/crypto/x509/test/trailing_data_leaf_name_constraints.pem",
  198. "src/crypto/x509/test/trailing_data_leaf_subject_alt_name.pem",
  199. "src/crypto/x509/test/trailing_data_leaf_subject_key_identifier.pem",
  200. "src/third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt",
  201. "src/third_party/wycheproof_testvectors/aes_cmac_test.txt",
  202. "src/third_party/wycheproof_testvectors/aes_gcm_siv_test.txt",
  203. "src/third_party/wycheproof_testvectors/aes_gcm_test.txt",
  204. "src/third_party/wycheproof_testvectors/chacha20_poly1305_test.txt",
  205. "src/third_party/wycheproof_testvectors/dsa_test.txt",
  206. "src/third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt",
  207. "src/third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt",
  208. "src/third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt",
  209. "src/third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt",
  210. "src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt",
  211. "src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt",
  212. "src/third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.txt",
  213. "src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt",
  214. "src/third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.txt",
  215. "src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt",
  216. "src/third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt",
  217. "src/third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt",
  218. "src/third_party/wycheproof_testvectors/eddsa_test.txt",
  219. "src/third_party/wycheproof_testvectors/hkdf_sha1_test.txt",
  220. "src/third_party/wycheproof_testvectors/hkdf_sha256_test.txt",
  221. "src/third_party/wycheproof_testvectors/hkdf_sha384_test.txt",
  222. "src/third_party/wycheproof_testvectors/hkdf_sha512_test.txt",
  223. "src/third_party/wycheproof_testvectors/hmac_sha1_test.txt",
  224. "src/third_party/wycheproof_testvectors/hmac_sha224_test.txt",
  225. "src/third_party/wycheproof_testvectors/hmac_sha256_test.txt",
  226. "src/third_party/wycheproof_testvectors/hmac_sha384_test.txt",
  227. "src/third_party/wycheproof_testvectors/hmac_sha512_test.txt",
  228. "src/third_party/wycheproof_testvectors/kw_test.txt",
  229. "src/third_party/wycheproof_testvectors/kwp_test.txt",
  230. "src/third_party/wycheproof_testvectors/primality_test.txt",
  231. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.txt",
  232. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha1_test.txt",
  233. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha224_test.txt",
  234. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha1_test.txt",
  235. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha256_test.txt",
  236. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha1_test.txt",
  237. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha384_test.txt",
  238. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha1_test.txt",
  239. "src/third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha512_test.txt",
  240. "src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha1_test.txt",
  241. "src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha256_test.txt",
  242. "src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha1_test.txt",
  243. "src/third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha512_test.txt",
  244. "src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha1_test.txt",
  245. "src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha256_test.txt",
  246. "src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha1_test.txt",
  247. "src/third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha512_test.txt",
  248. "src/third_party/wycheproof_testvectors/rsa_oaep_misc_test.txt",
  249. "src/third_party/wycheproof_testvectors/rsa_pkcs1_2048_test.txt",
  250. "src/third_party/wycheproof_testvectors/rsa_pkcs1_3072_test.txt",
  251. "src/third_party/wycheproof_testvectors/rsa_pkcs1_4096_test.txt",
  252. "src/third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.txt",
  253. "src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.txt",
  254. "src/third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.txt",
  255. "src/third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.txt",
  256. "src/third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.txt",
  257. "src/third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.txt",
  258. "src/third_party/wycheproof_testvectors/rsa_pss_misc_test.txt",
  259. "src/third_party/wycheproof_testvectors/rsa_sig_gen_misc_test.txt",
  260. "src/third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.txt",
  261. "src/third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.txt",
  262. "src/third_party/wycheproof_testvectors/rsa_signature_2048_sha384_test.txt",
  263. "src/third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.txt",
  264. "src/third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.txt",
  265. "src/third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.txt",
  266. "src/third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.txt",
  267. "src/third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.txt",
  268. "src/third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.txt",
  269. "src/third_party/wycheproof_testvectors/rsa_signature_test.txt",
  270. "src/third_party/wycheproof_testvectors/x25519_test.txt",
  271. "src/third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt",
  272. ]
  273. ssl_test_sources = [
  274. "src/crypto/test/abi_test.cc",
  275. "src/crypto/test/gtest_main.cc",
  276. "src/ssl/span_test.cc",
  277. "src/ssl/ssl_c_test.c",
  278. "src/ssl/ssl_test.cc",
  279. ]