Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tpm2/
A 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)
A Dtpm2.py624 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
/linux/security/keys/trusted-keys/
A Dtrusted_core.c41 *trusted_key_sources[0].ops->unseal);
330 trusted_key_sources[i].ops->unseal); in init_trusted()
A Dtrusted_tee.c315 .unseal = trusted_tee_unseal,
A Dtrusted_tpm1.c1071 .unseal = trusted_tpm_unseal,
/linux/include/keys/
A Dtrusted-type.h65 int (*unseal)(struct trusted_key_payload *p, char *datablob); member

Completed in 13 milliseconds