Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_ssl.h32 } _sslmodulestate; typedef
36 Py_LOCAL_INLINE(_sslmodulestate*)
41 return (_sslmodulestate *)state; in get_ssl_state()
48 #define get_state_obj(o) ((_sslmodulestate *)PyType_GetModuleState(Py_TYPE(o)))
71 static PyObject *_PySSL_BytesFromBIO(_sslmodulestate *state, BIO *bio);
72 static PyObject *_PySSL_UnicodeFromBIO(_sslmodulestate *state, BIO *bio, const char *error);
D_ssl.c297 _sslmodulestate *state;
444 fill_and_set_sslerror(_sslmodulestate *state, in fill_and_set_sslerror()
595 _sslmodulestate *state = get_state_sock(sslsock); in PySSL_SetError()
688 _setSSLError (_sslmodulestate *state, const char *errstr, int errcode, const char *filename, int li… in _setSSLError()
1008 _asn1obj2py(_sslmodulestate *state, const ASN1_OBJECT *name, int no_name) in _asn1obj2py()
1052 _create_tuple_for_attribute(_sslmodulestate *state, in _create_tuple_for_attribute()
1070 _create_tuple_for_X509_NAME (_sslmodulestate *state, X509_NAME *xname) in _create_tuple_for_X509_NAME()
1169 _get_peer_alt_names (_sslmodulestate *state, X509 *certificate) { in _get_peer_alt_names()
1548 _decode_certificate(_sslmodulestate *state, X509 *certificate) { in _decode_certificate()
1719 _certificate_to_der(_sslmodulestate *state, X509 *certificate) in _certificate_to_der()
[all …]
/third_party/python/Modules/_ssl/
Dcert.c39 _PySSL_CertificateFromX509(_sslmodulestate *state, X509 *cert, int upref) in _PySSL_CertificateFromX509()
45 _PySSL_CertificateFromX509Stack(_sslmodulestate *state, STACK_OF(X509) *stack, int upref) in _PySSL_CertificateFromX509Stack()
80 _sslmodulestate *state = get_state_cert(self); in _ssl_Certificate_public_bytes_impl()
131 _x509name_print(_sslmodulestate *state, X509_NAME *name, int indent, unsigned long flags) in _x509name_print()
197 _sslmodulestate *state = get_state_cert(self); in certificate_richcompare()
Dmisc.c9 _PySSL_BytesFromBIO(_sslmodulestate *state, BIO *bio) in _PySSL_BytesFromBIO()
24 _PySSL_UnicodeFromBIO(_sslmodulestate *state, BIO *bio, const char *error) in _PySSL_UnicodeFromBIO()