Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dssl.py718 def getpeercert(self, binary_form=False): argument
932 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.h739 int binary_form = 0; in _ssl__SSLContext_get_ca_certs() local
/external/python/cpython3/Modules/
D_ssl.c4498 _ssl__SSLContext_get_ca_certs_impl(PySSLContext *self, int binary_form) in _ssl__SSLContext_get_ca_certs_impl()