Searched refs:rpc_name (Results 1 – 3 of 3) sorted by relevance
/system/security/keystore2/rkpd_client/src/ |
D | lib.rs | 143 async fn get_rkpd_registration(rpc_name: &str) -> Result<binder::Strong<dyn IRegistration>> { in get_rkpd_registration() 153 .getRegistration(rpc_name, &cb) in get_rkpd_registration() 228 rpc_name: &str, in get_rkpd_attestation_key_async() 231 let registration = get_rkpd_registration(rpc_name) in get_rkpd_attestation_key_async() 288 rpc_name: &str, in store_rkpd_attestation_key_async() 292 let registration = get_rkpd_registration(rpc_name) in store_rkpd_attestation_key_async() 299 pub fn get_rkpd_attestation_key(rpc_name: &str, caller_uid: u32) -> Result<RemotelyProvisionedKey> { in get_rkpd_attestation_key() 300 tokio_rt().block_on(get_rkpd_attestation_key_async(rpc_name, caller_uid)) in get_rkpd_attestation_key() 305 rpc_name: &str, in store_rkpd_attestation_key() 309 tokio_rt().block_on(store_rkpd_attestation_key_async(rpc_name, key_blob, upgraded_blob)) in store_rkpd_attestation_key()
|
/system/security/keystore2/src/ |
D | remote_provisioning.rs | 130 let rpc_name = get_remotely_provisioned_component_name(security_level) in get_rkpd_attestation_key() localVariable 133 rkpd_client::get_rkpd_attestation_key(&rpc_name, caller_uid) in get_rkpd_attestation_key()
|
D | security_level.rs | 892 let rpc_name = get_remotely_provisioned_component_name(&self.security_level) in upgrade_rkpd_keyblob_if_required_with() localVariable 902 if let Err(e) = store_rkpd_attestation_key(&rpc_name, key_blob, upgraded_blob) { in upgrade_rkpd_keyblob_if_required_with() 1090 let rpc_name = get_remotely_provisioned_component_name(&security_level).unwrap(); in test_rkpd_attestation_key_upgrade() localVariable 1091 let key = get_rkpd_attestation_key(&rpc_name, key_id).unwrap(); in test_rkpd_attestation_key_upgrade() 1127 store_rkpd_attestation_key(&rpc_name, &key.keyBlob, new_blob).unwrap(); in test_rkpd_attestation_key_upgrade()
|