Searched refs:get_state_cert (Results 1 – 2 of 2) sorted by relevance
80 _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()
50 #define get_state_cert(c) get_state_obj(c) macro