ssl_st            170 extra_lib/include/openssl/ossl_typ.h typedef struct ssl_st SSL;
ssl_st            357 extra_lib/include/openssl/ssl.h typedef struct ssl_st *ssl_crock_st;
ssl_st            721 extra_lib/include/openssl/ssl.h 	int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
ssl_st            723 extra_lib/include/openssl/ssl.h 	SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
ssl_st            909 extra_lib/include/openssl/ssl.h void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
ssl_st            910 extra_lib/include/openssl/ssl.h int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
ssl_st            913 extra_lib/include/openssl/ssl.h void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx, SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl, unsigned char *data,int len,int *copy));
ssl_st            914 extra_lib/include/openssl/ssl.h SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);