Searched refs:SECRET_BYTE_ARRAY (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | ScreenLockBoundKeysTest.java | 57 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()
|
D | FingerprintBoundKeysTest.java | 67 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/ |
D | AuthenticationBoundKeyTestActivity.java | 61 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()
|