Home | History | Annotate | Download | only in ssl

Lines Matching refs:new_session_cb

1658   ret->new_session_cb = 0;
1982 ctx->new_session_cb != NULL) {
1983 /* Note: |new_session_cb| is called whether the internal session cache is
1985 if (!ctx->new_session_cb(s, SSL_SESSION_up_ref(s->session))) {