Home
last modified time | relevance | path

Searched defs:cadata (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py417 capath=None, cadata=None): argument
467 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py149 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py149 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py149 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dssl_.py149 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py461 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
Dsecuretransport.py861 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py461 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
Dsecuretransport.py861 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py461 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
Dsecuretransport.py861 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/contrib/
Dpyopenssl.py461 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
Dsecuretransport.py861 def load_verify_locations(self, cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py746 capath=None, cadata=None): argument
786 cafile=None, capath=None, cadata=None): argument
/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_ssl.c.h588 PyObject *cadata = Py_None; in _ssl__SSLContext_load_verify_locations() local
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py609 cadata=None): argument
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c2917 PyObject *cadata = NULL, *cafile = NULL, *capath = NULL; in load_verify_locations() local
/aosp_15_r20/external/python/cpython3/Modules/
D_ssl.c4053 PyObject *cadata) in _ssl__SSLContext_load_verify_locations_impl()