Lines Matching refs:cname
55 def GenTestCase(cname): argument
57 crid = cryptodev.Crypto.findcrid(cname)
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))
276 repr(data) + " on " + cname)
324 " on " + cname)
329 @unittest.skipIf(cname not in shamodules, 'skipping SHA on %s' % str(cname))
381 repr(binascii.hexlify(r)) + " Expected: " + repr(data) + " on " + cname)
383 @unittest.skipIf(cname not in shamodules, 'skipping SHA-HMAC on %s' % str(cname))