Home
last modified time | relevance | path

Searched refs:cookie_val (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/ferite/ferite-1.0.2/scripts/cgi/
H A Dcookies.fe104 string nchar = "", newval = "", cookie_key = "", cookie_val = "";
133 cookie_val = ""+cookie[cookie_key];
135 for (y=0; y < String.length( ""+cookie_val ); y++) {
136 if(String.charToNum(""+cookie_val[y]) < 48 || String.charToNum(""+cookie_val[y]) > 123) {
138 nchar = "%"+String.toHex(cookie_val[y]);
142 newval += cookie_val[y];
145 cookie_val = newval;
146 cookie[cookie_key] = cookie_val;
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cookie/src/secure/
H A Dprivate.rs114 let cookie_val = cookie.value().as_bytes(); in add() localVariable
115 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in add()
120 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in add()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/cookie-0.12.0/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cookie-0.12.0/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/firefox/firefox-99.0/third_party/rust/cookie/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cookie/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/cookie-0.12.0/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cookie/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cookie/src/secure/
H A Dprivate.rs154 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
155 data = vec![0; NONCE_LEN + cookie_val.len() + overhead]; in encrypt_cookie()
160 in_out[..cookie_val.len()].copy_from_slice(cookie_val); in encrypt_cookie()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cookie-0.14.4/src/secure/
H A Dprivate.rs139 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
140 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
144 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
145 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie-0.14.4/src/secure/
H A Dprivate.rs139 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
140 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
144 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
145 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie-0.15.1/src/secure/
H A Dprivate.rs44 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
45 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
49 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
50 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/xh/xh-0.14.1/cargo-crates/cookie-0.15.1/src/secure/
H A Dprivate.rs44 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
45 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
49 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
50 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/cookie-0.15.1/src/secure/
H A Dprivate.rs44 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
45 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
49 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
50 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cookie-0.15.1/src/secure/
H A Dprivate.rs44 let cookie_val = cookie.value().as_bytes(); in encrypt_cookie() localVariable
45 let mut data = vec![0; NONCE_LEN + cookie_val.len() + TAG_LEN]; in encrypt_cookie()
49 let (in_out, tag) = in_out.split_at_mut(cookie_val.len()); in encrypt_cookie()
50 in_out.copy_from_slice(cookie_val); in encrypt_cookie()
/dports/www/piwigo/piwigo/admin/
H A Dhistory.php115 $cookie_val = $_POST['display_thumbnail']; variable
119 $cookie_val = null; variable
122 pwg_set_cookie_var('display_thumbnail', $cookie_val, strtotime('+1 month') );
/dports/net/gsk/gsk-1.0.63/src/tests/
H A Dtest-http-header.c601 gchar *cookie_val[] = in main() local
635 cookie_key[0], cookie_val[0], cookie_expire[0], cookie_path[0], in main()
636 cookie_key[1], cookie_val[1], cookie_expire[1], cookie_path[1], in main()
637 cookie_key[2], cookie_val[2], cookie_expire[2], cookie_path[2]); in main()
675 g_assert (strcmp (set_cookie->value, cookie_val[i]) == 0); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/third_party/wpt/wpt/tools/third_party/h2/h2/
H A Dutilities.py568 cookie_val = b'; '.join(cookies)
569 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dutilities.py568 cookie_val = b'; '.join(cookies)
569 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/www/py-h2/h2-4.0.0/src/h2/
H A Dutilities.py586 cookie_val = b'; '.join(cookies)
587 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dutilities.py590 cookie_val = b'; '.join(cookies)
591 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dutilities.py590 cookie_val = b'; '.join(cookies)
591 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/h2/h2/
H A Dutilities.py590 cookie_val = b'; '.join(cookies)
591 yield NeverIndexedHeaderTuple(b'cookie', cookie_val)
/dports/www/py-starlette/starlette-0.17.1/starlette/
H A Dresponses.py125 cookie_val = cookie.output(header="").strip()
126 self.raw_headers.append((b"set-cookie", cookie_val.encode("latin-1")))
/dports/www/httest/httest-2.4.24/src/
H A Dhtproxy.c518 char *cookie_val; in do_headers() local
564 cookie_val = apr_psprintf(worker->pbody, "%s=$%s%s", in do_headers()
568 cookie_val = apr_psprintf(worker->pbody, "%s", key); in do_headers()
573 apr_file_printf(self->ofp, "%s; ", cookie_val); in do_headers()
577 apr_file_printf(self->ofp, "%s", cookie_val); in do_headers()

123