Searched refs:AuthenticationString (Results 1 – 5 of 5) sorted by relevance
203 self._authkey = AuthenticationString(authkey)294 class AuthenticationString(bytes): class302 return AuthenticationString, (bytes(self),)318 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)
222 self._config['authkey'] = AuthenticationString(authkey)343 class AuthenticationString(bytes): class351 return AuthenticationString, (bytes(self),)399 self._config = {'authkey': AuthenticationString(os.urandom(32)),
151 self.authkey = process.AuthenticationString(authkey)495 self._authkey = process.AuthenticationString(authkey)776 self._authkey = process.AuthenticationString(authkey)
73 self._proc.authkey = AuthenticationString(authkey)