Searched refs:hmac (Results 1 – 1 of 1) sorted by relevance
252 session_attributes=0, hmac=bytes()): argument256 self.hmac = hmac259 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))261 self.nonce, self.session_attributes, len(self.hmac),262 self.hmac)265 fmt = '>I H%us B H%us' % (len(self.nonce), len(self.hmac))651 auth_cmd = AuthCommand(session_handle=policy_handle, hmac=auth_value)653 auth_cmd = AuthCommand(hmac=auth_value)
Completed in 3 milliseconds