Searched defs:auth_value (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 543 def create_root_key(self, auth_value = bytes()): argument 588 def seal(self, parent_key, data, auth_value, policy_dig, argument 628 def unseal(self, parent_key, blob, auth_value, policy_handle): argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tpm2/ |
| D | tpm2.py | 544 def create_root_key(self, auth_value = bytes()): argument 589 def seal(self, parent_key, data, auth_value, policy_dig, argument 629 def unseal(self, parent_key, blob, auth_value, policy_handle): argument
|