Searched refs:AuthenticationString (Results 1 – 3 of 3) sorted by relevance
194 self._authkey = AuthenticationString(authkey)285 class AuthenticationString(bytes): class293 return AuthenticationString, (bytes(self),)309 self._authkey = AuthenticationString(os.urandom(32))
51 from multiprocessing.process import AuthenticationString158 self.authkey = AuthenticationString(authkey)477 self._authkey = AuthenticationString(authkey)726 self._authkey = AuthenticationString(authkey)
73 self._proc.authkey = AuthenticationString(authkey)