blob: 941a9ed545abab93dbeb61776b9b5debb9de9252 [file] [log] [blame]
David Benjamin3ecd0a52017-05-19 15:26:18 -04001# 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
David Benjamin6757fbf2017-05-24 00:50:35 -04009 crypto/cipher_extra/test/aes_128_cbc_sha1_ssl3_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_cbc_sha256_tls_tests.txt
13 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
14 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
15 crypto/cipher_extra/test/aes_128_gcm_tests.txt
16 crypto/cipher_extra/test/aes_256_cbc_sha1_ssl3_tests.txt
17 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
18 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
19 crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
20 crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
21 crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
22 crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
23 crypto/cipher_extra/test/aes_256_gcm_tests.txt
24 crypto/cipher_extra/test/chacha20_poly1305_tests.txt
25 crypto/cipher_extra/test/cipher_tests.txt
26 crypto/cipher_extra/test/des_ede3_cbc_sha1_ssl3_tests.txt
27 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
28 crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
29 crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
30 crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
31 crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
32 crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
33 crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
34 crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
35 crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
36 crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
37 crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
38 crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
David Benjamin8c2e8282017-05-22 16:33:29 -040039 crypto/curve25519/ed25519_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040040 crypto/ecdh/ecdh_tests.txt
David Benjamin16c3f062017-06-08 16:00:10 -040041 crypto/evp/evp_tests.txt
David Benjaminb5292532017-06-09 19:27:37 -040042 crypto/evp/scrypt_tests.txt
David Benjamin3ecd0a52017-05-19 15:26:18 -040043 crypto/fipsmodule/aes/aes_tests.txt
David Benjamin6758d042017-06-04 15:37:23 -040044 crypto/fipsmodule/bn/bn_tests.txt
David Benjamin656aa9a2017-06-08 20:04:08 -040045 crypto/fipsmodule/ec/p256-x86_64_tests.txt
David Benjamind91e1ef2017-06-06 10:22:22 -040046 crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
47 crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
David Benjamin6757fbf2017-05-24 00:50:35 -040048 crypto/fipsmodule/modes/gcm_tests.txt
49 crypto/fipsmodule/rand/ctrdrbg_vectors.txt
50 crypto/hmac_extra/hmac_tests.txt
51 crypto/poly1305/poly1305_tests.txt
David Benjamin3ecd0a52017-05-19 15:26:18 -040052)