Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/tpm2/
H 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)
H A Dtpm2.py629 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c64 *trusted_key_sources[0].ops->unseal);
379 static_call_update(trusted_key_unseal, trusted_key_sources[i].ops->unseal); in init_trusted()
H A Dtrusted_pkwm.c188 .unseal = trusted_pkwm_unseal,
H A Dtrusted_caam.c189 .unseal = trusted_caam_unseal,
H A Dtrusted_tee.c108 * Have the TEE unseal(decrypt) the symmetric key
284 .unseal = trusted_tee_unseal,
H A Dtrusted_dcp.c361 .unseal = trusted_dcp_unseal,
H A Dtrusted_tpm1.c237 * verify the AUTH2_COMMAND (unseal) result from TPM in TSS_checkhmac2()
538 * use the AUTH2_COMMAND form of unseal, to authorize both key and blob
650 * Have the TPM unseal(decrypt) the symmetric key
995 .unseal = trusted_tpm_unseal,