• Home
  • Raw
  • Download

Lines Matching refs:PySSLContext

395 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist);
398 _ssl__SSLContext_set_ciphers(PySSLContext *self, PyObject *arg) in _ssl__SSLContext_set_ciphers()
423 _ssl__SSLContext_get_ciphers_impl(PySSLContext *self);
426 _ssl__SSLContext_get_ciphers(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_get_ciphers()
442 _ssl__SSLContext__set_npn_protocols_impl(PySSLContext *self,
446 _ssl__SSLContext__set_npn_protocols(PySSLContext *self, PyObject *arg) in _ssl__SSLContext__set_npn_protocols()
474 _ssl__SSLContext__set_alpn_protocols_impl(PySSLContext *self,
478 _ssl__SSLContext__set_alpn_protocols(PySSLContext *self, PyObject *arg) in _ssl__SSLContext__set_alpn_protocols()
506 _ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile,
510 _ssl__SSLContext_load_cert_chain(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObj… in _ssl__SSLContext_load_cert_chain()
538 _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
544 _ssl__SSLContext_load_verify_locations(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs,… in _ssl__SSLContext_load_verify_locations()
581 _ssl__SSLContext__wrap_socket_impl(PySSLContext *self, PyObject *sock,
586 _ssl__SSLContext__wrap_socket(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject… in _ssl__SSLContext__wrap_socket()
617 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming,
623 _ssl__SSLContext__wrap_bio(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject *k… in _ssl__SSLContext__wrap_bio()
654 _ssl__SSLContext_session_stats_impl(PySSLContext *self);
657 _ssl__SSLContext_session_stats(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_session_stats()
671 _ssl__SSLContext_set_default_verify_paths_impl(PySSLContext *self);
674 _ssl__SSLContext_set_default_verify_paths(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_set_default_verify_paths()
707 _ssl__SSLContext_cert_store_stats_impl(PySSLContext *self);
710 _ssl__SSLContext_cert_store_stats(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_cert_store_stats()
731 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
734 _ssl__SSLContext_get_ca_certs(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject… in _ssl__SSLContext_get_ca_certs()