Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyAttestationTest.java889 public void testAesAttestation() throws Exception { in testAesAttestation() method in KeyAttestationTest
890 testAesAttestation(false); in testAesAttestation()
897 testAesAttestation(true); in testAesAttestation_StrongBox()
900 private void testAesAttestation(boolean isStrongBox) throws Exception { in testAesAttestation() method in KeyAttestationTest