Home
last modified time | relevance | path

Searched defs:binary_form (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dssl.py927 def getpeercert(self, binary_form=False): argument
1151 def getpeercert(self, binary_form=False): argument
/third_party/python/Modules/clinic/
D_ssl.c.h859 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
/third_party/python/Modules/
D_ssl.c4547 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form) in _ssl__SSLContext_get_ca_certs_impl()