Lines Matching refs:transparency_log_config
1446 def __init__(self, transparency_log_config, timeout):
1450 transparency_log_config: A TransparencyLogConfig instance.
1454 self.transparency_log_config = transparency_log_config
1505 self.transparency_log_config.target))
1506 channel = grpc.insecure_channel(self.transparency_log_config.target)
1510 if self.transparency_log_config.api_key:
1511 metadata.append(('x-api-key', self.transparency_log_config.api_key))
1516 self.transparency_log_config.target))
1673 def request_inclusion_proof(self, transparency_log_config, vbmeta_image,
1680 transparency_log_config: A TransparencyLogConfig instance.
1731 aftl_comms = AftlGrpcCommunication(transparency_log_config, timeout)
1736 icp_entry.translate_response(transparency_log_config.target, response)
1841 transparency_log_config,
1849 transparency_log_config: A TransparencyLogConfig instance used to request
1878 transparency_log_configs=[transparency_log_config],
1893 def load_test_aftl(self, vbmeta_image_path, output, transparency_log_config,
1902 transparency_log_config: A TransparencyLogConfig used to request an
1947 args=(vbmeta_image_path, transparency_log_config,