Lines Matching refs:PySSLSocket
14 _ssl__SSLSocket_do_handshake_impl(PySSLSocket *self);
17 _ssl__SSLSocket_do_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_do_handshake()
66 _ssl__SSLSocket_getpeercert_impl(PySSLSocket *self, int binary_mode);
69 _ssl__SSLSocket_getpeercert(PySSLSocket *self, PyObject *const *args, Py_ssize_t nargs) in _ssl__SSLSocket_getpeercert()
93 _ssl__SSLSocket_shared_ciphers_impl(PySSLSocket *self);
96 _ssl__SSLSocket_shared_ciphers(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shared_ciphers()
110 _ssl__SSLSocket_cipher_impl(PySSLSocket *self);
113 _ssl__SSLSocket_cipher(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_cipher()
127 _ssl__SSLSocket_version_impl(PySSLSocket *self);
130 _ssl__SSLSocket_version(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_version()
146 _ssl__SSLSocket_selected_npn_protocol_impl(PySSLSocket *self);
149 _ssl__SSLSocket_selected_npn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_npn_protocol()
167 _ssl__SSLSocket_selected_alpn_protocol_impl(PySSLSocket *self);
170 _ssl__SSLSocket_selected_alpn_protocol(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_selected_alpn_protocol()
186 _ssl__SSLSocket_compression_impl(PySSLSocket *self);
189 _ssl__SSLSocket_compression(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_compression()
206 _ssl__SSLSocket_write_impl(PySSLSocket *self, Py_buffer *b);
209 _ssl__SSLSocket_write(PySSLSocket *self, PyObject *arg) in _ssl__SSLSocket_write()
238 _ssl__SSLSocket_pending_impl(PySSLSocket *self);
241 _ssl__SSLSocket_pending(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_pending()
254 _ssl__SSLSocket_read_impl(PySSLSocket *self, int len, int group_right_1,
258 _ssl__SSLSocket_read(PySSLSocket *self, PyObject *args) in _ssl__SSLSocket_read()
302 _ssl__SSLSocket_shutdown_impl(PySSLSocket *self);
305 _ssl__SSLSocket_shutdown(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_shutdown()
324 _ssl__SSLSocket_get_channel_binding_impl(PySSLSocket *self,
328 _ssl__SSLSocket_get_channel_binding(PySSLSocket *self, PyObject *const *args, Py_ssize_t nargs, PyO… in _ssl__SSLSocket_get_channel_binding()
355 _ssl__SSLSocket_verify_client_post_handshake_impl(PySSLSocket *self);
358 _ssl__SSLSocket_verify_client_post_handshake(PySSLSocket *self, PyObject *Py_UNUSED(ignored)) in _ssl__SSLSocket_verify_client_post_handshake()