Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java155 TestUtils.hasKeystoreVersion(true /*isStrongBoxBased*/, in testStrongBoxCannotAttestToTeeKey()
DRSACipherTest.java299 (TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testRsaOaepDecryptWithWrongMGF1DigestFails()
DDeviceOwnerKeyManagementTest.java219 TestUtils.hasKeystoreVersion(useStrongbox, Attestation.KM_VERSION_KEYMINT_3); in validateSecondImei()
DKeyAttestationTest.java1056 TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testCurve25519Attestation()
DCipherTest.java1250 if (!TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testKatBasicWithDifferentProviders()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1289 public static boolean hasKeystoreVersion(boolean isStrongBoxBased, int version) { in hasKeystoreVersion() method in TestUtils