Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dlegacy_importer.rs438 .list_keystore_entries_for_uid(uid) in list_uid()
756 .list_keystore_entries_for_uid(uid) in bulk_delete()
Dlegacy_blob.rs1054 pub fn list_keystore_entries_for_uid(&self, uid: u32) -> Result<Vec<String>> { in list_keystore_entries_for_uid() method