Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py16 self.root_key = self.client.create_root_key()
247 root1 = space1.create_root_key()
249 root2 = space2.create_root_key()
250 root3 = space2.create_root_key()
261 root1 = space1.create_root_key()
271 space1.create_root_key()
273 space2.create_root_key()
274 space2.create_root_key()
290 root1 = space1.create_root_key()
H A Dtpm2.py544 def create_root_key(self, auth_value = bytes()): member in Client