Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A 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()
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c1351 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()
1356 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
H A Dssl_local.h832 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess); member
H A Dssl_lib.c4758 if (s->session_ctx->new_session_cb != NULL && SSL_SESSION_up_ref(s->session)) { in ssl_update_cache()
4759 if (!s->session_ctx->new_session_cb(SSL_CONNECTION_GET_USER_SSL(s), in ssl_update_cache()
/freebsd/contrib/unbound/testcode/
H A Ddoqclient.c1333 new_session_cb(SSL* ssl, SSL_SESSION* session)
2294 SSL_CTX_sess_set_new_cb(data->ctx, new_session_cb);
/freebsd/crypto/openssl/test/
H A Dquicapitest.c2357 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() function
2386 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_session_cb()
H A Dsslapitest.c2043 static int new_session_cb(SSL *ssl, SSL_SESSION *sess) in new_session_cb() function
2101 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in execute_test_session()
2239 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); in execute_test_session()
2691 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_psk_tickets()
2747 SSL_CTX_sess_set_new_cb(sctx, new_session_cb); in test_extra_tickets()
2749 SSL_CTX_sess_set_new_cb(cctx, new_session_cb); in test_extra_tickets()
/freebsd/crypto/openssl/apps/
H A Ds_client.c897 static int new_session_cb(SSL *s, SSL_SESSION *sess) in new_session_cb() function
2148 SSL_CTX_sess_set_new_cb(ctx, new_session_cb); in s_client_main()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h747 int (*new_session_cb)(struct ssl_st *ssl,
H A Dssl.h.in724 int (*new_session_cb)(struct ssl_st *ssl,