Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c316 static PyObject *PySSL_peercert(PySSLSocket *self, PyObject *args);
1407 PySSL_peercert(PySSLSocket *self, PyObject *args) in PySSL_peercert() function
2035 {"peer_certificate", (PyCFunction)PySSL_peercert, METH_VARARGS,