Home
last modified time | relevance | path

Searched refs:cookie_timeout (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/src/
H A Ddtls_v1.erl26 cookie_secret/0, cookie_timeout/0]).
61 cookie_timeout() -> function
H A Ddtls_gen_connection.erl547 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
H A Ddtls_connection.erl237 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/src/
H A Ddtls_v1.erl26 cookie_secret/0, cookie_timeout/0]).
61 cookie_timeout() -> function
H A Ddtls_connection.erl466 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
966 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssl/src/
H A Ddtls_v1.erl26 cookie_secret/0, cookie_timeout/0]).
61 cookie_timeout() -> function
H A Ddtls_connection.erl450 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
933 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_v1.erl34 cookie_timeout/0]).
82 cookie_timeout() -> function
H A Ddtls_gen_connection.erl547 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
H A Ddtls_connection.erl237 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_v1.erl34 cookie_timeout/0]).
82 cookie_timeout() -> function
H A Ddtls_gen_connection.erl547 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
H A Ddtls_connection.erl237 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_v1.erl34 cookie_timeout/0]).
82 cookie_timeout() -> function
H A Ddtls_gen_connection.erl547 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/src/
H A Ddtls_v1.erl34 cookie_timeout/0]).
82 cookie_timeout() -> function
H A Ddtls_gen_connection.erl547 erlang:send_after(dtls_v1:cookie_timeout(), self(), new_cookie_secret),
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/configuration/auth/
H A Dsetup.py106 cookie_timeout=None, cookie_reissue_time=None, argument
131 timeout=cookie_timeout,
/dports/net/ocserv/ocserv-1.1.3/src/
H A Dsec-mod-db.c128 e->exptime = now + vhost->perm_config.config->cookie_timeout + AUTH_SLACK_TIME; in new_client_entry()
220 e->exptime = now + e->vhost->perm_config.config->cookie_timeout + AUTH_SLACK_TIME; in expire_client_entry()
H A Dtlslib.h124 #define TLS_SESSION_EXPIRATION_TIME(config) ((config)->cookie_timeout)
H A Dvpn.h265 time_t cookie_timeout; /* in seconds */ member
H A Dconfig.c536 vhost->perm_config.config->cookie_timeout = DEFAULT_COOKIE_RECON_TIMEOUT; in apply_default_conf()
1004 READ_NUMERIC(config->cookie_timeout); in cfg_ini_handler()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/lib/
H A Dsessions.py829 cookie_timeout = timeout
833 cookie_timeout = None
835 timeout=cookie_timeout, domain=domain, secure=secure,
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/lib/
H A Dsessions.py838 cookie_timeout = timeout
842 cookie_timeout = None
844 timeout=cookie_timeout, domain=domain, secure=secure,
/dports/net/asterisk-chan_sccp/chan-sccp-4.3.3/src/
H A Dsccp_webservice.c38 static int cookie_timeout; variable
174 …um ast_parse_flags)(PARSE_UINT32 | PARSE_IN_RANGE | PARSE_DEFAULT), &cookie_timeout, DEFAULT_SESSI… in parse_http_conf()
411 outputfmt2contenttype[outputfmt], 1, cookie_timeout, timebuf); in request_parser()

12