Searched refs:PySSLErrorObject (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Modules/ |
D | _ssl.c | 79 static PyObject *PySSLErrorObject; variable 476 PyObject *type = PySSLErrorObject; in PySSL_SetError() 562 fill_and_set_sslerror(PySSLErrorObject, errcode, errstr, lineno, errcode); in _setSSLError() 711 PyErr_SetString(PySSLErrorObject, in PySSL_SSLdo_handshake() 715 PyErr_SetString(PySSLErrorObject, in PySSL_SSLdo_handshake() 719 PyErr_SetString(PySSLErrorObject, in PySSL_SSLdo_handshake() 955 (PySSLErrorObject, in _get_peer_alt_names() 1457 PyErr_SetString(PySSLErrorObject, in PySSL_test_decode_certificate() 1463 PyErr_SetString(PySSLErrorObject, in PySSL_test_decode_certificate() 1470 PyErr_SetString(PySSLErrorObject, in PySSL_test_decode_certificate() [all …]
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 81 static PyObject *PySSLErrorObject; variable 752 PyObject *type = PySSLErrorObject; in PySSL_SetError() 854 fill_and_set_sslerror(NULL, PySSLErrorObject, errcode, errstr, lineno, errcode); in _setSSLError() 1109 PyErr_SetString(PySSLErrorObject, in _ssl__SSLSocket_do_handshake_impl() 1113 PyErr_SetString(PySSLErrorObject, in _ssl__SSLSocket_do_handshake_impl() 1318 PyErr_SetString(PySSLErrorObject, "failed to allocate BIO"); in _get_peer_alt_names() 1725 PyErr_SetString(PySSLErrorObject, "failed to allocate BIO"); in _decode_certificate() 1876 PyErr_SetString(PySSLErrorObject, in _ssl__test_decode_cert_impl() 1882 PyErr_SetString(PySSLErrorObject, in _ssl__test_decode_cert_impl() 1889 PyErr_SetString(PySSLErrorObject, in _ssl__test_decode_cert_impl() [all …]
|
/external/python/cpython3/Modules/_ssl/ |
D | debughelpers.c | 203 PyErr_SetString(PySSLErrorObject, in _PySSLContext_set_keylog_filename()
|