Searched refs:initializeSecretKey (Results 1 – 1 of 1) sorted by relevance
203 mLongTermSecretKey = initializeSecretKey(alias, /*createIfAbsent=*/ true); in PinStorage()317 initializeSecretKey(KEYSTORE_ALIAS_SHORT_TERM, /*createIfAbsent=*/ true); in prepareUnattendedReboot()388 initializeSecretKey(KEYSTORE_ALIAS_LONG_TERM_USER_AUTH, /*createIfAbsent=*/ true); in onUserUnlocked()415 initializeSecretKey(KEYSTORE_ALIAS_SHORT_TERM, /*createIfAbsent=*/ false); in onDeviceReady()1030 private SecretKey initializeSecretKey(String alias, boolean createIfAbsent) { in initializeSecretKey() method in PinStorage