Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/tpm2/
Dtpm2_tests.py27 result = self.client.unseal(self.root_key, blob, auth, None)
63 result = self.client.unseal(self.root_key, blob, auth, handle)
77 result = self.client.unseal(self.root_key, blob,
116 result = self.client.unseal(self.root_key, blob, auth, handle)
135 result = self.client.unseal(self.root_key, blob, auth, handle)
Dtpm2.py629 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
/linux-6.1.9/include/keys/
Dtrusted-type.h65 int (*unseal)(struct trusted_key_payload *p, char *datablob); member
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_caam.c78 .unseal = trusted_caam_unseal,
Dtrusted_core.c50 *trusted_key_sources[0].ops->unseal);
367 trusted_key_sources[i].ops->unseal); in init_trusted()
Dtrusted_tee.c310 .unseal = trusted_tee_unseal,
Dtrusted_tpm1.c1071 .unseal = trusted_tpm_unseal,