Home
last modified time | relevance | path

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

1234567891011

/dports/security/libfido2/libfido2-1.9.0/src/
H A Dauthkey.c12 es256_pk_t *authkey = arg; in parse_authkey() local
61 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey_rx()
82 fido_dev_authkey_wait(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey_wait()
94 fido_dev_authkey(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py23 def __init__(self, address=None, authkey=None): argument
45 def store_env_config(address, authkey): argument
49 def start_server(address=None, authkey=None): argument
85 def __init__(self, default_path, address=None, authkey=None): argument
89 def _get_proxy(self, address=None, authkey=None): argument
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py26 def __init__(self, address=None, authkey=None): argument
48 def store_env_config(address, authkey): argument
52 def start_server(address=None, authkey=None): argument
105 def __init__(self, default_path, address=None, authkey=None): argument
110 def _get_proxy(self, address=None, authkey=None): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/wptserve/wptserve/
H A Dstash.py33 def __init__(self, address=None, authkey=None): argument
57 def store_env_config(address, authkey): argument
62 def start_server(address=None, authkey=None): argument
119 def __init__(self, default_path, address=None, authkey=None): argument
124 def _get_proxy(self, address=None, authkey=None): argument
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py35 def __init__(self, address=None, authkey=None): argument
59 def store_env_config(address, authkey): argument
64 def start_server(address=None, authkey=None): argument
121 def __init__(self, default_path, address=None, authkey=None): argument
126 def _get_proxy(self, address=None, authkey=None): argument
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py42 def __init__(self, address=None, authkey=None, mp_context=None): argument
69 def store_env_config(address, authkey): argument
74 def start_server(address=None, authkey=None, mp_context=None): argument
137 def __init__(self, default_path, address=None, authkey=None): argument
142 def _get_proxy(self, address=None, authkey=None): argument
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py42 def __init__(self, address=None, authkey=None, mp_context=None): argument
69 def store_env_config(address, authkey): argument
74 def start_server(address=None, authkey=None, mp_context=None): argument
137 def __init__(self, default_path, address=None, authkey=None): argument
142 def _get_proxy(self, address=None, authkey=None): argument
/dports/devel/py-curio/curio-1.5/curio/
H A Dchannel.py168 async def _deliver_challenge(self, authkey): argument
179 async def _answer_challenge(self, authkey): argument
190 async def authenticate_server(self, authkey): argument
194 async def authenticate_client(self, authkey): argument
232 async def accept(self, *, authkey=None): argument
260 async def connect(self, *, authkey=None): argument
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py58 def __init__(self, address=None, authkey=None, mp_context=None): argument
85 def store_env_config(address, authkey): argument
90 def start_server(address=None, authkey=None, mp_context=None): argument
154 def __init__(self, default_path, address=None, authkey=None): argument
159 def _get_proxy(self, address=None, authkey=None): argument
/dports/devel/py-joblib/joblib-1.1.0/joblib/externals/loky/backend/
H A Dprocess.py68 def authkey(self): member in LokyProcess
72 def authkey(self, authkey): member in LokyProcess
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/processing/
H A Dconnection.py94 authenticate=False, authkey=None): argument
171 def Client(address, family=None, authenticate=False, authkey=None): argument
405 def deliverChallenge(connection, authkey): argument
422 def answerChallenge(connection, authkey): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py68 def authkey(self): member in ProcessShim
72 def authkey(self, authkey): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_trace_event/py_trace_event/trace_event_impl/
H A Dmultiprocessing_shim.py68 def authkey(self): member in ProcessShim
72 def authkey(self, authkey): argument
/dports/databases/grass7/grass-7.8.6/raster/r.in.gdal/
H A Dproj.c61 const char *authkey, *authname, *authcode; in check_projection() local
102 const char *authkey, *authname, *authcode; in check_projection() local
/dports/databases/grass7/grass-7.8.6/raster/r.external/
H A Dproj.c61 const char *authkey, *authname, *authcode; in check_projection() local
102 const char *authkey, *authname, *authcode; in check_projection() local
/dports/lang/python-legacy/Python-2.7.18/Lib/multiprocessing/
H A Dprocess.py195 def authkey(self): member in Process
199 def authkey(self, authkey): member in Process
/dports/lang/python27/Python-2.7.18/Lib/multiprocessing/
H A Dprocess.py195 def authkey(self): member in Process
199 def authkey(self, authkey): member in Process
H A Dconnection.py124 def __init__(self, address=None, family=None, backlog=1, authkey=None): argument
161 def Client(address, family=None, authkey=None): argument
416 def deliver_challenge(connection, authkey): argument
429 def answer_challenge(connection, authkey): argument
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.1/multiprocess/
H A Dprocess.py186 def authkey(self): member in Process
190 def authkey(self, authkey): member in Process
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.7/multiprocess/
H A Dprocess.py195 def authkey(self): member in Process
199 def authkey(self, authkey): argument
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/multiprocess/
H A Dprocess.py195 def authkey(self): member in Process
199 def authkey(self, authkey): member in Process
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.6/multiprocess/
H A Dprocess.py160 def authkey(self): member in Process
164 def authkey(self, authkey): member in Process
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.2/multiprocess/
H A Dprocess.py188 def authkey(self): member in Process
192 def authkey(self, authkey): argument
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/tools/watchdog/
H A Dwd_cli.c464 inform_node_status(LifeCheckNode * node, char *message, char* authkey) in inform_node_status()
509 fetch_watchdog_nodes_data(char *authkey, bool debug) in fetch_watchdog_nodes_data()
602 inform_node_is_dead(LifeCheckNode * node, char *message, char* authkey) in inform_node_is_dead()
609 inform_node_is_alive(LifeCheckNode * node, char *message, char* authkey) in inform_node_is_alive()
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/tools/watchdog/
H A Dwd_cli.c464 inform_node_status(LifeCheckNode * node, char *message, char* authkey) in inform_node_status()
509 fetch_watchdog_nodes_data(char *authkey, bool debug) in fetch_watchdog_nodes_data()
602 inform_node_is_dead(LifeCheckNode * node, char *message, char* authkey) in inform_node_is_dead()
609 inform_node_is_alive(LifeCheckNode * node, char *message, char* authkey) in inform_node_is_alive()

1234567891011