Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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,
103 result = self.client.unseal(self.root_key, blob, auth, handle)
122 result = self.client.unseal(self.root_key, blob, auth, handle)
Dtpm2.py628 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client