Searched refs:KM (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | raw_device.rs | 156 db.load_key_entry(key_desc, key_type, KeyEntryLoadBits::KM, AID_KEYSTORE, |_, _| Ok(())) in lookup_from_desc()
|
D | security_level.rs | 264 KeyEntryLoadBits::KM, in create_operation() 746 KeyEntryLoadBits::KM, in import_wrapped_key()
|
D | database.rs | 527 pub const KM: KeyEntryLoadBits = Self(1); constant 540 self.0 & Self::KM.0 != 0 in load_km() 1354 Self::load_key_components(tx, KeyEntryLoadBits::KM, key_id) in store_super_key() 1379 let key_entry = Self::load_key_components(tx, KeyEntryLoadBits::KM, id) in load_super_key() 2463 Self::load_blob_components(key_id, KeyEntryLoadBits::KM, tx) in unbind_keys_for_user()
|
D | super_key.rs | 1002 KeyEntryLoadBits::KM, in try_unlock_user_with_biometric()
|