Searched refs:SSL_cache_hit (Results 1 – 3 of 3) sorted by relevance
3151 OPENSSL_EXPORT int SSL_cache_hit(SSL *ssl);
2519 int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); } in SSL_cache_hit() function
3509 return conn ? SSL_cache_hit(conn->ssl) : 0; in tls_connection_resumed()