Searched defs:KeystoreDB (Results 1 – 7 of 7) sorted by relevance
/system/security/keystore2/src/ |
D | attestation_key_utils.rs | 58 db: &mut KeystoreDB, in get_attest_key_info() 83 db: &mut KeystoreDB, in get_user_generated_attestation_key() 99 db: &mut KeystoreDB, in load_attest_key_blob_and_cert()
|
D | raw_device.rs | 102 db: &mut KeystoreDB, in create_and_store_key() 147 db: &mut KeystoreDB, in lookup_from_desc() 172 db: &mut KeystoreDB, in lookup_or_generate_key() 253 db: &mut KeystoreDB, in upgrade_keyblob_if_required_with() 305 db: &mut KeystoreDB, in use_key_in_one_step()
|
D | super_key.rs | 191 db: &mut KeystoreDB, in decrypt() 392 db: &mut KeystoreDB, in unlock_user_key() 499 db: &mut KeystoreDB, in super_key_exists_in_db_for_user() 521 db: &mut KeystoreDB, in check_and_unlock_super_key() 550 db: &mut KeystoreDB, in check_and_initialize_super_key() 684 db: &mut KeystoreDB, in super_encrypt_on_key_init() 729 db: &mut KeystoreDB, in handle_super_encryption_on_key_init() 818 db: &mut KeystoreDB, in get_or_create_super_key() 882 db: &mut KeystoreDB, in unlock_screen_lock_bound_key() 920 db: &mut KeystoreDB, in lock_screen_lock_bound_key() [all …]
|
D | remote_provisioning.rs | 94 db: &mut KeystoreDB, in get_rem_prov_attest_key() 132 db: &mut KeystoreDB, in get_rem_prov_attest_key_helper() 176 db: &mut KeystoreDB, in get_remotely_provisioned_attestation_key_and_certs()
|
D | gc.rs | 49 KeystoreDB, in new_init_with() argument
|
D | database.rs | 736 pub struct KeystoreDB { struct 737 conn: Connection, 738 gc: Option<Arc<Gc>>, 739 perboot: Arc<perboot::PerbootDB>, 829 impl KeystoreDB { implementation 3266 db: &mut KeystoreDB, in rebind_alias() 4990 db: &mut KeystoreDB, in load_attestation_key_pool() 5242 db: &mut KeystoreDB, in make_test_key_entry() 5301 db: &mut KeystoreDB, in make_bootlevel_key_entry() 5546 db: &mut KeystoreDB, in assert_storage_increased()
|
D | legacy_migrator.rs | 109 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init()
|