Searched refs:tpm_store (Results 1 – 3 of 3) sorted by relevance
76 def install_client_credentials(self, tpm_store): argument440 def install_client_credentials(self, tpm_store): argument450 tpm_store.install_certificate(self.client_cert, self.client_cert_id)451 self.client_cert_slot_id = tpm_store.SLOT_ID452 self.pin = tpm_store.PIN454 tpm_store.install_private_key(self.client_key, self.client_key_id)455 self.client_key_slot_id = tpm_store.SLOT_ID456 self.pin = tpm_store.PIN
12 from autotest_lib.client.cros import tpm_store179 with tpm_store.TPMStore() as tpm:
18 from autotest_lib.client.cros import tpm_store39 self._tpm_store = tpm_store.TPMStore()