Home
last modified time | relevance | path

Searched refs:aesmodules (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/opencrypto/
H A Dcryptotest.py52 aesmodules = [ 'cryptosoft0', 'aesni0', 'armv8crypto0', 'ccr0', 'ccp0', 'ossl0', 'safexcel0', 'qat0… variable
65 @unittest.skipIf(cname not in aesmodules, 'skipping AES-XTS on %s' % (cname))
70 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CBC on %s' % (cname))
75 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CCM on %s' % (cname))
83 @unittest.skipIf(cname not in aesmodules, 'skipping AES-GCM on %s' % (cname))