Home
last modified time | relevance | path

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

/openbsd/src/lib/libssl/
DSymbols.list176 SSL_cache_hit
Dssl_lib.c3509 SSL_cache_hit(SSL *s) in SSL_cache_hit() function
3513 LSSL_ALIAS(SSL_cache_hit);
Dssl.h1487 int SSL_cache_hit(SSL *s);
/openbsd/src/usr.bin/openssl/
Ds_server.c1847 if (SSL_cache_hit(con)) in init_ssl_connection()
2036 BIO_printf(io, (SSL_cache_hit(con) in www_body()
Ds_client.c1699 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); in print_stuff()