Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs1029 let slbp = biometric.screen_lock_bound_private.decrypt( in try_unlock_user_with_biometric() localVariable
1037 Ok((slb, slbp)) in try_unlock_user_with_biometric()
1040 Ok((slb, slbp)) => { in try_unlock_user_with_biometric()
1042 entry.screen_lock_bound_private = Some(slbp.clone()); in try_unlock_user_with_biometric()
1044 data.add_key_to_key_index(&slbp)?; in try_unlock_user_with_biometric()