Searched refs:hasKeystoreVersion (Results 1 – 6 of 6) sorted by relevance
155 TestUtils.hasKeystoreVersion(true /*isStrongBoxBased*/, in testStrongBoxCannotAttestToTeeKey()
299 (TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testRsaOaepDecryptWithWrongMGF1DigestFails()
219 TestUtils.hasKeystoreVersion(useStrongbox, Attestation.KM_VERSION_KEYMINT_3); in validateSecondImei()
1056 TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testCurve25519Attestation()
1250 if (!TestUtils.hasKeystoreVersion(false /*isStrongBoxBased*/, in testKatBasicWithDifferentProviders()
1289 public static boolean hasKeystoreVersion(boolean isStrongBoxBased, int version) { in hasKeystoreVersion() method in TestUtils