Searched refs:unseal (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/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 | 624 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
|
| /Linux-v5.15/include/keys/ |
| D | trusted-type.h | 65 int (*unseal)(struct trusted_key_payload *p, char *datablob); member
|
| /Linux-v5.15/security/keys/trusted-keys/ |
| D | trusted_core.c | 41 *trusted_key_sources[0].ops->unseal); 330 trusted_key_sources[i].ops->unseal); in init_trusted()
|
| D | trusted_tee.c | 315 .unseal = trusted_tee_unseal,
|
| D | trusted_tpm1.c | 1071 .unseal = trusted_tpm_unseal,
|