Searched defs:sids (Results 1 - 2 of 2) sorted by relevance

/system/security/keystore/
H A Dauth_token_table.cpp105 const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type,
116 if (!matching_op->SatisfiesAuth(sids, auth_type))
123 AuthTokenTable::Error AuthTokenTable::FindTimedAuthorization(const std::vector<uint64_t>& sids, argument
129 if (entry.SatisfiesAuth(sids, auth_type) && entry.is_newer_than(newest_match))
146 void AuthTokenTable::ExtractSids(const AuthorizationSet& key_info, std::vector<uint64_t>* sids) { argument
147 assert(sids);
150 sids->push_back(param.long_integer);
194 bool AuthTokenTable::Entry::SatisfiesAuth(const std::vector<uint64_t>& sids, argument
196 for (auto sid : sids)
104 FindAuthPerOpAuthorization( const std::vector<uint64_t>& sids, hw_authenticator_type_t auth_type, keymaster_operation_handle_t op_handle, const hw_auth_token_t** found) argument
/system/connectivity/shill/cellular/
H A Dmobile_operator_info_impl.cc419 const RepeatedPtrField<string>& sids = data.sid(); local
420 for (const auto& sid : sids) {

Completed in 96 milliseconds