Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A Dauthorization.rs213 secure_user_id: i64, in get_auth_tokens_for_credstore()
228 ENFORCEMENTS.get_auth_tokens(challenge, secure_user_id, auth_token_max_age_millis)?; in get_auth_tokens_for_credstore()
266 secure_user_id: i64, in getAuthTokensForCredStore()
273 secure_user_id, in getAuthTokensForCredStore()
H A Denforcements.rs812 secure_user_id: i64, in get_auth_tokens()
816 let sids: Vec<i64> = vec![secure_user_id]; in get_auth_tokens()
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h104 if (user_id != stored->secure_user_id) { in GetFailureRecord()
105 stored->secure_user_id = user_id; in GetFailureRecord()
115 stored->secure_user_id = user_id; in ClearFailureRecord()
/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h30 uint64_t secure_user_id; member
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp343 record->secure_user_id = user_id; in IncrementFailureRecord()