Searched refs:tpm_store (Results 1 – 3 of 3) sorted by relevance
68 def install_client_credentials(self, tpm_store): argument415 def install_client_credentials(self, tpm_store): argument425 tpm_store.install_certificate(self.client_cert, self.client_cert_id)426 self.client_cert_slot_id = tpm_store.SLOT_ID427 self.pin = tpm_store.PIN429 tpm_store.install_private_key(self.client_key, self.client_key_id)430 self.client_key_slot_id = tpm_store.SLOT_ID431 self.pin = tpm_store.PIN
13 from autotest_lib.client.cros import tpm_store199 with tpm_store.TPMStore() as tpm:
18 from autotest_lib.client.cros import tpm_store39 self._tpm_store = tpm_store.TPMStore()