HomeSort by relevance Sort by last modified time
    Searched refs:authkey (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
multiprocessing_shim.py 68 def authkey(self): member in class:ProcessShim
71 @authkey.setter
72 def authkey(self, authkey): member in class:ProcessShim
73 self._proc.authkey = AuthenticationString(authkey)
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
connection.py 124 def __init__(self, address=None, family=None, backlog=1, authkey=None):
134 if authkey is not None and not isinstance(authkey, bytes):
135 raise TypeError, 'authkey should be a byte string'
137 self._authkey = authkey
161 def Client(address, family=None, authkey=None):
171 if authkey is not None and not isinstance(authkey, bytes):
172 raise TypeError, 'authkey should be a byte string'
174 if authkey is not None
    [all...]
managers.py 155 def __init__(self, registry, address, authkey, serializer):
156 assert isinstance(authkey, bytes)
158 self.authkey = AuthenticationString(authkey)
197 connection.deliver_challenge(c, self.authkey)
198 connection.answer_challenge(c, self.authkey)
473 def __init__(self, address=None, authkey=None, serializer='pickle'):
474 if authkey is None:
475 authkey = current_process().authkey
    [all...]
reduction.py 110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
connection.py 124 def __init__(self, address=None, family=None, backlog=1, authkey=None):
134 if authkey is not None and not isinstance(authkey, bytes):
135 raise TypeError, 'authkey should be a byte string'
137 self._authkey = authkey
161 def Client(address, family=None, authkey=None):
171 if authkey is not None and not isinstance(authkey, bytes):
172 raise TypeError, 'authkey should be a byte string'
174 if authkey is not None
    [all...]
managers.py 155 def __init__(self, registry, address, authkey, serializer):
156 assert isinstance(authkey, bytes)
158 self.authkey = AuthenticationString(authkey)
197 connection.deliver_challenge(c, self.authkey)
198 connection.answer_challenge(c, self.authkey)
473 def __init__(self, address=None, authkey=None, serializer='pickle'):
474 if authkey is None:
475 authkey = current_process().authkey
    [all...]
reduction.py 110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 124 def __init__(self, address=None, family=None, backlog=1, authkey=None):
134 if authkey is not None and not isinstance(authkey, bytes):
135 raise TypeError, 'authkey should be a byte string'
137 self._authkey = authkey
161 def Client(address, family=None, authkey=None):
171 if authkey is not None and not isinstance(authkey, bytes):
172 raise TypeError, 'authkey should be a byte string'
174 if authkey is not None
    [all...]
managers.py 155 def __init__(self, registry, address, authkey, serializer):
156 assert isinstance(authkey, bytes)
158 self.authkey = AuthenticationString(authkey)
197 connection.deliver_challenge(c, self.authkey)
198 connection.answer_challenge(c, self.authkey)
473 def __init__(self, address=None, authkey=None, serializer='pickle'):
474 if authkey is None:
475 authkey = current_process().authkey
    [all...]
reduction.py 110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 124 def __init__(self, address=None, family=None, backlog=1, authkey=None):
134 if authkey is not None and not isinstance(authkey, bytes):
135 raise TypeError, 'authkey should be a byte string'
137 self._authkey = authkey
161 def Client(address, family=None, authkey=None):
171 if authkey is not None and not isinstance(authkey, bytes):
172 raise TypeError, 'authkey should be a byte string'
174 if authkey is not None
    [all...]
managers.py 155 def __init__(self, registry, address, authkey, serializer):
156 assert isinstance(authkey, bytes)
158 self.authkey = AuthenticationString(authkey)
197 connection.deliver_challenge(c, self.authkey)
198 connection.answer_challenge(c, self.authkey)
473 def __init__(self, address=None, authkey=None, serializer='pickle'):
474 if authkey is None:
475 authkey = current_process().authkey
    [all...]
reduction.py 110 _listener = Listener(authkey=current_process().authkey)
155 conn = Client(address, authkey=current_process().authkey)
process.py 186 def authkey(self): member in class:Process
189 @authkey.setter
190 def authkey(self, authkey): member in class:Process
194 self._authkey = AuthenticationString(authkey)
  /hardware/qcom/msm8996/kernel-headers/linux/
qcedev.h 129 uint8_t * authkey; member in struct:qcedev_sha_op_req
  /external/tcpdump/
print-esp.c 351 char *authkey; local
357 authkey = strsep(&line, " \t");
361 if(!init || !icookie || !rcookie || !authkey || !enckey) {
395 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
  /hardware/qcom/msm8996/original-kernel-headers/linux/
qcedev.h 206 * @authkey (IN): Pointer to authentication key for HMAC
216 uint8_t *authkey; member in struct:qcedev_sha_op_req
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_multiprocessing.py 188 authkey = current.authkey
192 self.assertIsInstance(authkey, bytes)
193 self.assertTrue(len(authkey) > 0)
204 q.put(bytes(current.authkey))
220 self.assertEqual(p.authkey, current.authkey)
237 self.assertEqual(q.get(), current.authkey)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_multiprocessing.py 188 authkey = current.authkey
192 self.assertIsInstance(authkey, bytes)
193 self.assertTrue(len(authkey) > 0)
204 q.put(bytes(current.authkey))
220 self.assertEqual(p.authkey, current.authkey)
237 self.assertEqual(q.get(), current.authkey)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 188 authkey = current.authkey
192 self.assertIsInstance(authkey, bytes)
193 self.assertTrue(len(authkey) > 0)
204 q.put(bytes(current.authkey))
220 self.assertEqual(p.authkey, current.authkey)
237 self.assertEqual(q.get(), current.authkey)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 188 authkey = current.authkey
192 self.assertIsInstance(authkey, bytes)
193 self.assertTrue(len(authkey) > 0)
204 q.put(bytes(current.authkey))
220 self.assertEqual(p.authkey, current.authkey)
237 self.assertEqual(q.get(), current.authkey)
    [all...]

Completed in 563 milliseconds

1 2