Searched refs:unseal (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 27 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 D | tpm2.py | 628 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
|
/kernel/linux/linux-6.6/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 27 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 D | tpm2.py | 629 def unseal(self, parent_key, blob, auth_value, policy_handle): member in Client
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted-type.h | 65 int (*unseal)(struct trusted_key_payload *p, char *datablob); member
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_caam.c | 78 .unseal = trusted_caam_unseal,
|
H A D | trusted_core.c | 49 *trusted_key_sources[0].ops->unseal); 364 static_call_update(trusted_key_unseal, trusted_key_sources[i].ops->unseal); in init_trusted()
|
H A D | trusted_tee.c | 108 * Have the TEE unseal(decrypt) the symmetric key 287 .unseal = trusted_tee_unseal,
|
H A D | trusted_tpm1.c | 253 * 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