Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestKeyTest.java210 private void testEcAttestKey(boolean useStrongBox) throws Exception { in testEcAttestKey()
227 private void testRsaAttestKey(boolean useStrongBox) throws Exception { in testRsaAttestKey()
244 private void testAttestKey(boolean useStrongBox, String attestKeyAlias, in testAttestKey()
294 private void verifyCombinedChain(boolean useStrongBox, Certificate[] attestKeyCertChain, in verifyCombinedChain()
306 verifyCertificateChain((Certificate[]) combinedChain, useStrongBox); in verifyCombinedChain() local
DNoAttestKeyTest.java95 private void testAttestKeyFail(boolean useStrongBox, String algorithm) throws Exception { in testAttestKeyFail()
DDeviceOwnerKeyManagementTest.java359 String[] signaturePaddings, boolean useStrongBox, in generateKeyAndCheckAttestation()
441 public void assertAllVariantsOfDeviceIdAttestation(boolean useStrongBox) throws Exception { in assertAllVariantsOfDeviceIdAttestation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DAbstractUserAuthenticationMacTest.java31 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DAbstractUserAuthenticationAeadCipherTest.java35 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DAbstractUserAuthenticationSignatureTest.java33 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DAbstractUserAuthenticationCipherTest.java34 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DUtils.java39 static void createBiometricBoundKey(String keyName, boolean useStrongBox) throws Exception { in createBiometricBoundKey()
58 static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
DAbstractUserAuthenticationKeyAgreementTest.java45 String keyName, int timeout, int authType, boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
DCredentialCryptoTests.java115 private void testTimedKey(String keyName, boolean useStrongBox) { in testTimedKey()
DAbstractUserAuthenticationTest.java73 boolean useStrongBox) throws Exception; in createUserAuthenticationKey()
271 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/tests/framework/base/biometrics/src/android/server/biometrics/util/
DUtils.java201 public static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
221 public static void createTimeBoundSecretKey(String keyName, int authTypes, boolean useStrongBox) in createTimeBoundSecretKey()
241 public static void generateBiometricBoundKey(String keyName, boolean useStrongBox) in generateBiometricBoundKey()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DFingerprintBoundKeysTest.java73 protected boolean useStrongBox; field in FingerprintBoundKeysTest
235 protected boolean doValidityDurationTest(boolean useStrongBox) { in doValidityDurationTest()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java195 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()
232 private KeyGenParameterSpec buildEcKeySpec(String alias, boolean useStrongBox) { in buildEcKeySpec()
341 String[] signaturePaddings, boolean useStrongBox, in generateKeyAndCheckAttestation()
450 public void assertAllVariantsOfDeviceIdAttestation(boolean useStrongBox) throws Exception { in assertAllVariantsOfDeviceIdAttestation()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCredentialManagementAppTest.java401 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()