Lines Matching defs:PySSLContext
427 } PySSLContext;
441 PySSLContext *ctx; /* weakref to SSL context */
458 PySSLContext *ctx;
482 class _ssl._SSLContext "PySSLContext *" "&PySSLContext_Type"
885 newPySSLSocket(PySSLContext *sslctx, PySocketSockObject *sock,
2074 static PySSLContext *PySSL_get_context(PySSLSocket *self, void *closure) {
2089 Py_SETREF(self->ctx, (PySSLContext *)value);
2911 _set_verify_mode(PySSLContext *self, enum py_ssl_cert_requirements n)
2952 PySSLContext *self;
2999 self = (PySSLContext *) type->tp_alloc(type, 0);
3127 context_traverse(PySSLContext *self, visitproc visit, void *arg)
3136 context_clear(PySSLContext *self)
3145 context_dealloc(PySSLContext *self)
3167 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist)
3189 _ssl__SSLContext_get_ciphers_impl(PySSLContext *self)
3262 PySSLContext *ssl_ctx = (PySSLContext *) args;
3281 PySSLContext *ctx = (PySSLContext *)args;
3294 _ssl__SSLContext__set_npn_protocols_impl(PySSLContext *self,
3330 PySSLContext *ctx = (PySSLContext *)args;
3344 _ssl__SSLContext__set_alpn_protocols_impl(PySSLContext *self,
3375 get_verify_mode(PySSLContext *self, void *c)
3394 set_verify_mode(PySSLContext *self, PyObject *arg, void *c)
3409 get_verify_flags(PySSLContext *self, void *c)
3420 set_verify_flags(PySSLContext *self, PyObject *arg, void *c)
3451 set_min_max_proto_version(PySSLContext *self, PyObject *arg, int what)
3514 get_minimum_version(PySSLContext *self, void *c)
3524 set_minimum_version(PySSLContext *self, PyObject *arg, void *c)
3530 get_maximum_version(PySSLContext *self, void *c)
3540 set_maximum_version(PySSLContext *self, PyObject *arg, void *c)
3547 get_options(PySSLContext *self, void *c)
3553 set_options(PySSLContext *self, PyObject *arg, void *c)
3576 get_host_flags(PySSLContext *self, void *c)
3582 set_host_flags(PySSLContext *self, PyObject *arg, void *c)
3597 get_check_hostname(PySSLContext *self, void *c)
3603 set_check_hostname(PySSLContext *self, PyObject *arg, void *c)
3620 get_post_handshake_auth(PySSLContext *self, void *c) {
3630 set_post_handshake_auth(PySSLContext *self, PyObject *arg, void *c) {
3661 get_protocol(PySSLContext *self, void *c) {
3776 _ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile,
3873 _add_ca_certs(PySSLContext *self, void *data, Py_ssize_t len,
3965 _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
4080 _ssl__SSLContext_load_dh_params(PySSLContext *self, PyObject *filepath)
4123 _ssl__SSLContext__wrap_socket_impl(PySSLContext *self, PyObject *sock,
4160 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming,
4189 _ssl__SSLContext_session_stats_impl(PySSLContext *self)
4233 _ssl__SSLContext_set_default_verify_paths_impl(PySSLContext *self)
4252 _ssl__SSLContext_set_ecdh_curve(PySSLContext *self, PyObject *name)
4285 PySSLContext *ssl_ctx = (PySSLContext *) args;
4386 get_sni_callback(PySSLContext *self, void *c)
4397 set_sni_callback(PySSLContext *self, PyObject *arg, void *c)
4451 _ssl__SSLContext_cert_store_stats_impl(PySSLContext *self)
4498 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form)
4600 sizeof(PySSLContext), /*tp_basicsize*/