Home
last modified time | relevance | path

Searched refs:new_session_cb (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CTX_sess_set_get_cb.pod12 int (*new_session_cb)(SSL *, SSL_SESSION *));
57 The new_session_cb() is called whenever a new session has been negotiated and
59 new_session_cb() is passed the B<ssl> connection and the nascent
72 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()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_session_timeout.c85 new_session_cb (void *cls, in new_session_cb() function
140 &new_session_cb, in parentproc()
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/
Dproxy.c367 new_session_cb (void * cls, in new_session_cb() function
1018 &new_session_cb, in run()
1047 &new_session_cb, in run()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
Dstructures.h909 SPDY_NewSessionCallback new_session_cb; member
Ddaemon.c238 daemon->new_session_cb = nscb; in SPDYF_start_daemon_va()
Dsession.c1470 if(NULL != daemon->new_session_cb) in SPDYF_session_accept()
1471 daemon->new_session_cb(daemon->cls, session); in SPDYF_session_accept()
/third_party/openssl/ssl/
Dssl_sess.c1149 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()
1153 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
Dssl_local.h772 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
Dssl_lib.c3549 if (s->session_ctx->new_session_cb != NULL) { in ssl_update_cache()
3551 if (!s->session_ctx->new_session_cb(s, s->session)) in ssl_update_cache()
/third_party/openssl/test/
Dsslapitest.c991 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() function
1049 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in execute_test_session()
1183 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); in execute_test_session()
1595 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_psk_tickets()
/third_party/openssl/apps/
Ds_client.c850 static int new_session_cb(SSL *s, SSL_SESSION *sess) in new_session_cb() function
1985 SSL_CTX_sess_set_new_cb(ctx, new_session_cb); in s_client_main()
/third_party/openssl/include/openssl/
Dssl.h710 int (*new_session_cb) (struct ssl_st *ssl,