Home
last modified time | relevance | path

Searched refs:KM (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore2/src/
Draw_device.rs151 db.load_key_entry(&key_desc, key_type, KeyEntryLoadBits::KM, AID_KEYSTORE, |_, _| Ok(())) in lookup_from_desc()
Dsecurity_level.rs248 KeyEntryLoadBits::KM, in create_operation()
699 KeyEntryLoadBits::KM, in import_wrapped_key()
Ddatabase.rs495 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()
Dsuper_key.rs1009 KeyEntryLoadBits::KM, in try_unlock_user_with_biometric()