Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Denforcements.rs816 let sids: Vec<i64> = vec![secure_user_id]; in get_auth_tokens() localVariable
819 (challenge == hat.challenge()) && hat.satisfies(&sids, auth_type) in get_auth_tokens()
834 token_valid && auth_token_entry.satisfies(&sids, auth_type) in get_auth_tokens()
Dsuper_key.rs231 sids: Vec<i64>, field
977 sids: unlocking_sids.into(), in lock_screen_lock_bound_key()
1016 for sid in &biometric.sids { in try_unlock_user_with_biometric()
/system/keymaster/android_keymaster/
Dandroid_keymaster.cpp862 uint8_t sids = key_description[sid_idx].long_integer; in ImportWrappedKey() local
867 if (sids & HW_AUTH_PASSWORD) { in ImportWrappedKey()
870 if (sids & HW_AUTH_FINGERPRINT) { in ImportWrappedKey()