Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs536 Ok(UserState::LskfUnlocked(super_key)) in check_and_unlock_super_key()
588 Ok(UserState::LskfUnlocked(super_key)) in check_and_initialize_super_key()
692 UserState::LskfUnlocked(super_key) => { in super_encrypt_on_key_init()
1067 LskfUnlocked(Arc<SuperKey>), enumerator
1085 Some(super_key) => Ok(UserState::LskfUnlocked(super_key)), in get()
1121 Ok(UserState::LskfUnlocked(super_key)) in get_with_password_changed()
1145 Ok(UserState::LskfUnlocked(super_key)) in get_with_password_unlock()
Dmaintenance.rs150 UserState::LskfUnlocked(_) => Ok(AidlUserState::LSKF_UNLOCKED), in get_state()