Home
last modified time | relevance | path

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

/tools/testing/selftests/tpm2/
Dtpm2_tests.py27 result = self.client.unseal(self.root_key, blob, auth, None)
53 result = self.client.unseal(self.root_key, blob, auth, handle)
67 result = self.client.unseal(self.root_key, blob, auth[:-1] + 'B', None)
102 result = self.client.unseal(self.root_key, blob, auth, handle)
121 result = self.client.unseal(self.root_key, blob, auth, handle)
Dtpm2.py607 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client