Home
last modified time | relevance | path

Searched defs:KeystoreDB (Results 1 – 8 of 8) sorted by relevance

/system/security/keystore2/src/
Dattestation_key_utils.rs59 db: &mut KeystoreDB, in get_attest_key_info()
91 db: &mut KeystoreDB, in get_user_generated_attestation_key()
107 db: &mut KeystoreDB, in load_attest_key_blob_and_cert()
Draw_device.rs105 db: &mut KeystoreDB, in create_and_store_key()
150 db: &mut KeystoreDB, in lookup_from_desc()
175 db: &mut KeystoreDB, in lookup_or_generate_key()
256 db: &mut KeystoreDB, in upgrade_keyblob_if_required_with()
308 db: &mut KeystoreDB, in use_key_in_one_step()
Dsuper_key.rs194 db: &mut KeystoreDB, in decrypt()
413 db: &mut KeystoreDB, in unlock_user_key()
523 db: &mut KeystoreDB, in super_key_exists_in_db_for_user()
545 db: &mut KeystoreDB, in check_and_unlock_super_key()
574 db: &mut KeystoreDB, in check_and_initialize_super_key()
707 db: &mut KeystoreDB, in super_encrypt_on_key_init()
753 db: &mut KeystoreDB, in handle_super_encryption_on_key_init()
843 db: &mut KeystoreDB, in get_or_create_super_key()
907 db: &mut KeystoreDB, in unlock_screen_lock_bound_key()
958 db: &mut KeystoreDB, in lock_screen_lock_bound_key()
[all …]
Dremote_provisioning.rs144 db: &mut KeystoreDB, in get_remotely_provisioned_attestation_key_and_certs()
312 db: &mut KeystoreDB, in provision_cert_chain()
395 db: &mut KeystoreDB, in generate_key_pair()
457 db: &mut KeystoreDB, in get_rem_prov_attest_key()
495 db: &mut KeystoreDB, in get_rem_prov_attest_key_helper()
611 db: &mut KeystoreDB, in get_attestation_key()
Dgc.rs49 KeystoreDB, in new_init_with() argument
Ddatabase.rs769 pub struct KeystoreDB { struct
770 conn: Connection,
771 gc: Option<Arc<Gc>>,
772 perboot: Arc<perboot::PerbootDB>,
862 impl KeystoreDB { implementation
3360 db: &mut KeystoreDB, in rebind_alias()
5153 db: &mut KeystoreDB, in load_attestation_key_pool()
5405 db: &mut KeystoreDB, in make_test_key_entry()
5464 db: &mut KeystoreDB, in make_bootlevel_key_entry()
5783 db: &mut KeystoreDB, in assert_storage_increased()
Dutils.rs265 db: &mut KeystoreDB, in list_key_entries()
Dlegacy_importer.rs110 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init()