Lines Matching defs:ctx

173     SSL_CTX *ctx;  in SSL_CTX_new()  local
219 void SSL_CTX_free(SSL_CTX* ctx) in SSL_CTX_free()
237 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth) in SSL_CTX_set_ssl_version()
252 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx) in SSL_CTX_get_ssl_method()
262 SSL *SSL_new(SSL_CTX *ctx) in SSL_new()
599 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op) in SSL_CTX_clear_options()
609 unsigned long SSL_CTX_get_options(SSL_CTX *ctx) in SSL_CTX_get_options()
619 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long opt) in SSL_CTX_set_options()
1331 void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len) in SSL_CTX_set_default_read_buffer_len()
1362 int SSL_CTX_up_ref(SSL_CTX *ctx) in SSL_CTX_up_ref()
1397 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) in SSL_CTX_get_verify_mode()
1407 long SSL_CTX_set_timeout(SSL_CTX *ctx, long t) in SSL_CTX_set_timeout()
1422 long SSL_CTX_get_timeout(const SSL_CTX *ctx) in SSL_CTX_get_timeout()
1442 void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) in SSL_CTX_set_read_ahead()
1462 long SSL_CTX_get_read_ahead(SSL_CTX *ctx) in SSL_CTX_get_read_ahead()
1472 long SSL_CTX_get_default_read_ahead(SSL_CTX *ctx) in SSL_CTX_get_default_read_ahead()
1479 char *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) in SSL_CTX_get_ex_data()
1486 int SSL_CTX_set_app_data(SSL_CTX *ctx, void *arg) in SSL_CTX_set_app_data()
1512 int SSL_CTX_use_certificate_chain_file(SSL_CTX *ctx, const char *file) in SSL_CTX_use_certificate_chain_file()
1556 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) in SSL_CTX_get_verify_depth()
1566 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) in SSL_CTX_set_verify_depth()
1597 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(int, X509_STORE_CTX *)) in SSL_CTX_set_verify()
1625 openssl_verify_callback SSL_CTX_get_verify_callback(const SSL_CTX *ctx) in SSL_CTX_get_verify_callback()
1648 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, unsigned protos_len) in SSL_CTX_set_alpn_protos()