Home
last modified time | relevance | path

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

/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.java67 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in FingerprintBoundKeysTest
193 mCipher.doFinal(SECRET_BYTE_ARRAY); in encryptInternal()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java61 private static final byte[] SECRET_BYTE_ARRAY = new byte[] {1, 2, 3, 4, 5, 6}; field in AuthenticationBoundKeyTestActivity
251 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithLockscreenKey()
289 cipher.doFinal(SECRET_BYTE_ARRAY); in tryEncryptWithFingerprintKey()