Home
last modified time | relevance | path

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

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