Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c317 static PyObject *PySSL_cipher(PySSLSocket *self);
1451 static PyObject *PySSL_cipher (PySSLSocket *self) { in PySSL_cipher() function
2037 {"cipher", (PyCFunction)PySSL_cipher, METH_NOARGS},