Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c1911 if (SSL_cache_hit(con)) in init_ssl_connection()
2101 BIO_printf(io, (SSL_cache_hit(con) in www_body()
H A Ds_client.c1768 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); in print_stuff()
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1519 int SSL_cache_hit(SSL *s);
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c3359 SSL_cache_hit(SSL *s) in SSL_cache_hit() function