• Home
  • Raw
  • Download

Lines Matching refs:PySSLContext

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