Searched refs:auth_value (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/tpm2/ |
A D | tpm2.py | 544 def create_root_key(self, auth_value = bytes()): argument 554 sensitive = SensitiveCreate(user_auth=auth_value) 589 def seal(self, parent_key, data, auth_value, policy_dig, argument 600 sensitive = SensitiveCreate(user_auth=auth_value, data=data) 629 def unseal(self, parent_key, blob, auth_value, policy_handle): argument 651 auth_cmd = AuthCommand(session_handle=policy_handle, hmac=auth_value) 653 auth_cmd = AuthCommand(hmac=auth_value)
|
Completed in 4 milliseconds