Searched refs:get_remotely_provisioned_component_name (Results 1 – 3 of 3) sorted by relevance
35 use crate::globals::get_remotely_provisioned_component_name;130 let rpc_name = get_remotely_provisioned_component_name(security_level) in get_rkpd_attestation_key()
26 get_remotely_provisioned_component_name, DB, ENFORCEMENTS, LEGACY_IMPORTER, SUPER_KEY,892 let rpc_name = get_remotely_provisioned_component_name(&self.security_level) 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()
420 pub fn get_remotely_provisioned_component_name(security_level: &SecurityLevel) -> Result<String> { in get_remotely_provisioned_component_name() function