Searched defs:KeystoreDB (Results  1 – 9 of 9) sorted by relevance
| /system/security/keystore2/src/ | 
| D | attestation_key_utils.rs | 60     db: &mut KeystoreDB,  in get_attest_key_info()85     db: &mut KeystoreDB,  in get_user_generated_attestation_key()
 100     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()
 255         db: &mut KeystoreDB,  in upgrade_keyblob_if_required_with()
 295         db: &mut KeystoreDB,  in use_key_in_one_step()
 
 | 
| D | super_key.rs | 205         db: &mut KeystoreDB,  in decrypt()486         db: &mut KeystoreDB,  in super_key_exists_in_db_for_user()
 628         db: &mut KeystoreDB,  in encrypt_with_hybrid_super_key()
 665         db: &mut KeystoreDB,  in handle_super_encryption_on_key_init()
 744         db: &mut KeystoreDB,  in create_super_key()
 788         db: &mut KeystoreDB,  in get_or_create_super_key()
 811         db: &mut KeystoreDB,  in unlock_unlocked_device_required_keys()
 874         db: &mut KeystoreDB,  in lock_unlocked_device_required_keys()
 980         db: &mut KeystoreDB,  in try_unlock_user_with_biometric()
 1061         db: &mut KeystoreDB,  in get_user_state()
 [all …]
 
 | 
| D | gc.rs | 51                 KeystoreDB,  in new_init_with()  argument
 | 
| D | utils.rs | 586     db: &mut KeystoreDB,  in list_key_entries()617 pub fn count_key_entries(db: &mut KeystoreDB, domain: Domain, namespace: i64) -> Result<i32> {  in count_key_entries()
 
 | 
| D | database.rs | 813 pub struct KeystoreDB {  struct814     conn: Connection,
 815     gc: Option<Arc<Gc>>,
 816     perboot: Arc<perboot::PerbootDB>,
 913 impl KeystoreDB {  impl
 
 | 
| D | legacy_importer.rs | 116         F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>)  in set_init()
 | 
| /system/security/keystore2/src/super_key/ | 
| D | tests.rs | 37 fn setup_test(pw: &Password) -> (Arc<RwLock<SuperKeyManager>>, KeystoreDB, LegacyImporter) {  in setup_test()  argument52     keystore_db: &mut KeystoreDB,  in assert_unlocked()
 67     keystore_db: &mut KeystoreDB,  in assert_locked()
 82     keystore_db: &mut KeystoreDB,  in assert_uninitialized()
 
 | 
| /system/security/keystore2/src/database/ | 
| D | tests.rs | 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()
 [all …]
 
 |