summaryrefslogtreecommitdiff
path: root/ubuntu/openssl-bsaes.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-09-05 13:17:58 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-09-05 13:17:58 +0300
commit800229d66126e670ac7286488d1bd8798fedad62 (patch)
tree653bb81f0e8a9ff59a69ebc666bda4bcc22b2a32 /ubuntu/openssl-bsaes.yaml
parent77a72395592f261635de41384e9fd6b0d31a55ab (diff)
Add test to verify correctness of NEON bit sliced AES code in OpenSSL
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'ubuntu/openssl-bsaes.yaml')
-rw-r--r--ubuntu/openssl-bsaes.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/ubuntu/openssl-bsaes.yaml b/ubuntu/openssl-bsaes.yaml
new file mode 100644
index 0000000..8c21011
--- /dev/null
+++ b/ubuntu/openssl-bsaes.yaml
@@ -0,0 +1,22 @@
+metadata:
+ name: openssl-bsaes
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test to verify correctness of the NEON bit sliced AES code in OpenSSL"
+
+install:
+ deps:
+ - bsdmainutils
+
+run:
+ steps:
+ - ./ubuntu/scripts/openssl-bsaes.sh 128 ctr
+ - ./ubuntu/scripts/openssl-bsaes.sh 192 ctr
+ - ./ubuntu/scripts/openssl-bsaes.sh 256 ctr
+ - ./ubuntu/scripts/openssl-bsaes.sh 128 cbc
+ - ./ubuntu/scripts/openssl-bsaes.sh 192 cbc
+ - ./ubuntu/scripts/openssl-bsaes.sh 256 cbc
+ - ./ubuntu/scripts/openssl-bsaes.sh 128 xts
+ - ./ubuntu/scripts/openssl-bsaes.sh 256 xts
+
+parse:
+ pattern: "(?P<test_case_id>.*-*):\\s+(?P<result>(pass|fail))"