1# This file contains source lists that are also consumed by 2# generate_build_files.py. 3# 4# TODO(davidben): Move the other source lists into this file. 5 6set( 7 CRYPTO_TEST_DATA 8 9 crypto/blake2/blake2b256_tests.txt 10 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt 11 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt 12 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt 13 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt 14 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt 15 crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt 16 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt 17 crypto/cipher_extra/test/aes_128_gcm_tests.txt 18 crypto/cipher_extra/test/aes_192_gcm_tests.txt 19 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt 20 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt 21 crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt 22 crypto/cipher_extra/test/aes_256_gcm_randnonce_tests.txt 23 crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt 24 crypto/cipher_extra/test/aes_256_gcm_tests.txt 25 crypto/cipher_extra/test/chacha20_poly1305_tests.txt 26 crypto/cipher_extra/test/xchacha20_poly1305_tests.txt 27 crypto/cipher_extra/test/cipher_tests.txt 28 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt 29 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt 30 crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt 31 crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt 32 crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt 33 crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt 34 crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt 35 crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt 36 crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt 37 crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt 38 crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt 39 crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt 40 crypto/curve25519/ed25519_tests.txt 41 crypto/cmac/cavp_3des_cmac_tests.txt 42 crypto/cmac/cavp_aes128_cmac_tests.txt 43 crypto/cmac/cavp_aes192_cmac_tests.txt 44 crypto/cmac/cavp_aes256_cmac_tests.txt 45 crypto/ecdh_extra/ecdh_tests.txt 46 crypto/evp/evp_tests.txt 47 crypto/evp/scrypt_tests.txt 48 crypto/fipsmodule/aes/aes_tests.txt 49 crypto/fipsmodule/bn/bn_tests.txt 50 crypto/fipsmodule/bn/miller_rabin_tests.txt 51 crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt 52 crypto/fipsmodule/ec/p256-x86_64_tests.txt 53 crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt 54 crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt 55 crypto/fipsmodule/modes/gcm_tests.txt 56 crypto/fipsmodule/rand/ctrdrbg_vectors.txt 57 crypto/hmac_extra/hmac_tests.txt 58 crypto/hpke/hpke_test_vectors.txt 59 crypto/pkcs8/test/empty_password.p12 60 crypto/pkcs8/test/no_encryption.p12 61 crypto/pkcs8/test/nss.p12 62 crypto/pkcs8/test/null_password.p12 63 crypto/pkcs8/test/openssl.p12 64 crypto/pkcs8/test/pbes2_sha1.p12 65 crypto/pkcs8/test/pbes2_sha256.p12 66 crypto/pkcs8/test/unicode_password.p12 67 crypto/pkcs8/test/windows.p12 68 crypto/poly1305/poly1305_tests.txt 69 crypto/siphash/siphash_tests.txt 70 crypto/x509/test/basic_constraints_ca.pem 71 crypto/x509/test/basic_constraints_ca_pathlen_0.pem 72 crypto/x509/test/basic_constraints_ca_pathlen_1.pem 73 crypto/x509/test/basic_constraints_ca_pathlen_10.pem 74 crypto/x509/test/basic_constraints_leaf.pem 75 crypto/x509/test/basic_constraints_none.pem 76 crypto/x509/test/invalid_extension_intermediate.pem 77 crypto/x509/test/invalid_extension_intermediate_authority_key_identifier.pem 78 crypto/x509/test/invalid_extension_intermediate_basic_constraints.pem 79 crypto/x509/test/invalid_extension_intermediate_ext_key_usage.pem 80 crypto/x509/test/invalid_extension_intermediate_key_usage.pem 81 crypto/x509/test/invalid_extension_intermediate_name_constraints.pem 82 crypto/x509/test/invalid_extension_intermediate_subject_alt_name.pem 83 crypto/x509/test/invalid_extension_intermediate_subject_key_identifier.pem 84 crypto/x509/test/invalid_extension_leaf.pem 85 crypto/x509/test/invalid_extension_leaf_authority_key_identifier.pem 86 crypto/x509/test/invalid_extension_leaf_basic_constraints.pem 87 crypto/x509/test/invalid_extension_leaf_ext_key_usage.pem 88 crypto/x509/test/invalid_extension_leaf_key_usage.pem 89 crypto/x509/test/invalid_extension_leaf_name_constraints.pem 90 crypto/x509/test/invalid_extension_leaf_subject_alt_name.pem 91 crypto/x509/test/invalid_extension_leaf_subject_key_identifier.pem 92 crypto/x509/test/invalid_extension_root.pem 93 crypto/x509/test/invalid_extension_root_authority_key_identifier.pem 94 crypto/x509/test/invalid_extension_root_basic_constraints.pem 95 crypto/x509/test/invalid_extension_root_ext_key_usage.pem 96 crypto/x509/test/invalid_extension_root_key_usage.pem 97 crypto/x509/test/invalid_extension_root_name_constraints.pem 98 crypto/x509/test/invalid_extension_root_subject_alt_name.pem 99 crypto/x509/test/invalid_extension_root_subject_key_identifier.pem 100 crypto/x509/test/many_constraints.pem 101 crypto/x509/test/many_names1.pem 102 crypto/x509/test/many_names2.pem 103 crypto/x509/test/many_names3.pem 104 crypto/x509/test/some_names1.pem 105 crypto/x509/test/some_names2.pem 106 crypto/x509/test/some_names3.pem 107 third_party/wycheproof_testvectors/aes_cbc_pkcs5_test.txt 108 third_party/wycheproof_testvectors/aes_cmac_test.txt 109 third_party/wycheproof_testvectors/aes_gcm_siv_test.txt 110 third_party/wycheproof_testvectors/aes_gcm_test.txt 111 third_party/wycheproof_testvectors/chacha20_poly1305_test.txt 112 third_party/wycheproof_testvectors/dsa_test.txt 113 third_party/wycheproof_testvectors/ecdh_secp224r1_test.txt 114 third_party/wycheproof_testvectors/ecdh_secp256r1_test.txt 115 third_party/wycheproof_testvectors/ecdh_secp384r1_test.txt 116 third_party/wycheproof_testvectors/ecdh_secp521r1_test.txt 117 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha224_test.txt 118 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha256_test.txt 119 third_party/wycheproof_testvectors/ecdsa_secp224r1_sha512_test.txt 120 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha256_test.txt 121 third_party/wycheproof_testvectors/ecdsa_secp256r1_sha512_test.txt 122 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha384_test.txt 123 third_party/wycheproof_testvectors/ecdsa_secp384r1_sha512_test.txt 124 third_party/wycheproof_testvectors/ecdsa_secp521r1_sha512_test.txt 125 third_party/wycheproof_testvectors/eddsa_test.txt 126 third_party/wycheproof_testvectors/hkdf_sha1_test.txt 127 third_party/wycheproof_testvectors/hkdf_sha256_test.txt 128 third_party/wycheproof_testvectors/hkdf_sha384_test.txt 129 third_party/wycheproof_testvectors/hkdf_sha512_test.txt 130 third_party/wycheproof_testvectors/hmac_sha1_test.txt 131 third_party/wycheproof_testvectors/hmac_sha224_test.txt 132 third_party/wycheproof_testvectors/hmac_sha256_test.txt 133 third_party/wycheproof_testvectors/hmac_sha384_test.txt 134 third_party/wycheproof_testvectors/hmac_sha512_test.txt 135 third_party/wycheproof_testvectors/kwp_test.txt 136 third_party/wycheproof_testvectors/kw_test.txt 137 third_party/wycheproof_testvectors/primality_test.txt 138 third_party/wycheproof_testvectors/rsa_oaep_2048_sha1_mgf1sha1_test.txt 139 third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha1_test.txt 140 third_party/wycheproof_testvectors/rsa_oaep_2048_sha224_mgf1sha224_test.txt 141 third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha1_test.txt 142 third_party/wycheproof_testvectors/rsa_oaep_2048_sha256_mgf1sha256_test.txt 143 third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha1_test.txt 144 third_party/wycheproof_testvectors/rsa_oaep_2048_sha384_mgf1sha384_test.txt 145 third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha1_test.txt 146 third_party/wycheproof_testvectors/rsa_oaep_2048_sha512_mgf1sha512_test.txt 147 third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha1_test.txt 148 third_party/wycheproof_testvectors/rsa_oaep_3072_sha256_mgf1sha256_test.txt 149 third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha1_test.txt 150 third_party/wycheproof_testvectors/rsa_oaep_3072_sha512_mgf1sha512_test.txt 151 third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha1_test.txt 152 third_party/wycheproof_testvectors/rsa_oaep_4096_sha256_mgf1sha256_test.txt 153 third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha1_test.txt 154 third_party/wycheproof_testvectors/rsa_oaep_4096_sha512_mgf1sha512_test.txt 155 third_party/wycheproof_testvectors/rsa_oaep_misc_test.txt 156 third_party/wycheproof_testvectors/rsa_pkcs1_2048_test.txt 157 third_party/wycheproof_testvectors/rsa_pkcs1_3072_test.txt 158 third_party/wycheproof_testvectors/rsa_pkcs1_4096_test.txt 159 third_party/wycheproof_testvectors/rsa_pss_2048_sha1_mgf1_20_test.txt 160 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_0_test.txt 161 third_party/wycheproof_testvectors/rsa_pss_2048_sha256_mgf1_32_test.txt 162 third_party/wycheproof_testvectors/rsa_pss_3072_sha256_mgf1_32_test.txt 163 third_party/wycheproof_testvectors/rsa_pss_4096_sha256_mgf1_32_test.txt 164 third_party/wycheproof_testvectors/rsa_pss_4096_sha512_mgf1_32_test.txt 165 third_party/wycheproof_testvectors/rsa_pss_misc_test.txt 166 third_party/wycheproof_testvectors/rsa_sig_gen_misc_test.txt 167 third_party/wycheproof_testvectors/rsa_signature_2048_sha224_test.txt 168 third_party/wycheproof_testvectors/rsa_signature_2048_sha256_test.txt 169 third_party/wycheproof_testvectors/rsa_signature_2048_sha384_test.txt 170 third_party/wycheproof_testvectors/rsa_signature_2048_sha512_test.txt 171 third_party/wycheproof_testvectors/rsa_signature_3072_sha256_test.txt 172 third_party/wycheproof_testvectors/rsa_signature_3072_sha384_test.txt 173 third_party/wycheproof_testvectors/rsa_signature_3072_sha512_test.txt 174 third_party/wycheproof_testvectors/rsa_signature_4096_sha384_test.txt 175 third_party/wycheproof_testvectors/rsa_signature_4096_sha512_test.txt 176 third_party/wycheproof_testvectors/rsa_signature_test.txt 177 third_party/wycheproof_testvectors/x25519_test.txt 178 third_party/wycheproof_testvectors/xchacha20_poly1305_test.txt 179) 180