aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlexandru Badicioiu <alexandru.badicioiu@linaro.org>2014-11-18 12:39:19 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-11-20 17:15:32 +0300
commitd806a9be6bcff93d4e69f1c839dc87c0000d1b88 (patch)
tree0c7eeb56e707b902fdb2fb55167565ed63f26fd4 /.gitignore
parentb9318299d307c37f7a092631f2f6a5f3846c8dd0 (diff)
cunit : add tests for crypto APIs
This patch adds a suite for sync and async inplace mode of crypto APIs. Correctness of crypto operation output is verified with known test vectors. Various options and functionalities like use session IV or operation IV for ciphering are exercised for both modes. For async mode there are options to use input packet buffer or a separate buffer as the completion event and to set and retrieve the context associated with an operation from the completion event. Signed-off-by: Alexandru Badicioiu <alexandru.badicioiu@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 90db9062..efd9f156 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ tags
lib/
obj/
build/
+odp_crypto
odp_example
odp_packet
odp_atomic