Searched refs:KM (Results 1 – 4 of 4) sorted by relevance
/system/security/keystore2/src/ |
D | raw_device.rs | 151 db.load_key_entry(&key_desc, key_type, KeyEntryLoadBits::KM, AID_KEYSTORE, |_, _| Ok(())) in lookup_from_desc()
|
D | security_level.rs | 248 KeyEntryLoadBits::KM, in create_operation() 699 KeyEntryLoadBits::KM, in import_wrapped_key()
|
D | database.rs | 495 pub const KM: KeyEntryLoadBits = Self(1); constant 508 self.0 & Self::KM.0 != 0 in load_km() 1301 Self::load_key_components(tx, KeyEntryLoadBits::KM, key_id) in store_super_key() 1326 let key_entry = Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in load_super_key() 1386 Self::load_key_components(&tx, KeyEntryLoadBits::KM, id) in get_or_create_key_with() 2936 Self::load_blob_components(key_id, KeyEntryLoadBits::KM, tx) in unbind_keys_for_user()
|
D | super_key.rs | 1009 KeyEntryLoadBits::KM, in try_unlock_user_with_biometric()
|