From ac619349428e4802913be02f3457b4e6f3f776f6 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 30 Oct 2020 19:53:16 +0000 Subject: Add ossl(4) to cryptotest. --- tests/sys/opencrypto/cryptotest.py | 3 ++- tests/sys/opencrypto/runtests.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/sys/opencrypto/cryptotest.py b/tests/sys/opencrypto/cryptotest.py index 8868149bdb6fc..7de4015e29195 100644 --- a/tests/sys/opencrypto/cryptotest.py +++ b/tests/sys/opencrypto/cryptotest.py @@ -51,7 +51,7 @@ def katg(base, glob): return iglob(os.path.join(katdir, base, glob)) aesmodules = [ 'cryptosoft0', 'aesni0', 'armv8crypto0', 'ccr0', 'ccp0', 'safexcel0' ] -shamodules = [ 'cryptosoft0', 'aesni0', 'armv8crypto0', 'ccr0', 'ccp0', 'safexcel0' ] +shamodules = [ 'cryptosoft0', 'aesni0', 'armv8crypto0', 'ccr0', 'ccp0', 'ossl0', 'safexcel0' ] def GenTestCase(cname): try: @@ -456,6 +456,7 @@ aesni = GenTestCase('aesni0') armv8crypto = GenTestCase('armv8crypto0') ccr = GenTestCase('ccr0') ccp = GenTestCase('ccp0') +ossl = GenTestCase('ossl0') safexcel = GenTestCase('safexcel0') if __name__ == '__main__': diff --git a/tests/sys/opencrypto/runtests.sh b/tests/sys/opencrypto/runtests.sh index 1bf6149f28576..0bd3e60117556 100644 --- a/tests/sys/opencrypto/runtests.sh +++ b/tests/sys/opencrypto/runtests.sh @@ -68,7 +68,7 @@ aarch64) cpu_module=nexus/armv8crypto ;; amd64|i386) - cpu_module=nexus/aesni + cpu_module="nexus/aesni nexus/ossl" ;; esac -- cgit v1.2.3