Home
last modified time | relevance | path

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

/third_party/python/Lib/multiprocessing/
Dprocess.py214 def authkey(self): member in BaseProcess
218 def authkey(self, authkey): member in BaseProcess
Dmanagers.py145 def __init__(self, registry, address, authkey, serializer): argument
490 def __init__(self, address=None, authkey=None, serializer='pickle', argument
570 def _run_server(cls, registry, address, authkey, serializer, writer, argument
650 def _finalize_manager(process, address, authkey, state, _Client): argument
747 authkey=None, exposed=None, incref=True, manager_owned=False): argument
853 def _decref(token, authkey, state, tls, idset, _Client): argument
961 def AutoProxy(token, serializer, manager=None, authkey=None, argument
Dconnection.py439 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument
493 def Client(address, family=None, authkey=None): argument
732 def deliver_challenge(connection, authkey): argument
747 def answer_challenge(connection, authkey): 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/openssl/crypto/bio/
Dbss_dgram.c1346 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
/third_party/python/Lib/test/
D_test_multiprocessing.py2920 def _putter(cls, address, authkey): argument
2962 def _putter(cls, address, authkey): argument