Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/util/
Dssleay.num303 SSL_cache_hit 344 EXIST::FUNCTION:
/freebsd-10-stable/crypto/openssl/apps/
Ds_server.c2462 if (SSL_cache_hit(con)) in init_ssl_connection()
2753 BIO_printf(io, (SSL_cache_hit(con) in www_body()
Ds_client.c2006 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); in print_stuff()
/freebsd-10-stable/crypto/openssl/ssl/
Dssl.h2221 int SSL_cache_hit(SSL *s);
Dssl_lib.c3314 int SSL_cache_hit(SSL *s) in SSL_cache_hit() function