Searched defs:KeystoreDB (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | attestation_key_utils.rs | 59 db: &mut KeystoreDB, in get_attest_key_info() 84 db: &mut KeystoreDB, in get_user_generated_attestation_key() 99 db: &mut KeystoreDB, in load_attest_key_blob_and_cert()
|
D | raw_device.rs | 108 db: &mut KeystoreDB, in create_and_store_key() 152 db: &mut KeystoreDB, in lookup_from_desc() 177 db: &mut KeystoreDB, in lookup_or_generate_key() 258 db: &mut KeystoreDB, in upgrade_keyblob_if_required_with() 302 db: &mut KeystoreDB, in use_key_in_one_step()
|
D | super_key.rs | 193 db: &mut KeystoreDB, in decrypt() 409 db: &mut KeystoreDB, in unlock_user_key() 514 db: &mut KeystoreDB, in super_key_exists_in_db_for_user() 534 db: &mut KeystoreDB, in check_and_unlock_super_key() 563 db: &mut KeystoreDB, in check_and_initialize_super_key() 692 db: &mut KeystoreDB, in super_encrypt_on_key_init() 737 db: &mut KeystoreDB, in handle_super_encryption_on_key_init() 817 db: &mut KeystoreDB, in get_or_create_super_key() 875 db: &mut KeystoreDB, in unlock_screen_lock_bound_key() 926 db: &mut KeystoreDB, in lock_screen_lock_bound_key() [all …]
|
D | gc.rs | 50 KeystoreDB, in new_init_with() argument
|
D | utils.rs | 336 db: &mut KeystoreDB, in list_key_entries() 363 pub fn count_key_entries(db: &mut KeystoreDB, domain: Domain, namespace: i64) -> Result<i32> { in count_key_entries()
|
D | database.rs | 766 pub struct KeystoreDB { struct 767 conn: Connection, 768 gc: Option<Arc<Gc>>, 769 perboot: Arc<perboot::PerbootDB>, 859 impl KeystoreDB { implementation 3318 db: &mut KeystoreDB, in rebind_alias() 5058 db: &mut KeystoreDB, in load_attestation_key_pool() 5314 db: &mut KeystoreDB, in make_test_key_entry() 5373 db: &mut KeystoreDB, in make_bootlevel_key_entry() 5692 db: &mut KeystoreDB, in assert_storage_increased()
|
D | legacy_importer.rs | 111 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init()
|