boringssl/fipstools
David Benjamin e6fd125d31 Align on a single CMake style.
We currently write a mix of "if (FOO)" and "if(FOO)". While the former looks
more like a usual language, CMake believes everything, even "if" and "else", is
just a really really funny function call (a "command").

We should pick something for consistency. Upstream CMake writes "if(FOO)", so
go with that one.

Change-Id: I67e0eb650a52670110b417312a362c9f161c8721
Reviewed-on: https://boringssl-review.googlesource.com/30807
Reviewed-by: Adam Langley <agl@google.com>
2018-08-10 16:22:31 +00:00
..
cavp_aes_gcm_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_aes_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_ctr_drbg_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_ecdsa2_keypair_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_ecdsa2_pkv_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_ecdsa2_siggen_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_ecdsa2_sigver_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_hmac_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_kas_test.cc Add ECDH_compute_key_fips inside the module. 2018-07-30 22:40:31 +00:00
cavp_keywrap_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_main.cc Support TLS KDF test for NIAP. 2018-01-16 22:57:17 +00:00
cavp_rsa2_keygen_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_rsa2_siggen_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_rsa2_sigver_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_sha_monte_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_sha_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_tdes_test.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_test_util.cc Echo CAVP comments in the output. 2017-05-30 23:02:14 +00:00
cavp_test_util.h Support TLS KDF test for NIAP. 2018-01-16 22:57:17 +00:00
cavp_tlskdf_test.cc cavp_tlskdf_test.cc: include errno.h since errno is referenced. 2018-02-02 22:50:27 +00:00
CMakeLists.txt Align on a single CMake style. 2018-08-10 16:22:31 +00:00
run_cavp.go Merge NIAP and FIPS test suites. 2018-02-20 19:41:45 +00:00
test_fips.c Make test_fips more chatty. 2017-06-01 00:06:39 +00:00