Home
last modified time | relevance | path

Searched defs:useStrongBox (Results 1 – 11 of 11) sorted by relevance

/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DUtils.java167 public static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
187 static void createTimeBoundSecretKey(String keyName, int authTypes, boolean useStrongBox) in createTimeBoundSecretKey()
207 public static void generateBiometricBoundKey(String keyName, boolean useStrongBox) in generateBiometricBoundKey()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DUtils.java40 static void createBiometricBoundKey(String keyName, boolean useStrongBox) throws Exception { in createBiometricBoundKey()
59 static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
DAbstractUserAuthenticationSignatureTest.java33 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DAbstractUserAuthenticationCipherTest.java34 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DAbstractUserAuthenticationMacTest.java31 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DCredentialCryptoTests.java115 private void testTimedKey(String keyName, boolean useStrongBox) { in testTimedKey()
DAbstractUserAuthenticationTest.java71 boolean useStrongBox) throws Exception; in createUserAuthenticationKey()
269 private void testCredentialBoundEncryption(String keyName, int timeout, boolean useStrongBox, in testCredentialBoundEncryption()
DBiometricStrongTests.java196 private void testBiometricBoundEncryption(String keyName, byte[] secret, boolean useStrongBox) { in testBiometricBoundEncryption()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java71 protected boolean useStrongBox; field in FingerprintBoundKeysTest
205 protected boolean doValidityDurationTest(boolean useStrongBox) { in doValidityDurationTest()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java218 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()
255 private KeyGenParameterSpec buildEcKeySpec(String alias, boolean useStrongBox) { in buildEcKeySpec()
349 String[] signaturePaddings, boolean useStrongBox, in generateKeyAndCheckAttestation()
458 public void assertAllVariantsOfDeviceIdAttestation(boolean useStrongBox) throws Exception { in assertAllVariantsOfDeviceIdAttestation()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCredentialManagementAppTest.java403 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()