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.py68 def install_client_credentials(self, tpm_store): argument
415 def install_client_credentials(self, tpm_store): argument
425 tpm_store.install_certificate(self.client_cert, self.client_cert_id)
426 self.client_cert_slot_id = tpm_store.SLOT_ID
427 self.pin = tpm_store.PIN
429 tpm_store.install_private_key(self.client_key, self.client_key_id)
430 self.client_key_slot_id = tpm_store.SLOT_ID
431 self.pin = tpm_store.PIN
/external/autotest/client/site_tests/network_VPNConnect/
Dnetwork_VPNConnect.py13 from autotest_lib.client.cros import tpm_store
199 with tpm_store.TPMStore() as tpm:
/external/autotest/client/cros/networking/
Dshill_xmlrpc_server.py18 from autotest_lib.client.cros import tpm_store
39 self._tpm_store = tpm_store.TPMStore()