Home
last modified time | relevance | path

Searched refs:ssl_session_max_cost (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dglobal-t.h100 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dglobal-t.h97 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dglobal-t.h97 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dglobal.h96 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dglobal.h95 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dglobal.h102 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dglobal.h105 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dglobal.h94 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dglobal.h94 int ssl_session_max_cost; /* how many bytes an SSL session may cost */ member
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhaproxy.c1099 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
1129 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
1163 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
1177 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c6547 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhaproxy.c2136 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2173 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2208 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2231 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c7161 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dhaproxy.c1826 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
1856 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
1890 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
1904 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c9149 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhaproxy.c2126 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2157 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2191 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2206 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhaproxy.c2069 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2099 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2133 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2147 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c9557 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhaproxy.c2343 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2380 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2415 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2438 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c7022 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhaproxy.c2160 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2197 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2232 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2255 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c6851 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhaproxy.c2272 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2303 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2337 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2352 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()
H A Dssl_sock.c11377 global.ssl_session_max_cost = SSL_SESSION_MAX_COST;
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhaproxy.c2202 sides * global.ssl_session_max_cost + // SSL buffers, one per side in init()
2233 global.maxsslconn = sslmem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost); in init()
2267 …clearmem -= (global.ssl_session_max_cost + global.ssl_handshake_max_cost) * (int64_t)global.maxssl… in init()
2282 (int)(mem / (global.ssl_session_max_cost + global.ssl_handshake_max_cost)), in init()

12