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

/macosx-10.10.1/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.h14 typedef struct ssl_ctx_st SSL_CTX;
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dossl_typ.h146 typedef struct ssl_ctx_st SSL_CTX;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dossl_typ.h146 typedef struct ssl_ctx_st SSL_CTX;
H A Dssl.h646 struct ssl_ctx_st struct
683 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
847 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));
848 void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(struct ssl_ctx_st *ctx, SSL_SESSION *sess);
/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl.h646 struct ssl_ctx_st struct
683 void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess);
847 void SSL_CTX_sess_set_remove_cb(SSL_CTX *ctx, void (*remove_session_cb)(struct ssl_ctx_st *ctx,SSL_SESSION *sess));
848 void (*SSL_CTX_sess_get_remove_cb(SSL_CTX *ctx))(struct ssl_ctx_st *ctx, SSL_SESSION *sess);

Completed in 275 milliseconds