Home
last modified time | relevance | path

Searched refs:binary_form (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/clinic/
H A D_ssl.c.h835 "get_ca_certs($self, /, binary_form=False)\n"
850 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form);
856 static const char * const _keywords[] = {"binary_form", NULL}; in _ssl__SSLContext_get_ca_certs()
860 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
869 binary_form = PyObject_IsTrue(args[0]); in _ssl__SSLContext_get_ca_certs()
870 if (binary_form < 0) { in _ssl__SSLContext_get_ca_certs()
874 return_value = _ssl__SSLContext_get_ca_certs_impl(self, binary_form); in _ssl__SSLContext_get_ca_certs()
/third_party/python/Lib/
H A Dssl.py932 def getpeercert(self, binary_form=False):
939 return self._sslobj.getpeercert(binary_form)
1185 def getpeercert(self, binary_form=False):
1188 return self._sslobj.getpeercert(binary_form)
/third_party/python/Modules/
H A D_ssl.c4630 binary_form: bool = False
4642 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form) in _ssl__SSLContext_get_ca_certs_impl() argument
4675 if (binary_form) { in _ssl__SSLContext_get_ca_certs_impl()

Completed in 11 milliseconds