Searched refs:unseal (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
D | tpm2_tests.py | 27 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)
|
D | tpm2.py | 628 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
|