Searched refs:retrieveIv (Results 1 – 1 of 1) sorted by relevance
103 byte[] decryptedData = decryptData(retrieveEncryptedData(), retrieveIv(), insecureKey); in retrieveData()105 storeDataEncryptedWithSecureKey(encryptData(decryptedData, retrieveIv(), secureKey)); in retrieveData()110 byte[] decryptedData = decryptData(retrieveEncryptedData(), retrieveIv(), secureKey); in retrieveData()189 "I hope it helped!".getBytes(), retrieveIv(), in cleanRoomStart()207 private byte[] retrieveIv() { in retrieveIv() method in BrokenKeyDerivationActivity