Lines Matching refs:PySSLContext
437 _ssl__SSLContext_set_ciphers_impl(PySSLContext *self, const char *cipherlist);
440 _ssl__SSLContext_set_ciphers(PySSLContext *self, PyObject *arg) in _ssl__SSLContext_set_ciphers()
473 _ssl__SSLContext_get_ciphers_impl(PySSLContext *self);
476 _ssl__SSLContext_get_ciphers(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_get_ciphers()
490 _ssl__SSLContext__set_alpn_protocols_impl(PySSLContext *self,
494 _ssl__SSLContext__set_alpn_protocols(PySSLContext *self, PyObject *arg) in _ssl__SSLContext__set_alpn_protocols()
526 _ssl__SSLContext_load_cert_chain_impl(PySSLContext *self, PyObject *certfile,
530 _ssl__SSLContext_load_cert_chain(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObj… in _ssl__SSLContext_load_cert_chain()
572 _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
578 _ssl__SSLContext_load_verify_locations(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs,… in _ssl__SSLContext_load_verify_locations()
634 _ssl__SSLContext__wrap_socket_impl(PySSLContext *self, PyObject *sock,
639 _ssl__SSLContext__wrap_socket(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject… in _ssl__SSLContext__wrap_socket()
702 _ssl__SSLContext__wrap_bio_impl(PySSLContext *self, PySSLMemoryBIO *incoming,
708 _ssl__SSLContext__wrap_bio(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject *k… in _ssl__SSLContext__wrap_bio()
776 _ssl__SSLContext_session_stats_impl(PySSLContext *self);
779 _ssl__SSLContext_session_stats(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_session_stats()
793 _ssl__SSLContext_set_default_verify_paths_impl(PySSLContext *self);
796 _ssl__SSLContext_set_default_verify_paths(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_set_default_verify_paths()
825 _ssl__SSLContext_cert_store_stats_impl(PySSLContext *self);
828 _ssl__SSLContext_cert_store_stats(PySSLContext *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLContext_cert_store_stats()
849 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
852 _ssl__SSLContext_get_ca_certs(PySSLContext *self, PyObject *const *args, Py_ssize_t nargs, PyObject… in _ssl__SSLContext_get_ca_certs()