/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AttestKeyTest.java | 210 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
|
D | NoAttestKeyTest.java | 95 private void testAttestKeyFail(boolean useStrongBox, String algorithm) throws Exception { in testAttestKeyFail()
|
D | DeviceOwnerKeyManagementTest.java | 359 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/ |
D | AbstractUserAuthenticationMacTest.java | 31 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | AbstractUserAuthenticationAeadCipherTest.java | 35 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | AbstractUserAuthenticationSignatureTest.java | 33 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | AbstractUserAuthenticationCipherTest.java | 34 boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | Utils.java | 39 static void createBiometricBoundKey(String keyName, boolean useStrongBox) throws Exception { in createBiometricBoundKey() 58 static void createTimeBoundSecretKey_deprecated(String keyName, boolean useStrongBox) in createTimeBoundSecretKey_deprecated()
|
D | AbstractUserAuthenticationKeyAgreementTest.java | 45 String keyName, int timeout, int authType, boolean useStrongBox) throws Exception { in createUserAuthenticationKey()
|
D | CredentialCryptoTests.java | 115 private void testTimedKey(String keyName, boolean useStrongBox) { in testTimedKey()
|
D | AbstractUserAuthenticationTest.java | 73 boolean useStrongBox) throws Exception; in createUserAuthenticationKey() 271 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/tests/framework/base/biometrics/src/android/server/biometrics/util/ |
D | Utils.java | 201 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/ |
D | FingerprintBoundKeysTest.java | 73 protected boolean useStrongBox; field in FingerprintBoundKeysTest 235 protected boolean doValidityDurationTest(boolean useStrongBox) { in doValidityDurationTest()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | KeyManagementTest.java | 195 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/ |
D | CredentialManagementAppTest.java | 401 private KeyGenParameterSpec buildRsaKeySpec(String alias, boolean useStrongBox) { in buildRsaKeySpec()
|