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

/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dssl.h363 * 'struct ssl_st *' function parameters used to prototype callbacks
365 typedef struct ssl_st *ssl_crock_st;
815 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
817 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
1045 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
1046 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
1049 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));
1050 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
1132 struct ssl_st struct
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl.h363 * 'struct ssl_st *' function parameters used to prototype callbacks
365 typedef struct ssl_st *ssl_crock_st;
815 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
817 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
1045 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
1046 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
1049 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));
1050 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
1132 struct ssl_st struct
/external/openssl/include/openssl/
H A Dssl.h362 * 'struct ssl_st *' function parameters used to prototype callbacks
364 typedef struct ssl_st *ssl_crock_st;
809 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
811 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
1061 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
1062 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
1065 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));
1066 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
1159 struct ssl_st struct
/external/openssl/ssl/
H A Dssl.h362 * 'struct ssl_st *' function parameters used to prototype callbacks
364 typedef struct ssl_st *ssl_crock_st;
809 int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess);
811 SSL_SESSION *(*get_session_cb)(struct ssl_st *ssl,
1061 void SSL_CTX_sess_set_new_cb(SSL_CTX *ctx, int (*new_session_cb)(struct ssl_st *ssl,SSL_SESSION *sess));
1062 int (*SSL_CTX_sess_get_new_cb(SSL_CTX *ctx))(struct ssl_st *ssl, SSL_SESSION *sess);
1065 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));
1066 SSL_SESSION *(*SSL_CTX_sess_get_get_cb(SSL_CTX *ctx))(struct ssl_st *ssl, unsigned char *Data, int len, int *copy);
1159 struct ssl_st struct

Completed in 101 milliseconds