Home
last modified time | relevance | path

Searched refs:accept_binary (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/handshake/
H A Dhybi.py84 accept_binary = util.sha1_hash(
86 accept = base64.b64encode(accept_binary)
88 return (accept, accept_binary)
158 (accept, accept_binary) = compute_accept(key)
163 util.hexify(accept_binary))
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mochitest/pywebsocket/mod_pywebsocket/handshake/
H A Dhybi.py84 accept_binary = util.sha1_hash(
86 accept = base64.b64encode(accept_binary)
88 return (accept, accept_binary)
158 (accept, accept_binary) = compute_accept(key)
163 util.hexify(accept_binary))
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/tools/pywebsocket/src/mod_pywebsocket/handshake/
H A Dhybi.py84 accept_binary = util.sha1_hash(
86 accept = base64.b64encode(accept_binary)
88 return (accept, accept_binary)
158 (accept, accept_binary) = compute_accept(key)
163 util.hexify(accept_binary))
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mochitest/pywebsocket/mod_pywebsocket/handshake/
H A Dhybi.py84 accept_binary = util.sha1_hash(
86 accept = base64.b64encode(accept_binary)
88 return (accept, accept_binary)
158 (accept, accept_binary) = compute_accept(key)
163 util.hexify(accept_binary))
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mochitest/pywebsocket/mod_pywebsocket/handshake/
H A Dhybi.py84 accept_binary = util.sha1_hash(
86 accept = base64.b64encode(accept_binary)
88 return (accept, accept_binary)
158 (accept, accept_binary) = compute_accept(key)
163 util.hexify(accept_binary))
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py71 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
72 accept = base64.b64encode(accept_binary)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py71 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
72 accept = base64.b64encode(accept_binary)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py71 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
72 accept = base64.b64encode(accept_binary)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pywebsocket3/src/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pywebsocket3/src/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/www/firefox-esr/firefox-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/www/firefox/firefox-99.0/testing/mochitest/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mochitest/pywebsocket3/mod_pywebsocket/handshake/
H A Dhybi.py77 accept_binary = sha1(key + common.WEBSOCKET_ACCEPT_UUID).digest()
78 accept = base64.b64encode(accept_binary)
/dports/www/kannel/gateway-1.4.4/test/
H A Dtest_ppg.c86 accept_binary = 0, variable
411 if (accept_binary) { in push_content_create()
888 accept_binary = 1; in main()