Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_CTX_sess_set_get_cb.pod12 int (*new_session_cb)(SSL *, SSL_SESSION *));
22 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess);
55 The new_session_cb() is called, whenever a new session has been negotiated
58 The new_session_cb() is passed the B<ssl> connection and the ssl session
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_sess.c1216 ctx->new_session_cb = cb; in SSL_CTX_sess_set_new_cb()
1220 return ctx->new_session_cb; in SSL_CTX_sess_get_new_cb()
H A Dssl_lib.c1746 ret->new_session_cb = 0; in IMPLEMENT_LHASH_HASH_FN()
2426 && (s->session_ctx->new_session_cb != NULL)) { in ssl_update_cache()
2428 if (!s->session_ctx->new_session_cb(s, s->session)) in ssl_update_cache()
H A Dssl.h859 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess); member
1088 int (*new_session_cb) (struct ssl_st *ssl,
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dssleay.txt5602 ctx->new_session_cb is a function pointer to a function of type