Searched refs:SSL_cache_hit (Results 1 – 5 of 5) sorted by relevance
303 SSL_cache_hit 344 EXIST::FUNCTION:
2458 if (SSL_cache_hit(con)) in init_ssl_connection()2732 BIO_printf(io, (SSL_cache_hit(con) in www_body()
2014 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); in print_stuff()
2221 int SSL_cache_hit(SSL *s);
3304 int SSL_cache_hit(SSL *s) in SSL_cache_hit() function