Home
last modified time | relevance | path

Searched refs:SECRET_BYTE_ARRAY (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/
DCredentialCryptoTests.java46 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in CredentialCryptoTests
151 byte[] encrypted = Utils.doEncrypt(cipher, SECRET_BYTE_ARRAY); in testTimedKey()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java57 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in ScreenLockBoundKeysTest
154 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()
DFingerprintBoundKeysTest.java66 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in FingerprintBoundKeysTest
233 mCipher.doFinal(SECRET_BYTE_ARRAY); in encryptInternal()
DUnlockedDeviceRequiredTest.java84 private static final byte[] SECRET_BYTE_ARRAY = new byte[]{1, 2, 3, 4, 5, 6}; field in UnlockedDeviceRequiredTest
211 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java62 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in AuthenticationBoundKeyTestActivity
257 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithLockscreenKey()
295 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithFingerprintKey()