Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/tpm2/
Dtpm2.py539 def create_root_key(self, auth_value = bytes()): argument
549 sensitive = SensitiveCreate(user_auth=auth_value)
584 def seal(self, parent_key, data, auth_value, policy_dig, argument
595 sensitive = SensitiveCreate(user_auth=auth_value, data=data)
624 def unseal(self, parent_key, blob, auth_value, policy_handle): argument
646 auth_cmd = AuthCommand(session_handle=policy_handle, hmac=auth_value)
648 auth_cmd = AuthCommand(hmac=auth_value)