Searched refs:ssl_st (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dossl_typ.h145 typedef struct ssl_st SSL;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dossl_typ.h145 typedef struct ssl_st SSL;
H A Dssl.h344 * 'struct ssl_st *' function parameters used to prototype callbacks
346 typedef struct ssl_st *ssl_crock_st;
682 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
684 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
845 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
846 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
849 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));
850 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
872 struct ssl_st struct
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h344 * 'struct ssl_st *' function parameters used to prototype callbacks
346 typedef struct ssl_st *ssl_crock_st;
682 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
684 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
845 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
846 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
849 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));
850 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
872 struct ssl_st struct
H A Dssl_sess.c825 int (*cb)(struct ssl_st *ssl,SSL_SESSION *sess))
847 SSL_SESSION *(*cb)(struct ssl_st *ssl,

Completed in 190 milliseconds