Searched refs:SECRET_BYTE_ARRAY (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | CredentialCryptoTests.java | 46 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/ |
D | LskfBoundKeysTest.java | 57 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()
|
D | UnlockedDeviceRequiredKeysTest.java | 84 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()
|
D | FingerprintBoundKeysTest.java | 68 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/ |
D | AuthenticationBoundKeyTestActivity.java | 64 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()
|