Searched refs:SSL_cache_hit (Results 1 – 5 of 5) sorted by relevance
168 SSL_cache_hit
1720 '#define SSL_cache_hit GRPC_SHADOW_SSL_cache_hit',
4205 OPENSSL_EXPORT int SSL_cache_hit(SSL *ssl);
2899 int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); } in SSL_cache_hit() function
196 #define SSL_cache_hit GRPC_SHADOW_SSL_cache_hit macro