aboutsummaryrefslogtreecommitdiffstats
path: root/checks/validate.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-14 18:02:26 +0000
committerlloyd <[email protected]>2013-03-14 18:02:26 +0000
commit261a665b1be34f07d5012eed5f6090fd85dd8479 (patch)
tree612220e3d21a6f6b92ba06837b87b6dbd5b4f0f9 /checks/validate.cpp
parent35c5cbed2ebe0eb72e2ff665b78a9027d17c19ec (diff)
Add OCB mode, currently encrypt only, and an AEAD interface
Diffstat (limited to 'checks/validate.cpp')
-rw-r--r--checks/validate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/checks/validate.cpp b/checks/validate.cpp
index 48bc6bd87..55af920cd 100644
--- a/checks/validate.cpp
+++ b/checks/validate.cpp
@@ -416,6 +416,8 @@ u32bit do_validation_tests(const std::string& filename,
errors++;
}
+ test_ocb();
+
return errors;
}