/system/security/keystore2/src/ |
D | attestation_key_utils.rs | 53 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()
|
D | audit_log.rs | 45 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()
|
D | service.rs | 182 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()
|
D | security_level.rs | 112 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 …]
|
D | raw_device.rs | 103 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()
|
D | maintenance.rs | 219 fn migrate_key_namespace(source: &KeyDescriptor, destination: &KeyDescriptor) -> Result<()> { in migrate_key_namespace() 306 source: &KeyDescriptor, in migrateKeyNamespace() 307 destination: &KeyDescriptor, in migrateKeyNamespace()
|
D | remote_provisioning.rs | 92 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()
|
D | database.rs | 2165 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 …]
|
D | permission.rs | 456 key: &KeyDescriptor, in check_grant_permission() 508 key: &KeyDescriptor, in check_key_permission()
|
D | legacy_migrator.rs | 198 pub fn list_uid(&self, domain: Domain, namespace: i64) -> Result<Vec<KeyDescriptor>> { in list_uid() 288 key: &KeyDescriptor, in with_try_migrate()
|
D | utils.rs | 75 key: &KeyDescriptor, in check_key_permission()
|
/system/security/ondevice-signing/ |
D | KeystoreHmacKey.h | 31 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable
|
D | KeystoreKey.h | 35 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable
|