Searched refs:SSL_CTX_sess_get_new_cb (Results 1 – 3 of 3) sorted by relevance
5 …set_new_cb, SSL_CTX_sess_set_remove_cb, SSL_CTX_sess_set_get_cb, SSL_CTX_sess_get_new_cb, SSL_CTX_…18 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);43 SSL_CTX_sess_get_new_cb(), SSL_CTX_sess_get_remove_cb(), and
276 =item int (*B<SSL_CTX_sess_get_new_cb>(SSL_CTX *ctx)(SSL *ssl, SSL_SESSION *sess);
790 #define SSL_CTX_sess_get_new_cb(ctx) ((ctx)->new_session_cb) macro