Searched refs:new_session_cb (Results 1 – 6 of 6) sorted by relevance
12 int (*new_session_cb)(SSL *, SSL_SESSION *));57 The new_session_cb() is called whenever a new session has been negotiated and59 new_session_cb() is passed the B<ssl> connection and the nascent72 at all). This means that applications should expect the new_session_cb()75 be established with a single connection. In these case the new_session_cb()
1152 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()1156 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
774 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
3654 if (s->session_ctx->new_session_cb != NULL) { in ssl_update_cache()3656 if (!s->session_ctx->new_session_cb(s, s->session)) in ssl_update_cache()
850 static int new_session_cb(SSL *s, SSL_SESSION *sess) in new_session_cb() function1985 SSL_CTX_sess_set_new_cb(ctx, new_session_cb); in s_client_main()
712 int (*new_session_cb) (struct ssl_st *ssl,