Home
last modified time | relevance | path

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

/aosp12/system/security/keystore2/src/
H A 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()
H A 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()
H A 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()
H A Dsecurity_level.rs114 key: KeyDescriptor, in store_new_key()
210 key: &KeyDescriptor, in create_operation()
395 key: &KeyDescriptor, in add_required_parameters()
493 key: &KeyDescriptor, in generate_key()
610 key: &KeyDescriptor, in import_key()
670 key: &KeyDescriptor, in import_wrapped_key()
893 storage_key: &KeyDescriptor, in convert_storage_key_to_ephemeral()
992 key: &KeyDescriptor, in createOperation()
1001 key: &KeyDescriptor, in generateKey()
1017 key: &KeyDescriptor, in importKey()
[all …]
H A 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()
H A 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()
H A 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()
H A Ddatabase.rs2165 destination: &KeyDescriptor, in migrate_key_namespace()
2233 key: &KeyDescriptor, in store_new_key()
2294 key: &KeyDescriptor, in store_new_certificate()
2385 key: &KeyDescriptor, in load_access_tuple()
2623 key: &KeyDescriptor, in load_key_entry()
2654 key: &KeyDescriptor, in load_key_entry_internal()
2753 key: &KeyDescriptor, in unbind_key()
2988 ) -> Result<Vec<KeyDescriptor>> { in list()
3030 key: &KeyDescriptor, in grant()
3035 ) -> Result<KeyDescriptor> { in grant()
[all …]
H A Dpermission.rs456 key: &KeyDescriptor, in check_grant_permission()
508 key: &KeyDescriptor, in check_key_permission()
H A 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()
H A Dutils.rs75 key: &KeyDescriptor, in check_key_permission()
/aosp12/system/security/ondevice-signing/
H A DKeystoreHmacKey.h31 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable
H A DKeystoreKey.h35 using KeyDescriptor = ::android::system::keystore2::KeyDescriptor; variable