Add ossl(4) to cryptotest.

This commit is contained in:
Jung-uk Kim 2020-10-30 19:53:16 +00:00
parent 77b793c465
commit ac61934942
2 changed files with 3 additions and 2 deletions

View File

@ -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 @@ def runSHA1HMACWithParser(self, parser):
armv8crypto = GenTestCase('armv8crypto0')
ccr = GenTestCase('ccr0')
ccp = GenTestCase('ccp0')
ossl = GenTestCase('ossl0')
safexcel = GenTestCase('safexcel0')
if __name__ == '__main__':

View File

@ -68,7 +68,7 @@ aarch64)
cpu_module=nexus/armv8crypto
;;
amd64|i386)
cpu_module=nexus/aesni
cpu_module="nexus/aesni nexus/ossl"
;;
esac