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

/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h361 LSSL_USED(SSL_cache_hit); variable
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1850 if (SSL_cache_hit(con))
2039 BIO_printf(io, (SSL_cache_hit(con)
H A Ds_client.c1706 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, "));
/openbsd-current/lib/libssl/
H A Dssl_lib.c3500 SSL_cache_hit(SSL *s) function
3504 LSSL_ALIAS(SSL_cache_hit); variable
H A Dssl.h1494 int SSL_cache_hit(SSL *s);

Completed in 201 milliseconds