Home
last modified time | relevance | path

Searched defs:KeyDescriptor (Results 1 – 13 of 13) sorted by relevance

/system/security/keystore2/src/
Dservice.rs184 key: &KeyDescriptor, in update_subcomponent()
261 fn list_entries(&self, domain: Domain, namespace: i64) -> Result<Vec<KeyDescriptor>> { in list_entries()
314 key: &KeyDescriptor, in grant()
317 ) -> Result<KeyDescriptor> { in grant()
336 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant()
366 key: &KeyDescriptor, in updateSubcomponent()
373 fn listEntries(&self, domain: Domain, namespace: i64) -> binder::Result<Vec<KeyDescriptor>> { in listEntries()
385 key: &KeyDescriptor, in grant()
388 ) -> binder::Result<KeyDescriptor> { in grant()
392 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::Result<()> { in ungrant()
Daudit_log.rs45 pub fn log_key_generated(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_generated()
50 pub fn log_key_imported(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_imported()
55 pub fn log_key_deleted(key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_deleted()
60 pub fn log_key_integrity_violation(key: &KeyDescriptor) { in log_key_integrity_violation()
67 fn log_key_event(tag: u32, key: &KeyDescriptor, calling_app: uid_t, success: bool) { in log_key_event()
Dattestation_key_utils.rs54 key: &KeyDescriptor, in get_attest_key_info()
56 attest_key_descriptor: Option<&KeyDescriptor>, in get_attest_key_info()
89 key: &KeyDescriptor, in get_user_generated_attestation_key()
105 key: &KeyDescriptor, in load_attest_key_blob_and_cert()
Dsecurity_level.rs115 key: KeyDescriptor, in store_new_key()
212 key: &KeyDescriptor, in create_operation()
403 key: &KeyDescriptor, in add_required_parameters()
508 key: &KeyDescriptor, in generate_key()
509 attest_key_descriptor: Option<&KeyDescriptor>, in generate_key()
640 key: &KeyDescriptor, in import_key()
641 _attestation_key: Option<&KeyDescriptor>, in import_key()
699 key: &KeyDescriptor, in import_wrapped_key()
700 wrapping_key: &KeyDescriptor, in import_wrapped_key()
903 storage_key: &KeyDescriptor, in convert_storage_key_to_ephemeral()
[all …]
Draw_device.rs106 key_desc: &KeyDescriptor, in create_and_store_key()
139 pub fn internal_descriptor(alias: String) -> KeyDescriptor { in internal_descriptor()
151 key_desc: &KeyDescriptor, in lookup_from_desc()
176 key_desc: &KeyDescriptor, in lookup_or_generate_key()
Dmaintenance.rs225 fn migrate_key_namespace(source: &KeyDescriptor, destination: &KeyDescriptor) -> Result<()> { in migrate_key_namespace()
326 source: &KeyDescriptor, in migrateKeyNamespace()
327 destination: &KeyDescriptor, in migrateKeyNamespace()
Dutils.rs82 key: &KeyDescriptor, in check_key_permission()
268 ) -> Result<Vec<KeyDescriptor>> { in list_key_entries()
Ddatabase.rs2240 destination: &KeyDescriptor, in migrate_key_namespace()
2308 key: &KeyDescriptor, in store_new_key()
2390 key: &KeyDescriptor, in store_new_certificate()
2438 fn load_key_entry_id(tx: &Transaction, key: &KeyDescriptor, key_type: KeyType) -> Result<i64> { in load_key_entry_id()
2481 key: &KeyDescriptor, in load_access_tuple()
2719 key: &KeyDescriptor, in load_key_entry()
2723 check_permission: impl Fn(&KeyDescriptor, Option<KeyPermSet>) -> Result<()>, in load_key_entry()
2750 key: &KeyDescriptor, in load_key_entry_internal()
2754 check_permission: &impl Fn(&KeyDescriptor, Option<KeyPermSet>) -> Result<()>, in load_key_entry_internal()
2849 key: &KeyDescriptor, in unbind_key()
[all …]
Dlegacy_importer.rs199 pub fn list_uid(&self, domain: Domain, namespace: i64) -> Result<Vec<KeyDescriptor>> { in list_uid()
289 key: &KeyDescriptor, in with_try_import()
594 mut key: KeyDescriptor, in check_and_import()
Dpermission.rs285 key: &KeyDescriptor, in check_grant_permission()
334 key: &KeyDescriptor, in check_key_permission()
Dremote_provisioning.rs141 key: &KeyDescriptor, in get_remotely_provisioned_attestation_key_and_certs()
/system/security/ondevice-signing/
DKeystoreHmacKey.h31 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable
DKeystoreKey.h34 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable