Searched refs:testgroup (Results 1 – 10 of 10) sorted by relevance
/external/python/cryptography/tests/wycheproof/ |
D | test_rsa.py | 67 binascii.unhexlify(wycheproof.testgroup["keyDer"]), backend 69 digest = _DIGESTS[wycheproof.testgroup["sha"]] 100 binascii.unhexlify(wycheproof.testgroup["keyDer"]), backend 102 digest = _DIGESTS[wycheproof.testgroup["sha"]] 103 mgf_digest = _DIGESTS[wycheproof.testgroup["mgfSha"]] 111 salt_length=wycheproof.testgroup["sLen"] 122 salt_length=wycheproof.testgroup["sLen"]
|
D | test_ecdsa.py | 48 binascii.unhexlify(wycheproof.testgroup["keyDer"]), backend 56 wycheproof.testgroup["key"]["curve"] 59 digest = _DIGESTS[wycheproof.testgroup["sha"]]
|
D | test_ecdh.py | 53 curve = _CURVES[wycheproof.testgroup["curve"]] 56 "Unsupported curve ({})".format(wycheproof.testgroup["curve"]) 94 curve = _CURVES[wycheproof.testgroup["curve"]]
|
D | test_dsa.py | 29 binascii.unhexlify(wycheproof.testgroup["keyDer"]), backend 31 digest = _DIGESTS[wycheproof.testgroup["sha"]]
|
D | test_x25519.py | 24 assert list(wycheproof.testgroup.items()) == [("curve", "curve25519")]
|
D | test_aes.py | 130 AESCCM(key, tag_length=wycheproof.testgroup["tagSize"] // 8) 133 aesccm = AESCCM(key, tag_length=wycheproof.testgroup["tagSize"] // 8)
|
/external/python/cryptography/tests/ |
D | utils.py | 890 def __init__(self, testgroup, testcase): argument 891 self.testgroup = testgroup 896 self.testgroup, self.testcase, self.testcase["tcId"],
|
/external/autotest/client/common_lib/ |
D | test.py | 842 (testgroup, testname) = _installtest(job, url) 843 bindir = os.path.join(job.testdir, 'download', testgroup, testname) 845 modulename = '%s.%s' % (re.sub('/', '.', testgroup), testname) 852 testgroup = ''
|
/external/cpuinfo/test/build.prop/ |
D | leagoo-t5c.log | 189 persist.sys.apr.testgroup=CSSLAB
|
D | huawei-mate-20.log | 189 persist.sys.apr.testgroup=CSSLAB
|