Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs1033 let slbp = biometric.screen_lock_bound_private.decrypt( in try_unlock_user_with_biometric() localVariable
1041 Ok((slb, slbp)) in try_unlock_user_with_biometric()
1044 Ok((slb, slbp)) => { in try_unlock_user_with_biometric()
1046 entry.screen_lock_bound_private = Some(slbp.clone()); in try_unlock_user_with_biometric()
1048 self.data.add_key_to_key_index(&slbp)?; in try_unlock_user_with_biometric()