Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dattestation_key_utils.rs53 key: &KeyDescriptor, in get_attest_key_info()
55 attest_key_descriptor: Option<&KeyDescriptor>, in get_attest_key_info()
81 key: &KeyDescriptor, in get_user_generated_attestation_key()
97 key: &KeyDescriptor, in load_attest_key_blob_and_cert()
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()
Dservice.rs182 key: &KeyDescriptor, in update_subcomponent()
256 fn list_entries(&self, domain: Domain, namespace: i64) -> Result<Vec<KeyDescriptor>> { in list_entries()
324 key: &KeyDescriptor, in grant()
327 ) -> Result<KeyDescriptor> { in grant()
343 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> Result<()> { in ungrant()
373 key: &KeyDescriptor, in updateSubcomponent()
384 ) -> binder::public_api::Result<Vec<KeyDescriptor>> { in listEntries()
396 key: &KeyDescriptor, in grant()
399 ) -> binder::public_api::Result<KeyDescriptor> { in grant()
403 fn ungrant(&self, key: &KeyDescriptor, grantee_uid: i32) -> binder::public_api::Result<()> { in ungrant()
Dsecurity_level.rs112 key: KeyDescriptor, in store_new_key()
208 key: &KeyDescriptor, in create_operation()
393 key: &KeyDescriptor, in add_certificate_parameters()
466 key: &KeyDescriptor, in generate_key()
467 attest_key_descriptor: Option<&KeyDescriptor>, in generate_key()
583 key: &KeyDescriptor, in import_key()
584 _attestation_key: Option<&KeyDescriptor>, in import_key()
643 key: &KeyDescriptor, in import_wrapped_key()
644 wrapping_key: &KeyDescriptor, in import_wrapped_key()
866 storage_key: &KeyDescriptor, in convert_storage_key_to_ephemeral()
[all …]
Draw_device.rs103 key_desc: &KeyDescriptor, in create_and_store_key()
136 pub fn internal_descriptor(alias: String) -> KeyDescriptor { in internal_descriptor()
148 key_desc: &KeyDescriptor, in lookup_from_desc()
173 key_desc: &KeyDescriptor, in lookup_or_generate_key()
Dmaintenance.rs219 fn migrate_key_namespace(source: &KeyDescriptor, destination: &KeyDescriptor) -> Result<()> { in migrate_key_namespace()
306 source: &KeyDescriptor, in migrateKeyNamespace()
307 destination: &KeyDescriptor, in migrateKeyNamespace()
Dremote_provisioning.rs92 key: &KeyDescriptor, in get_rem_prov_attest_key()
130 key: &KeyDescriptor, in get_rem_prov_attest_key_helper()
173 key: &KeyDescriptor, in get_remotely_provisioned_attestation_key_and_certs()
Ddatabase.rs2165 destination: &KeyDescriptor, in migrate_key_namespace()
2233 key: &KeyDescriptor, in store_new_key()
2294 key: &KeyDescriptor, in store_new_certificate()
2342 fn load_key_entry_id(tx: &Transaction, key: &KeyDescriptor, key_type: KeyType) -> Result<i64> { in load_key_entry_id()
2385 key: &KeyDescriptor, in load_access_tuple()
2623 key: &KeyDescriptor, in load_key_entry()
2627 check_permission: impl Fn(&KeyDescriptor, Option<KeyPermSet>) -> Result<()>, in load_key_entry()
2654 key: &KeyDescriptor, in load_key_entry_internal()
2658 check_permission: &impl Fn(&KeyDescriptor, Option<KeyPermSet>) -> Result<()>, in load_key_entry_internal()
2753 key: &KeyDescriptor, in unbind_key()
[all …]
Dpermission.rs456 key: &KeyDescriptor, in check_grant_permission()
508 key: &KeyDescriptor, in check_key_permission()
Dlegacy_migrator.rs198 pub fn list_uid(&self, domain: Domain, namespace: i64) -> Result<Vec<KeyDescriptor>> { in list_uid()
288 key: &KeyDescriptor, in with_try_migrate()
Dutils.rs75 key: &KeyDescriptor, in check_key_permission()
/system/security/ondevice-signing/
DKeystoreHmacKey.h31 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable
DKeystoreKey.h35 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable