Add ossl(4) to cryptotest.
This commit is contained in:
parent
77b793c465
commit
ac61934942
@ -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__':
|
||||
|
@ -68,7 +68,7 @@ aarch64)
|
||||
cpu_module=nexus/armv8crypto
|
||||
;;
|
||||
amd64|i386)
|
||||
cpu_module=nexus/aesni
|
||||
cpu_module="nexus/aesni nexus/ossl"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user