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

/macosx-10.10.1/OpenSSL098-52/src/crypto/threads/
H A Dmttest.c161 fprintf(fp,"%4d session cache hits\n",SSL_CTX_sess_hits(ctx));
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_server.c1590 BIO_printf(bio,"%4ld session cache hits\n",SSL_CTX_sess_hits(ssl_ctx));
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl.h834 #define SSL_CTX_sess_hits(ctx) \ macro
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h834 #define SSL_CTX_sess_hits(ctx) \ macro
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c1052 rb_hash_aset(hash, ID2SYM(rb_intern("cache_hits")), LONG2NUM(SSL_CTX_sess_hits(ctx)));

Completed in 290 milliseconds