Home
last modified time | relevance | path

Searched refs:unseal (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/
H 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,
91 # Extend first a PCR that is not part of the policy and try to unseal.
103 result = self.client.unseal(self.root_key, blob, auth, handle)
110 # Then, extend a PCR that is part of the policy and try to unseal.
122 result = self.client.unseal(self.root_key, blob, auth, handle)
H A Dtpm2.py628 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
/kernel/linux/linux-6.6/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,
104 # Extend first a PCR that is not part of the policy and try to unseal.
116 result = self.client.unseal(self.root_key, blob, auth, handle)
123 # Then, extend a PCR that is part of the policy and try to unseal.
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
/kernel/linux/linux-6.6/include/keys/
H A Dtrusted-type.h65 int (*unseal)(struct trusted_key_payload *p, char *datablob); member
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_caam.c78 .unseal = trusted_caam_unseal,
H A Dtrusted_core.c49 *trusted_key_sources[0].ops->unseal);
364 static_call_update(trusted_key_unseal, trusted_key_sources[i].ops->unseal); in init_trusted()
H A Dtrusted_tee.c108 * Have the TEE unseal(decrypt) the symmetric key
287 .unseal = trusted_tee_unseal,
H A Dtrusted_tpm1.c253 * verify the AUTH2_COMMAND (unseal) result from TPM
573 * use the AUTH2_COMMAND form of unseal, to authorize both key and blob
685 * Have the TPM unseal(decrypt) the symmetric key
1071 .unseal = trusted_tpm_unseal,

Completed in 6 milliseconds