Searched refs:user_entries (Results 1 – 1 of 1) sorted by relevance
896 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_legacy_keystore_entries_for_user() localVariable899 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_legacy_keystore_entries_for_user()1036 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_keystore_entries_for_user() localVariable1039 user_entries.into_iter().fold(HashMap::<u32, HashSet<String>>::new(), |mut acc, v| { in list_keystore_entries_for_user()1057 let user_entries = self.list_user(user_id).context(ks_err!("Trying to list user."))?; in list_keystore_entries_for_uid() localVariable1061 let mut result: Vec<String> = user_entries in list_keystore_entries_for_uid()