Home
last modified time | relevance | path

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

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