Searched refs:ssl_st (Results 1 – 8 of 8) sorted by relevance
36 struct ssl_st ssl;130 struct ssl_st ssl;
21 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl,25 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl,
193 typedef struct ssl_st SSL;
229 * This is needed to stop compilers complaining about the 'struct ssl_st *'232 typedef struct ssl_st *ssl_crock_st;722 int (*new_session_cb) (struct ssl_st *ssl,724 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,733 SSL_SESSION *(*get_session_cb) (struct ssl_st738 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx)) (struct ssl_st *ssl,
366 static int cache_new_session(struct ssl_st *ssl, SSL_SESSION *sess) in cache_new_session()
829 int (*new_session_cb) (struct ssl_st *ssl, SSL_SESSION *sess);831 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl,1195 struct ssl_st { struct1208 struct ssl_st ssl; argument
1345 int (*cb) (struct ssl_st *ssl, SSL_SESSION *sess)) in SSL_CTX_sess_set_new_cb()
605 -T ssl_st
Completed in 42 milliseconds