Home
last modified time | relevance | path

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

/tools/testing/selftests/tpm2/
Dtpm2.py522 def create_root_key(self, auth_value = ''): argument
532 sensitive = SensitiveCreate(user_auth=auth_value)
567 def seal(self, parent_key, data, auth_value, policy_dig, argument
578 sensitive = SensitiveCreate(user_auth=auth_value, data=data)
607 def unseal(self, parent_key, blob, auth_value, policy_handle): argument
629 auth_cmd = AuthCommand(session_handle=policy_handle, hmac=auth_value)
631 auth_cmd = AuthCommand(hmac=auth_value)