Home
last modified time | relevance | path

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

/freebsd/crypto/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>.
/freebsd/crypto/openssl/test/
H A Dssl_handshake_rtt_test.c117 if (!TEST_int_gt(SSL_get_handshake_rtt(SSL_CONNECTION_GET_SSL(s), &rtt), 0)) in test_handshake_rtt()
/freebsd/secure/lib/libssl/
H A DVersion.map575 SSL_get_handshake_rtt;
/freebsd/crypto/openssl/util/
H A Dlibssl.num560 SSL_get_handshake_rtt 561 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2650 DEPEND[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod
2651 GENERATE[html/man3/SSL_get_handshake_rtt.html]=man3/SSL_get_handshake_rtt.pod
2652 DEPEND[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod
2653 GENERATE[man/man3/SSL_get_handshake_rtt.3]=man3/SSL_get_handshake_rtt.pod
3710 html/man3/SSL_get_handshake_rtt.html \
4382 man/man3/SSL_get_handshake_rtt.3 \
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2032 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt);
H A Dssl.h.in1985 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5114 __owur int SSL_get_handshake_rtt(const SSL *s, uint64_t *rtt) in SSL_get_handshake_rtt() function
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile544 MAN+= SSL_get_handshake_rtt.3
/freebsd/crypto/openssl/
H A DCHANGES.md1059 in ssl_lib titled SSL_get_handshake_rtt will calculate and retrieve this