Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestationPerformanceTest.java38 if (!TestUtils.isAttestationSupported()) { in testRsaKeyAttestation()
52 if (!TestUtils.isAttestationSupported()) { in testEcKeyAttestation()
DKeyAttestationTest.java162 if (!TestUtils.isAttestationSupported()) { in testEcAttestation()
219 if (!TestUtils.isAttestationSupported()) { in testEcAttestation_TooLargeChallenge()
277 if (!TestUtils.isAttestationSupported()) { in testEcAttestation_DeviceLocked()
441 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation()
507 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation_TooLargeChallenge()
565 if (!TestUtils.isAttestationSupported()) { in testRsaAttestation_DeviceLocked()
DTestUtils.java1085 public static boolean isAttestationSupported() { in isAttestationSupported() method in TestUtils
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java425 if (!isAttestationSupported()) { in testCanGenerateKeyPairWithKeyAttestation()
838 private boolean isAttestationSupported() { in isAttestationSupported() method in KeyManagementTest