Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_CTX_sess_get_cache_size

914   if (SSL_CTX_sess_get_cache_size(ctx) > 0) {
915 while (SSL_CTX_sess_number(ctx) > SSL_CTX_sess_get_cache_size(ctx)) {