Home
last modified time | relevance | path

Searched refs:tpm_store (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/common_lib/cros/network/
Dxmlrpc_security_types.py67 def install_client_credentials(self, tpm_store): argument
393 def install_client_credentials(self, tpm_store): argument
403 tpm_store.install_certificate(self.client_cert, self.client_cert_id)
404 self.client_cert_slot_id = tpm_store.SLOT_ID
405 self.pin = tpm_store.PIN
407 tpm_store.install_private_key(self.client_key, self.client_key_id)
408 self.client_key_slot_id = tpm_store.SLOT_ID
409 self.pin = tpm_store.PIN
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py13 from autotest_lib.client.cros import tpm_store
197 with tpm_store.TPMStore() as tpm:
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py19 from autotest_lib.client.cros import tpm_store
39 self._tpm_store = tpm_store.TPMStore()