Searched refs:PySSLSocket (Results 1 – 1 of 1) sorted by relevance
307 } PySSLSocket; typedef312 static PyObject *PySSL_SSLwrite(PySSLSocket *self, PyObject *args);313 static PyObject *PySSL_SSLread(PySSLSocket *self, PyObject *args);316 static PyObject *PySSL_peercert(PySSLSocket *self, PyObject *args);317 static PyObject *PySSL_cipher(PySSLSocket *self);443 PySSL_SetError(PySSLSocket *obj, int ret, char *filename, int lineno) in PySSL_SetError()540 static PySSLSocket *545 PySSLSocket *self; in newPySSLSocket()549 self = PyObject_New(PySSLSocket, &PySSLSocket_Type); in newPySSLSocket()613 static PyObject *PySSL_SSLdo_handshake(PySSLSocket *self) in PySSL_SSLdo_handshake()[all …]