Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2_tests.py16 self.root_key = self.client.create_root_key()
234 root1 = space1.create_root_key()
236 root2 = space2.create_root_key()
237 root3 = space2.create_root_key()
248 root1 = space1.create_root_key()
258 space1.create_root_key()
260 space2.create_root_key()
261 space2.create_root_key()
277 root1 = space1.create_root_key()
Dtpm2.py539 def create_root_key(self, auth_value = bytes()): member in Client