Home
last modified time | relevance | path

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

/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/
H A DStatusTypeEnum.h32 x(tls_expired_peer_certificate), x(tls_handshake_error), \
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl.c71 static int tls_handshake_error; /* GLOBAL */ variable
78 #define INCR_ERROR ++tls_handshake_error
84 (double) tls_handshake_success / (tls_handshake_success + tls_handshake_error) * 100.0, in show_tls_performance_stats()
85 tls_handshake_success, tls_handshake_error, in show_tls_performance_stats()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dssl.c70 static int tls_handshake_error; /* GLOBAL */ variable
77 #define INCR_ERROR ++tls_handshake_error
83 (double) tls_handshake_success / (tls_handshake_success + tls_handshake_error) * 100.0, in show_tls_performance_stats()
84 tls_handshake_success, tls_handshake_error, in show_tls_performance_stats()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dssl.c70 static int tls_handshake_error; /* GLOBAL */ variable
77 #define INCR_ERROR ++tls_handshake_error
83 (double) tls_handshake_success / (tls_handshake_success + tls_handshake_error) * 100.0, in show_tls_performance_stats()
84 tls_handshake_success, tls_handshake_error, in show_tls_performance_stats()