Home
last modified time | relevance | path

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

/tools/testing/selftests/tpm2/
Dtpm2.py251 hmac=''): argument
255 self.hmac = hmac
258 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))
260 self.nonce, self.session_attributes, len(self.hmac),
261 self.hmac)
264 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))
629 auth_cmd = AuthCommand(session_handle=policy_handle, hmac=auth_value)
631 auth_cmd = AuthCommand(hmac=auth_value)