diff options
author | lloyd <[email protected]> | 2013-12-31 14:14:22 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-12-31 14:14:22 +0000 |
commit | abefc88850c37fe97b4a8588aa13fcdefd9f7b5e (patch) | |
tree | 5beb26d3e1770a56aeeddafb5157a413f8b3605d /checks/validate.h | |
parent | d291e3e82513e046abfdf4b38d38a55483f789fd (diff) |
Tests
Diffstat (limited to 'checks/validate.h')
-rw-r--r-- | checks/validate.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/checks/validate.h b/checks/validate.h index bb4114c3f..34056ab00 100644 --- a/checks/validate.h +++ b/checks/validate.h @@ -33,24 +33,4 @@ void do_x509_tests(RandomNumberGenerator&); size_t do_tls_tests(RandomNumberGenerator& rng); -void test_ocb(); - -void test_hkdf(); -void test_pbkdf(); -void test_kdf(); -void test_aead(); -void test_transform(); - -void run_tests_bb(std::istream& src, - const std::string& name_key, - const std::string& output_key, - bool clear_between_cb, - std::function<bool (std::map<std::string, std::string>)> cb); - -void run_tests(std::istream& src, - const std::string& name_key, - const std::string& output_key, - bool clear_between_cb, - std::function<std::string (std::map<std::string, std::string>)> cb); - #endif |