HomeSort by: relevance | last modified time | path
    Searched refs:SSL_CTX_sess_hits (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 2295 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx));
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 2227 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx));
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 698 # define SSL_CTX_sess_hits(ctx) \
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 712 #define SSL_CTX_sess_hits(ctx) \
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 690 # define SSL_CTX_sess_hits(ctx) \
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 2503 BIO_printf(bio, "%4ld session cache hits\n", SSL_CTX_sess_hits(ssl_ctx));

Completed in 37 milliseconds