Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/opencrypto/
H A Dcryptotest.py53 aesmodules = [ 'cryptosoft0', 'aesni0', 'armv8crypto0', 'ccr0', 'ccp0', 'safexcel0', 'qat0' ] variable
66 @unittest.skipIf(cname not in aesmodules, 'skipping AES-XTS on %s' % (cname))
71 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CBC on %s' % (cname))
76 @unittest.skipIf(cname not in aesmodules, 'skipping AES-CCM on %s' % (cname))
84 @unittest.skipIf(cname not in aesmodules, 'skipping AES-GCM on %s' % (cname))