Home
last modified time | relevance | path

Searched refs:create_root_key (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/testing/selftests/tpm2/
Dtpm2_tests.py16 self.root_key = self.client.create_root_key()
233 root1 = space1.create_root_key()
235 root2 = space2.create_root_key()
236 root3 = space2.create_root_key()
247 root1 = space1.create_root_key()
257 space1.create_root_key()
259 space2.create_root_key()
260 space2.create_root_key()
276 root1 = space1.create_root_key()
Dtpm2.py522 def create_root_key(self, auth_value = ''): member in Client