Home
last modified time | relevance | path

Searched refs:authkey (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/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
35 self.authkey = authkey
39 self.manager, self.address, self.authkey = start_server(self.address, self.authkey)
53 authkey = base64.b64decode(authkey)
54 return address, authkey
57 def store_env_config(address, authkey): argument
58 authkey = base64.b64encode(authkey)
62 def start_server(address=None, authkey=None): argument
63 if isinstance(authkey, text_type):
64 authkey = authkey.encode("ascii")
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py44 self.authkey = authkey
52 store_env_config(self.address, self.authkey)
65 authkey = base64.b64decode(authkey)
66 return address, authkey
69 def store_env_config(address, authkey): argument
70 authkey = base64.b64encode(authkey)
75 if isinstance(authkey, str):
76 authkey = authkey.encode("ascii")
139 self._get_proxy(address, authkey)
142 def _get_proxy(self, address=None, authkey=None): argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py44 self.authkey = authkey
52 store_env_config(self.address, self.authkey)
65 authkey = base64.b64decode(authkey)
66 return address, authkey
69 def store_env_config(address, authkey): argument
70 authkey = base64.b64encode(authkey)
75 if isinstance(authkey, str):
76 authkey = authkey.encode("ascii")
139 self._get_proxy(address, authkey)
142 def _get_proxy(self, address=None, authkey=None): argument
[all …]
/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
37 self.authkey = authkey
41 self.manager, self.address, self.authkey = start_server(self.address, self.authkey)
55 authkey = base64.b64decode(authkey)
56 return address, authkey
59 def store_env_config(address, authkey): argument
60 authkey = base64.b64encode(authkey)
64 def start_server(address=None, authkey=None): argument
65 if isinstance(authkey, text_type):
66 authkey = authkey.encode("ascii")
[all …]
/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
25 self.authkey = authkey
29 self.manager, self.address, self.authkey = start_server(self.address, self.authkey)
30 store_env_config(self.address, self.authkey)
42 authkey = base64.decodestring(authkey)
43 return address, authkey
45 def store_env_config(address, authkey): argument
46 authkey = base64.encodestring(authkey)
49 def start_server(address=None, authkey=None): argument
50 manager = ServerDictManager(address, authkey)
[all …]
/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
28 self.authkey = authkey
32 self.manager, self.address, self.authkey = start_server(self.address, self.authkey)
45 authkey = base64.decodestring(authkey)
46 return address, authkey
48 def store_env_config(address, authkey): argument
49 authkey = base64.encodestring(authkey)
52 def start_server(address=None, authkey=None): argument
53 manager = ServerDictManager(address, authkey)
107 self._get_proxy(address, authkey)
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptserve/wptserve/
H A Dstash.py60 self.authkey = authkey
68 store_env_config(self.address, self.authkey)
81 authkey = base64.b64decode(authkey)
82 return address, authkey
85 def store_env_config(address, authkey): argument
86 authkey = base64.b64encode(authkey)
91 if isinstance(authkey, str):
92 authkey = authkey.encode("ascii")
96 manager = StashManager(address, authkey, **kwargs)
156 self._get_proxy(address, authkey)
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/security/keys/
H A Drequest_key_auth.c167 struct key *authkey = NULL; in request_key_auth_new() local
220 if (IS_ERR(authkey)) { in request_key_auth_new()
221 ret = PTR_ERR(authkey); in request_key_auth_new()
230 kleave(" = {%d,%d}", authkey->serial, refcount_read(&authkey->usage)); in request_key_auth_new()
231 return authkey; in request_key_auth_new()
234 key_put(authkey); in request_key_auth_new()
259 struct key *authkey; in key_get_instantiation_authkey() local
269 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
271 authkey = ERR_PTR(-ENOKEY); in key_get_instantiation_authkey()
277 key_put(authkey); in key_get_instantiation_authkey()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/security/keys/
H A Drequest_key_auth.c167 struct key *authkey = NULL; in request_key_auth_new() local
220 if (IS_ERR(authkey)) { in request_key_auth_new()
221 ret = PTR_ERR(authkey); in request_key_auth_new()
230 kleave(" = {%d,%d}", authkey->serial, refcount_read(&authkey->usage)); in request_key_auth_new()
231 return authkey; in request_key_auth_new()
234 key_put(authkey); in request_key_auth_new()
259 struct key *authkey; in key_get_instantiation_authkey() local
269 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
271 authkey = ERR_PTR(-ENOKEY); in key_get_instantiation_authkey()
277 key_put(authkey); in key_get_instantiation_authkey()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/security/keys/
H A Drequest_key_auth.c167 struct key *authkey = NULL; in request_key_auth_new() local
220 if (IS_ERR(authkey)) { in request_key_auth_new()
221 ret = PTR_ERR(authkey); in request_key_auth_new()
230 kleave(" = {%d,%d}", authkey->serial, refcount_read(&authkey->usage)); in request_key_auth_new()
231 return authkey; in request_key_auth_new()
234 key_put(authkey); in request_key_auth_new()
259 struct key *authkey; in key_get_instantiation_authkey() local
269 authkey = ERR_CAST(authkey_ref); in key_get_instantiation_authkey()
271 authkey = ERR_PTR(-ENOKEY); in key_get_instantiation_authkey()
277 key_put(authkey); in key_get_instantiation_authkey()
[all …]
/dports/security/libfido2/libfido2-1.9.0/src/
H A Dauthkey.c12 es256_pk_t *authkey = arg; in parse_authkey() local
21 return (es256_pk_decode(val, authkey)); in parse_authkey()
61 fido_dev_authkey_rx(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey_rx() argument
67 (void *)authkey, *ms); in fido_dev_authkey_rx()
69 memset(authkey, 0, sizeof(*authkey)); in fido_dev_authkey_rx()
77 return (cbor_parse_reply(reply, (size_t)reply_len, authkey, 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() argument
87 (r = fido_dev_authkey_rx(dev, authkey, ms)) != FIDO_OK) in fido_dev_authkey_wait()
94 fido_dev_authkey(fido_dev_t *dev, es256_pk_t *authkey, int *ms) in fido_dev_authkey() argument
96 return (fido_dev_authkey_wait(dev, authkey, ms)); in fido_dev_authkey()
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/processing/
H A Dconnection.py142 if authenticate and authkey is None:
145 assert type(authkey) is str
147 self._authkey = authkey
181 if authenticate and authkey is None:
184 assert type(authkey) is str
186 if authkey is not None:
187 answerChallenge(c, authkey)
188 deliverChallenge(c, authkey)
407 assert type(authkey) is str, '%r is not a string' % authkey
422 def answerChallenge(connection, authkey): argument
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.6/multiprocess/
H A Dmanagers.py135 self.authkey = AuthenticationString(authkey)
451 if authkey is None:
452 authkey = current_process().authkey
578 conn = _Client(address, authkey=authkey)
691 if authkey is not None:
772 conn = _Client(token.address, authkey=authkey)
880 conn = _Client(token.address, authkey=authkey)
887 authkey = manager._authkey
888 if authkey is None:
889 authkey = current_process().authkey
[all …]
/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
191 await self._deliver_challenge(authkey)
192 await self._answer_challenge(authkey)
195 await self._answer_challenge(authkey)
196 await self._deliver_challenge(authkey)
232 async def accept(self, *, authkey=None): argument
249 if authkey:
260 async def connect(self, *, authkey=None): argument
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/multiprocessing/
H A Dmanagers.py158 self.authkey = AuthenticationString(authkey)
474 if authkey is None:
475 authkey = current_process().authkey
612 conn = _Client(address, authkey=authkey)
725 if authkey is not None:
807 conn = _Client(token.address, authkey=authkey)
915 conn = _Client(token.address, authkey=authkey)
922 authkey = manager._authkey
923 if authkey is None:
924 authkey = current_process().authkey
[all …]
/dports/lang/python27/Python-2.7.18/Lib/multiprocessing/
H A Dmanagers.py158 self.authkey = AuthenticationString(authkey)
474 if authkey is None:
475 authkey = current_process().authkey
612 conn = _Client(address, authkey=authkey)
725 if authkey is not None:
807 conn = _Client(token.address, authkey=authkey)
915 conn = _Client(token.address, authkey=authkey)
922 authkey = manager._authkey
923 if authkey is None:
924 authkey = current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.7/multiprocess/
H A Dmanagers.py161 self.authkey = AuthenticationString(authkey)
477 if authkey is None:
478 authkey = current_process().authkey
611 conn = _Client(address, authkey=authkey)
724 if authkey is not None:
806 conn = _Client(token.address, authkey=authkey)
914 conn = _Client(token.address, authkey=authkey)
921 authkey = manager._authkey
922 if authkey is None:
923 authkey = current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.5/multiprocess/
H A Dmanagers.py136 self.authkey = process.AuthenticationString(authkey)
432 if authkey is None:
433 authkey = process.current_process().authkey
573 conn = _Client(address, authkey=authkey)
683 if authkey is not None:
765 conn = _Client(token.address, authkey=authkey)
873 conn = _Client(token.address, authkey=authkey)
880 authkey = manager._authkey
881 if authkey is None:
882 authkey = process.current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/multiprocess/
H A Dmanagers.py161 self.authkey = AuthenticationString(authkey)
477 if authkey is None:
478 authkey = current_process().authkey
615 conn = _Client(address, authkey=authkey)
728 if authkey is not None:
810 conn = _Client(token.address, authkey=authkey)
918 conn = _Client(token.address, authkey=authkey)
925 authkey = manager._authkey
926 if authkey is None:
927 authkey = current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.4/multiprocess/
H A Dmanagers.py136 self.authkey = process.AuthenticationString(authkey)
444 if authkey is None:
445 authkey = process.current_process().authkey
585 conn = _Client(address, authkey=authkey)
698 if authkey is not None:
780 conn = _Client(token.address, authkey=authkey)
888 conn = _Client(token.address, authkey=authkey)
895 authkey = manager._authkey
896 if authkey is None:
897 authkey = process.current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.1/multiprocess/
H A Dmanagers.py164 self.authkey = AuthenticationString(authkey)
480 if authkey is None:
481 authkey = current_process().authkey
614 conn = _Client(address, authkey=authkey)
727 if authkey is not None:
808 conn = _Client(token.address, authkey=authkey)
916 conn = _Client(token.address, authkey=authkey)
923 authkey = manager._authkey
924 if authkey is None:
925 authkey = current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.2/multiprocess/
H A Dmanagers.py164 self.authkey = AuthenticationString(authkey)
480 if authkey is None:
481 authkey = current_process().authkey
614 conn = _Client(address, authkey=authkey)
727 if authkey is not None:
808 conn = _Client(token.address, authkey=authkey)
916 conn = _Client(token.address, authkey=authkey)
923 authkey = manager._authkey
924 if authkey is None:
925 authkey = current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.3/multiprocess/
H A Dmanagers.py133 self.authkey = AuthenticationString(authkey)
440 if authkey is None:
441 authkey = current_process().authkey
580 conn = _Client(address, authkey=authkey)
693 if authkey is not None:
775 conn = _Client(token.address, authkey=authkey)
883 conn = _Client(token.address, authkey=authkey)
890 authkey = manager._authkey
891 if authkey is None:
892 authkey = current_process().authkey
[all …]
/dports/lang/python37/Python-3.7.12/Lib/multiprocessing/
H A Dmanagers.py139 authkey, type(authkey)))
141 self.authkey = process.AuthenticationString(authkey)
502 if authkey is None:
503 authkey = process.current_process().authkey
667 conn = _Client(address, authkey=authkey)
785 if authkey is not None:
871 conn = _Client(token.address, authkey=authkey)
979 conn = _Client(token.address, authkey=authkey)
987 if authkey is None:
988 authkey = process.current_process().authkey
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.7/multiprocess/
H A Dmanagers.py139 authkey, type(authkey)))
141 self.authkey = process.AuthenticationString(authkey)
502 if authkey is None:
503 authkey = process.current_process().authkey
667 conn = _Client(address, authkey=authkey)
785 if authkey is not None:
871 conn = _Client(token.address, authkey=authkey)
979 conn = _Client(token.address, authkey=authkey)
987 if authkey is None:
988 authkey = process.current_process().authkey
[all …]

12345678910>>...27