Searched refs:initializeSecretKey (Results 1 – 1 of 1) sorted by relevance
204 mLongTermSecretKey = initializeSecretKey(alias, /*createIfAbsent=*/ true); in PinStorage()318 initializeSecretKey(KEYSTORE_ALIAS_SHORT_TERM, /*createIfAbsent=*/ true); in prepareUnattendedReboot()393 initializeSecretKey(KEYSTORE_ALIAS_LONG_TERM_USER_AUTH, /*createIfAbsent=*/ true); in onUserUnlocked()420 initializeSecretKey(KEYSTORE_ALIAS_SHORT_TERM, /*createIfAbsent=*/ false); in onDeviceReady()1036 private SecretKey initializeSecretKey(String alias, boolean createIfAbsent) { in initializeSecretKey() method in PinStorage