HomeSort by relevance Sort by last modified time
    Searched full:authkey (Results 1 - 22 of 22) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
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...]
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...]
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)
forking.py 402 authkey=process.current_process().authkey,
451 if 'authkey' in data:
452 process.current_process()._authkey = data['authkey']
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
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...]
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...]
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)
forking.py 402 authkey=process.current_process().authkey,
451 if 'authkey' in data:
452 process.current_process()._authkey = data['authkey']
  /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);
wps_common.c 117 os_memcpy(wps->authkey, keys, WPS_AUTHKEY_LEN);
122 wpa_hexdump_key(MSG_DEBUG, "WPS: AuthKey",
123 wps->authkey, WPS_AUTHKEY_LEN);
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
140 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
wps_attr_build.c 177 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
346 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
wps_i.h 64 u8 authkey[WPS_AUTHKEY_LEN]; member in struct:wps_data
wps_enrollee.c 66 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
642 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
682 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
    [all...]
wps_registrar.c     [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...]
  /external/tcpdump/
print-esp.c 322 char *authkey; local
328 authkey = strsep(&line, " \t");
332 if(!init || !icookie || !rcookie || !authkey || !enckey) {
366 if(!espprint_decode_authalgo(ndo, authkey, &sa1)) return;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipsectypes.h 269 FWP_BYTE_BLOB authKey;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libpulsecommon-0.9.21.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpulsecommon-1.1.so 

Completed in 1039 milliseconds