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/
DLskfBoundKeysTest.java57 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in LskfBoundKeysTest
154 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()
DUnlockedDeviceRequiredKeysTest.java84 private static final byte[] SECRET_BYTE_ARRAY = new byte[]{1, 2, 3, 4, 5, 6}; field in UnlockedDeviceRequiredKeysTest
211 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncrypt()
DFingerprintBoundKeysTest.java68 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in FingerprintBoundKeysTest
263 mCipher.doFinal(SECRET_BYTE_ARRAY); in encryptInternal()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java64 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in AuthenticationBoundKeyTestActivity
267 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithLockscreenKey()
305 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithFingerprintKey()