Home
last modified time | relevance | path

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

/third_party/python/Modules/_ssl/
Dcert.c80 _sslmodulestate *state = get_state_cert(self); in _ssl_Certificate_public_bytes_impl()
127 return _decode_certificate(get_state_cert(self), self->cert); in _ssl_Certificate_get_info_impl()
163 get_state_cert(self), in certificate_repr()
197 _sslmodulestate *state = get_state_cert(self); in certificate_richcompare()
/third_party/python/Modules/
D_ssl.h50 #define get_state_cert(c) get_state_obj(c) macro