Searched defs:Uuid (Results 1 – 6 of 6) sorted by relevance
/system/security/keystore2/src/ |
D | globals.rs | 101 ) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_sec_level() argument 105 fn dev_by_uuid(&self, uuid: &Uuid) -> Option<(Strong<T>, KeyMintHardwareInfo, Uuid)> { in dev_by_uuid() argument 329 ) -> Result<(Strong<dyn IKeyMintDevice>, KeyMintHardwareInfo, Uuid)> { in get_keymint_device() argument 347 uuid: &Uuid, in get_keymint_dev_by_uuid()
|
D | remote_provisioning.rs | 54 pub fn get_uuid(&self) -> Uuid { in get_uuid()
|
D | database.rs | 284 pub struct Uuid([u8; 16]); struct 286 impl Deref for Uuid { implementation 294 impl From<SecurityLevel> for Uuid { implementation 300 impl ToSql for Uuid { implementation 306 impl FromSql for Uuid { implementation 686 pub fn km_uuid(&self) -> &Uuid { in km_uuid() 1379 km_uuid: Uuid, in get_or_create_key_with() 1520 km_uuid: &Uuid, in create_key_entry() 1535 km_uuid: &Uuid, in create_key_entry_internal() 1574 km_uuid: &Uuid, in create_attestation_key_entry() [all …]
|
D | gc.rs | 49 Box<dyn Fn(&Uuid, &[u8]) -> Result<()> + Send + 'static>, in new_init_with()
|
D | legacy_importer.rs | 111 F: FnOnce() -> (KeystoreDB, HashMap<SecurityLevel, Uuid>, Arc<LegacyBlobLoader>) in set_init() argument 419 fn get_km_uuid(&self, is_strongbox: bool) -> Result<Uuid> { in get_km_uuid() 909 uuid: &Uuid, in get_key_characteristics_without_app_data()
|
D | security_level.rs | 92 ) -> Result<(Strong<dyn IKeystoreSecurityLevel>, Uuid)> { in new_native_binder() argument 815 km_uuid: Option<Uuid>, in store_upgraded_keyblob() 845 km_uuid: Option<Uuid>, in upgrade_keyblob_if_required_with()
|