Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_ssl.h37 } _sslmodulestate; typedef
41 Py_LOCAL_INLINE(_sslmodulestate*)
46 return (_sslmodulestate *)state; in get_ssl_state()
53 #define get_state_obj(o) ((_sslmodulestate *)PyType_GetModuleState(Py_TYPE(o)))
76 static PyObject *_PySSL_BytesFromBIO(_sslmodulestate *state, BIO *bio);
77 static PyObject *_PySSL_UnicodeFromBIO(_sslmodulestate *state, BIO *bio, const char *error);
H A D_ssl.c295 _sslmodulestate *state;
442 fill_and_set_sslerror(_sslmodulestate *state, in fill_and_set_sslerror()
589 _sslmodulestate *state = get_state_sock(sslsock); in PySSL_SetError()
692 _setSSLError (_sslmodulestate *state, const char *errstr, int errcode, const char *filename, int lineno) in _setSSLError()
1013 _asn1obj2py(_sslmodulestate *state, const ASN1_OBJECT *name, int no_name) in _asn1obj2py()
1057 _create_tuple_for_attribute(_sslmodulestate *state, in _create_tuple_for_attribute()
1087 _create_tuple_for_X509_NAME (_sslmodulestate *state, X509_NAME *xname) in _create_tuple_for_X509_NAME()
1186 _get_peer_alt_names (_sslmodulestate *state, X509 *certificate) { in _get_peer_alt_names()
1565 _decode_certificate(_sslmodulestate *state, X509 *certificate) { in _decode_certificate()
1736 _certificate_to_der(_sslmodulestate *stat
[all...]
/third_party/python/Modules/_ssl/
H A 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()
H A Dmisc.c9 _PySSL_BytesFromBIO(_sslmodulestate *state, BIO *bio) in _PySSL_BytesFromBIO()
24 _PySSL_UnicodeFromBIO(_sslmodulestate *state, BIO *bio, const char *error) in _PySSL_UnicodeFromBIO()

Completed in 6 milliseconds