summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2010-04-10 14:07:40 +0000
committerAndy Polyakov <appro@openssl.org>2010-04-10 14:07:40 +0000
commit49535cc409b98b4fb32af101366ea4e5f32c97a0 (patch)
treeb91efc27d99a5ac28452f08f2672351035678685 /test
parenta595baff9fd4acaced5e0bf20fe4b596e64dad6d (diff)
AESNI engine: update test_aesni.
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_aesni7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/test_aesni b/test/test_aesni
index e8fb63ee2b..8c201bc132 100755
--- a/test/test_aesni
+++ b/test/test_aesni
@@ -18,10 +18,9 @@ if $PROG engine aesni | grep -v no-aesni; then
HASH=`cat $PROG | $PROG dgst -hex`
- AES_ALGS=" aes-128-ecb aes-192-ecb aes-256-ecb \
- aes-128-cbc aes-192-cbc aes-256-cbc \
- aes-128-cfb aes-192-cfb aes-256-cfb \
- aes-128-ofb aes-192-ofb aes-256-ofb"
+ AES_ALGS=" aes-128-ctr aes-128-ecb aes-128-cbc aes-128-cfb aes-128-ofb \
+ aes-192-ctr aes-192-ecb aes-192-cbc aes-192-cfb aes-192-ofb \
+ aes-256-ctr aes-256-ecb aes-256-cbc aes-256-cfb aes-256-ofb"
BUFSIZE="16 32 48 64 80 96 128 144 999"
nerr=0