Searched refs:SSL_get_handshake_rtt (Results 1 – 7 of 7) sorted by relevance
5 SSL_get_handshake_rtt12 int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt);16 SSL_get_handshake_rtt() retrieves the round-trip time (RTT) for I<ssl>.
116 if (!TEST_int_gt(SSL_get_handshake_rtt(SSL_CONNECTION_GET_SSL(s), &rtt), 0)) in test_handshake_rtt()
560 SSL_get_handshake_rtt 561 3_2_0 EXIST::FUNCTION:
2622 DEPEND[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod2623 GENERATE[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod2624 DEPEND[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod2625 GENERATE[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod3665 html/man3/SSL_get_handshake_rtt.html \4329 man/man3/SSL_get_handshake_rtt.3 \
1970 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt);
4994 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt) in SSL_get_handshake_rtt() function
768 in ssl_lib titled SSL_get_handshake_rtt will calculate and retrieve this
Completed in 104 milliseconds