Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DSSL_get_handshake_rtt.pod5 SSL_get_handshake_rtt
12 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>.
/openssl/test/
H A Dssl_handshake_rtt_test.c116 if (!TEST_int_gt(SSL_get_handshake_rtt(SSL_CONNECTION_GET_SSL(s), &rtt), 0)) in test_handshake_rtt()
/openssl/util/
H A Dlibssl.num560 SSL_get_handshake_rtt 561 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2622 DEPEND[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod
2623 GENERATE[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod
2624 DEPEND[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod
2625 GENERATE[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod
3665 html/man3/SSL_get_handshake_rtt.html \
4329 man/man3/SSL_get_handshake_rtt.3 \
/openssl/include/openssl/
H A Dssl.h.in1970 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt);
/openssl/ssl/
H A Dssl_lib.c4994 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt) in SSL_get_handshake_rtt() function
/openssl/
H A DCHANGES.md768 in ssl_lib titled SSL_get_handshake_rtt will calculate and retrieve this

Completed in 104 milliseconds