Home
last modified time | relevance | path

Searched refs:KEY_NAME (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CameraITS/tools/
Dhardware.py31 KEY_NAME = 'name' variable in Device
91 entry[self.KEY_NAME] = name
296 entry[self.KEY_NAME] = lab_device[self.KEY_NAME]
332 if dev[self.KEY_NAME] == name and dev[self.KEY_NAME] is not None:
/cts/hostsidetests/appsecurity/test-apps/AuthBoundKeyApp/src/com/android/cts/authboundkey/
DAuthBoundKeyAppTest.java43 private static final String KEY_NAME = "nice_key"; field in AuthBoundKeyAppTest
51 KEY_NAME, KeyProperties.PURPOSE_ENCRYPT | KeyProperties.PURPOSE_DECRYPT) in testGenerateAuthBoundKey()
64 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in testUseKey()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DScreenLockBoundKeysTest.java56 private static final String KEY_NAME = "my_lock_key"; field in ScreenLockBoundKeysTest
122 keyGenerator.init(new KeyGenParameterSpec.Builder(KEY_NAME, in createKey()
146 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in tryEncrypt()
DProtectedConfirmationTest.java55 private static final String KEY_NAME = "my_confirmation_key"; field in ProtectedConfirmationTest
137 KEY_NAME, in createKey()
157 KeyStore.Entry key = keyStore.getEntry(KEY_NAME, null); in trySign()
DFingerprintBoundKeysTest.java65 private static final String KEY_NAME = "my_key"; field in FingerprintBoundKeysTest
166 keyGenerator.init(new KeyGenParameterSpec.Builder(KEY_NAME, in createKey()
223 SecretKey secretKey = (SecretKey) keyStore.getKey(KEY_NAME, null); in encryptInternal()