Searched refs:tpm_store (Results 1 – 3 of 3) sorted by relevance
67 def install_client_credentials(self, tpm_store): argument393 def install_client_credentials(self, tpm_store): argument403 tpm_store.install_certificate(self.client_cert, self.client_cert_id)404 self.client_cert_slot_id = tpm_store.SLOT_ID405 self.pin = tpm_store.PIN407 tpm_store.install_private_key(self.client_key, self.client_key_id)408 self.client_key_slot_id = tpm_store.SLOT_ID409 self.pin = tpm_store.PIN
13 from autotest_lib.client.cros import tpm_store197 with tpm_store.TPMStore() as tpm:
19 from autotest_lib.client.cros import tpm_store39 self._tpm_store = tpm_store.TPMStore()