Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs254 biometric_unlock: Option<BiometricUnlock>, field
976 entry.biometric_unlock = Some(BiometricUnlock { in lock_screen_lock_bound_key()
1004 if let Some(biometric) = entry.biometric_unlock.as_ref() { in try_unlock_user_with_biometric()