Home
last modified time | relevance | path

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

/development/samples/BrokenKeyDerivation/src/com/example/android/brokenkeyderivation/
DBrokenKeyDerivationActivity.java102 SecretKey insecureKey = deriveKeyInsecurely(password, KEY_SIZE); in retrieveData()
104 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData()
109 SecretKey secureKey = deriveKeySecurely(password, KEY_SIZE); in retrieveData()
190 deriveKeyInsecurely("unguessable", KEY_SIZE)); in cleanRoomStart()
217 byte[] salt = new byte[KEY_SIZE]; in retrieveSalt()
284 private static final int KEY_SIZE = 32; field in BrokenKeyDerivationActivity