Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs235 screen_lock_bound: LockedKey, field
249 screen_lock_bound: Option<Arc<SuperKey>>, field
748 if let Some(super_key) = entry.screen_lock_bound.as_ref() { in handle_super_encryption_on_key_init()
889 .screen_lock_bound in unlock_screen_lock_bound_key()
929 entry.screen_lock_bound.as_ref().cloned(), in lock_screen_lock_bound_key()
979 screen_lock_bound: LockedKey::new(&encrypting_key, &aes)?, in lock_screen_lock_bound_key()
991 entry.screen_lock_bound = None; in lock_screen_lock_bound_key()
1021 let slb = biometric.screen_lock_bound.decrypt( in try_unlock_user_with_biometric()
1041 entry.screen_lock_bound = Some(slb.clone()); in try_unlock_user_with_biometric()