Home
last modified time | relevance | path

Searched defs:npn_protocols (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/
Dssl.py371 def set_npn_protocols(self, npn_protocols): argument
540 suppress_ragged_eofs=True, npn_protocols=None, ciphers=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ssl.py1781 npn_protocols=None, alpn_protocols=None, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dssl.py537 def set_npn_protocols(self, npn_protocols): argument
/aosp_15_r20/external/python/cpython2/Modules/
D_ssl.c315 unsigned char *npn_protocols; member