Home
last modified time | relevance | path

Searched defs:authkey (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/multiprocessing/
Dprocess.py214 def authkey(self): member in BaseProcess
218 def authkey(self, authkey): member in BaseProcess
Dconnection.py438 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument
492 def Client(address, family=None, authkey=None): argument
731 def deliver_challenge(connection, authkey): argument
746 def answer_challenge(connection, authkey): argument
Dmanagers.py146 def __init__(self, registry, address, authkey, serializer): argument
499 def __init__(self, address=None, authkey=None, serializer='pickle', argument
580 def _run_server(cls, registry, address, authkey, serializer, writer, argument
660 def _finalize_manager(process, address, authkey, state, _Client, argument
760 authkey=None, exposed=None, incref=True, manager_owned=False): argument
866 def _decref(token, authkey, state, tls, idset, _Client): argument
974 def AutoProxy(token, serializer, manager=None, authkey=None, argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_i.h64 u8 authkey[WPS_AUTHKEY_LEN]; member
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_dgram.c1332 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
/third_party/openssl/crypto/bio/
Dbss_dgram.c1332 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
/third_party/python/Lib/test/
D_test_multiprocessing.py3005 def _putter(cls, address, authkey): argument
3047 def _putter(cls, address, authkey): argument