Searched defs:ssl_method_st (Results 1 – 1 of 1) sorted by relevance
438 struct ssl_method_st { struct439 int version;440 int (*ssl_new) (SSL *s);464 const struct ssl_method_st *(*get_ssl_method) (int version); argument465 long (*get_timeout) (void);466 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */467 int (*ssl_version) (void);468 long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void));469 long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));