Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds