Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_ssl.c80 static PyObject *PySSLCertVerificationErrorObject; variable
614 if ((sslsock != NULL) && (type == PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
691 if ((sslsock != NULL) && (type == PySSLCertVerificationErrorObject)) { in fill_and_set_sslerror()
789 type = PySSLCertVerificationErrorObject; in PySSL_SetError()
5769 PySSLCertVerificationErrorObject = PyErr_NewExceptionWithDoc( in PyInit__ssl()
5788 if (PySSLCertVerificationErrorObject == NULL in PyInit__ssl()
5797 PySSLCertVerificationErrorObject) != 0 in PyInit__ssl()