Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dsuper_key.rs265 biometric_unlock: Option<BiometricUnlock>, field
883 entry.biometric_unlock = None; in lock_unlocked_device_required_keys()
927 entry.biometric_unlock = Some(BiometricUnlock { in lock_unlocked_device_required_keys()
960 entry.biometric_unlock = None; in wipe_all_unlocked_device_required_keys()
969 entry.biometric_unlock.is_some(), in log_status_of_unlocked_device_required_keys()
997 if let Some(biometric) = entry.biometric_unlock.as_ref() { in try_unlock_user_with_biometric()