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

/external/openssl/crypto/threads/
H A Dmttest.c163 fprintf(fp,"%4d session cache hits\n",SSL_CTX_sess_hits(ctx));
/external/openssl/include/openssl/
H A Dssl.h1013 #define SSL_CTX_sess_hits(ctx) \ macro
/external/openssl/ssl/
H A Dssl.h1013 #define SSL_CTX_sess_hits(ctx) \ macro
/external/openssl/apps/
H A Ds_server.c1928 BIO_printf(bio,"%4ld session cache hits\n",SSL_CTX_sess_hits(ssl_ctx));

Completed in 304 milliseconds