Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DNoAttestKeyTest.java97 TestUtils.assumeStrongBox(); in testAttestKeyFail()
128 TestUtils.assumeStrongBox(); in testAttestKeyFail()
DAttestKeyTest.java182 TestUtils.assumeStrongBox(); in testTeeCannotAttestToStrongBoxKey()
212 TestUtils.assumeStrongBox(); in testEcAttestKey()
229 TestUtils.assumeStrongBox(); in testRsaAttestKey()
DImportWrappedKeyTest.java137 TestUtils.assumeStrongBox(); in testKeyStore_ImportWrappedKey_AES()
194 TestUtils.assumeStrongBox(); in testKeyStore_ImportIncorrectWrappedKey()
259 TestUtils.assumeStrongBox(); in testKeyStore_ImportWrappedKey_3DES()
322 TestUtils.assumeStrongBox(); in testKeyStore_ImportWrappedKey_RSA()
401 TestUtils.assumeStrongBox(); in testKeyStore_ImportWrappedKey_EC()
DKeyGeneratorTest.java807 TestUtils.assumeStrongBox(); in testUniquenessOfAesKeysInStrongBox()
870 TestUtils.assumeStrongBox(); in testUniquenessOfHmacKeysInStrongBox()
DMacTest.java91 TestUtils.assumeStrongBox(); in setUp()
DKeyPairGeneratorTest.java2165 TestUtils.assumeStrongBox(); in testUniquenessOfRsaKeysInStrongBox()
2184 TestUtils.assumeStrongBox(); in testUniquenessOfEcKeysInStrongBox()
2240 TestUtils.assumeStrongBox(); in testUniquenessOfEcdhKeysInStrongBox()
DBlockCipherTestBase.java84 TestUtils.assumeStrongBox(); in setUp()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java111 static public void assumeStrongBox() { in assumeStrongBox() method in TestUtils