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.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
Dmanagers.py146 def __init__(self, registry, address, authkey, serializer): argument
499 def __init__(self, address=None, authkey=None, serializer='pickle', argument
579 def _run_server(cls, registry, address, authkey, serializer, writer, argument
659 def _finalize_manager(process, address, authkey, state, _Client): argument
756 authkey=None, exposed=None, incref=True, manager_owned=False): argument
862 def _decref(token, authkey, state, tls, idset, _Client): argument
970 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/openssl/crypto/bio/
Dbss_dgram.c1332 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_dgram.c1332 struct sctp_authkey *authkey = NULL; in dgram_sctp_ctrl() local
/third_party/python/Lib/test/
D_test_multiprocessing.py2936 def _putter(cls, address, authkey): argument
2978 def _putter(cls, address, authkey): argument