Lines Matching defs:KeystoreDB
48 fn new_test_db_at(path: &str) -> Result<KeystoreDB> { in new_test_db_at()
59 db: &mut KeystoreDB, in rebind_alias()
186 db: &mut KeystoreDB, in create_key_entry()
1801 db: &mut KeystoreDB, in make_test_key_entry()
1811 db: &mut KeystoreDB, in make_test_key_entry_with_sids()
1866 db: &mut KeystoreDB, in make_bootlevel_key_entry()
1899 db: &mut KeystoreDB, in make_superencrypted_key_entry()
2195 fn app_key_exists(db: &mut KeystoreDB, nspace: i64, alias: &str) -> Result<bool> { in app_key_exists()
2340 db: &mut KeystoreDB, in assert_storage_increased()
2520 fn blob_count(db: &mut KeystoreDB, sc_type: SubComponentType) -> usize { in blob_count()
2534 fn blob_count_in_state(db: &mut KeystoreDB, sc_type: SubComponentType, state: BlobState) -> usize { in blob_count_in_state()
2794 fn db_populate_keys(db: &mut KeystoreDB, next_keyid: usize, key_count: usize) { in db_populate_keys()
2846 P: Fn(&mut KeystoreDB), in prep_and_run_with_many_keys()