Home
last modified time | relevance | path

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

/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java105 storeDataEncryptedWithSecureKey(encryptData(decryptedData, retrieveIv(), secureKey)); in retrieveData()
229 private void storeDataEncryptedWithSecureKey(byte[] encryptedData) { in storeDataEncryptedWithSecureKey() method in BrokenKeyDerivationActivity