Searched defs:useStrongBox (Results 1 – 11 of 11) sorted by relevance
/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | Utils.java | 167 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/ |
D | Utils.java | 40 static void createBiometricBoundKey(String keyName, boolean useStrongBox) throws Exception { in createBiometricBoundKey() 59 static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
|
D | AbstractUserAuthenticationSignatureTest.java | 33 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | AbstractUserAuthenticationCipherTest.java | 34 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | AbstractUserAuthenticationMacTest.java | 31 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | CredentialCryptoTests.java | 115 private void testTimedKey(String keyName, boolean useStrongBox) { in testTimedKey()
|
D | AbstractUserAuthenticationTest.java | 71 boolean useStrongBox) throws Exception; in createUserAuthenticationKey() 269 private void testCredentialBoundEncryption(String keyName, int timeout, boolean useStrongBox, in testCredentialBoundEncryption()
|
D | BiometricStrongTests.java | 196 private void testBiometricBoundEncryption(String keyName, byte[] secret, boolean useStrongBox) { in testBiometricBoundEncryption()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | FingerprintBoundKeysTest.java | 71 protected boolean useStrongBox; field in FingerprintBoundKeysTest 205 protected boolean doValidityDurationTest(boolean useStrongBox) { in doValidityDurationTest()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | KeyManagementTest.java | 218 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/ |
D | CredentialManagementAppTest.java | 403 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()
|