Searched refs:ssl_st (Results 1 – 4 of 4) sorted by relevance
150 typedef struct ssl_st SSL;
718 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess);720 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,858 struct ssl_st { struct
344 typedef struct ssl_st *ssl_crock_st;574 int (*new_session_cb)(struct ssl_st *ssl, SSL_SESSION *sess));575 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl,582 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,584 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl,
1227 int (*cb)(struct ssl_st *ssl, SSL_SESSION *sess)) { in SSL_CTX_sess_set_new_cb()1255 SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*cb)(struct ssl_st *ssl, in SSL_CTX_sess_set_get_cb()