Searched defs:ssl_st (Results 1 - 2 of 2) sorted by relevance

/external/openssl/include/openssl/
H A Dssl.h344 * 'struct ssl_st *' function parameters used to prototype callbacks
346 typedef struct ssl_st *ssl_crock_st;
685 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
687 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
848 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
849 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
852 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));
853 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
875 struct ssl_st struct
/external/openssl/ssl/
H A Dssl.h344 * 'struct ssl_st *' function parameters used to prototype callbacks
346 typedef struct ssl_st *ssl_crock_st;
685 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
687 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
848 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
849 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
852 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));
853 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
875 struct ssl_st struct

Completed in 32 milliseconds