Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num303 SSL_cache_hit 344 EXIST::FUNCTION:
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c2458 if (SSL_cache_hit(con)) in init_ssl_connection()
2732 BIO_printf(io, (SSL_cache_hit(con) in www_body()
H A Ds_client.c2014 BIO_printf(bio, (SSL_cache_hit(s) ? "---\nReused, " : "---\nNew, ")); in print_stuff()
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl.h2221 int SSL_cache_hit(SSL *s);
H A Dssl_lib.c3304 int SSL_cache_hit(SSL *s) in SSL_cache_hit() function