Home
last modified time | relevance | path

Searched refs:PySSL_SSLdo_handshake (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
D_ssl.c680 static PyObject *PySSL_SSLdo_handshake(PySSLSocket *self) in PySSL_SSLdo_handshake() function
2107 {"do_handshake", (PyCFunction)PySSL_SSLdo_handshake, METH_NOARGS},