Searched defs:ssl_method_st (Results 1 – 1 of 1) sorted by relevance
415 struct ssl_method_st { struct416 int version;417 int (*ssl_new) (SSL *s);441 const struct ssl_method_st *(*get_ssl_method) (int version); argument442 long (*get_timeout) (void);443 struct ssl3_enc_method *ssl3_enc; /* Extra SSLv3/TLS stuff */444 int (*ssl_version) (void);445 long (*ssl_callback_ctrl) (SSL *s, int cb_id, void (*fp) (void));446 long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));