Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java146 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in tryEncrypt() local
153 cipher.init(Cipher.ENCRYPT_MODE, secretKey); in tryEncrypt()
DFingerprintBoundKeysTest.java219 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in encryptInternal() local
228 mCipher.init(Cipher.ENCRYPT_MODE, secretKey); in encryptInternal()
/cts/hostsidetests/appsecurity/test-apps/AuthBoundKeyApp/src/com/android/cts/authboundkey/
DAuthBoundKeyAppTest.java64 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in testUseKey() local