Searched refs:new_session_cb (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CTX_sess_set_get_cb.pod | 12 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/ |
D | test_session_timeout.c | 85 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/ |
D | proxy.c | 367 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/ |
D | structures.h | 909 SPDY_NewSessionCallback new_session_cb; member
|
D | daemon.c | 238 daemon->new_session_cb = nscb; in SPDYF_start_daemon_va()
|
D | session.c | 1470 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/ |
D | ssl_sess.c | 1149 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()
|
D | ssl_local.h | 772 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
|
D | ssl_lib.c | 3549 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/ |
D | sslapitest.c | 991 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/ |
D | s_client.c | 850 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/ |
D | ssl.h | 710 int (*new_session_cb) (struct ssl_st *ssl,
|