Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCurve25519Test.java249 + " Android V preview", TestUtils.isEd25519AlgorithmExpectedToSupport()); in x25519KeyPairGenWithInvalidCurve()
268 + " Android V preview", TestUtils.isEd25519AlgorithmExpectedToSupport()); in ed25519KeyPairGenWithInvalidCurve()
DKeyFactoryTest.java100 if (TestUtils.isEd25519AlgorithmExpectedToSupport()) { in testAlgorithmList()
DKeyPairGeneratorTest.java182 if (TestUtils.isEd25519AlgorithmExpectedToSupport()) { in testAlgorithmList()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1280 public static boolean isEd25519AlgorithmExpectedToSupport() { in isEd25519AlgorithmExpectedToSupport() method in TestUtils