Home
last modified time | relevance | path

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

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl_verify.c1082 static time_t cache_intervals[] = {0, 0, 0, 0, 0, 1, 1, 2, 2, 4, 8}; variable
1091 unsigned int idx = min_uint(multi->tas_cache_num_updates, SIZE(cache_intervals) - 1); in tls_authentication_status_use_cache()
1092 time_t latency = cache_intervals[idx]; in tls_authentication_status_use_cache()