Searched refs:HAS_ALPN (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/vtls/ |
D | mbedtls.c | 139 # undef HAS_ALPN 141 # define HAS_ALPN macro 482 #ifdef HAS_ALPN in mbed_connect_step1() 542 #ifdef HAS_ALPN in mbed_connect_step2() 665 #ifdef HAS_ALPN in mbed_connect_step2()
|
D | polarssl.c | 149 # define HAS_ALPN macro 419 #ifdef HAS_ALPN in polarssl_connect_step1() 576 #ifdef HAS_ALPN in polarssl_connect_step2()
|
D | schannel.c | 73 # define HAS_ALPN 1 macro 423 #ifdef HAS_ALPN in schannel_connect_step1() 451 #ifdef HAS_ALPN in schannel_connect_step1() 717 #ifdef HAS_ALPN in schannel_connect_step1() 1212 #ifdef HAS_ALPN in schannel_connect_step3() 1240 #ifdef HAS_ALPN in schannel_connect_step3()
|
D | gtls.c | 85 # define HAS_ALPN macro 810 #ifdef HAS_ALPN in gtls_connect_step1() 1025 #ifdef HAS_ALPN in gtls_connect_step3() 1430 #ifdef HAS_ALPN in gtls_connect_step3()
|
D | openssl.c | 2053 #undef HAS_ALPN 2056 # define HAS_ALPN 1 macro 2510 #ifdef HAS_ALPN in ossl_connect_step1() 2895 #ifdef HAS_ALPN in ossl_connect_step2()
|
/external/python/cpython3/Lib/ |
D | ssl.py | 116 HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN, HAS_SSLv2, HAS_SSLv3, HAS_TLSv1, 738 if _ssl.HAS_ALPN: 951 if self._sslobj is None or not _ssl.HAS_ALPN:
|
/external/python/cpython2/Lib/ |
D | ssl.py | 126 from _ssl import HAS_SNI, HAS_ECDH, HAS_NPN, HAS_ALPN, HAS_TLSv1_3 698 if not self._sslobj or not _ssl.HAS_ALPN:
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 2940 @unittest.skipUnless(ssl.HAS_ALPN, "ALPN support required") 2952 @unittest.skipUnless(ssl.HAS_ALPN, "ALPN support needed for this test")
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 759 .. data:: HAS_ALPN 1191 This method will raise :exc:`NotImplementedError` if :data:`HAS_ALPN` is
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 3909 @unittest.skipUnless(ssl.HAS_ALPN, "ALPN support required") 3919 @unittest.skipUnless(ssl.HAS_ALPN, "ALPN support needed for this test")
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 881 .. data:: HAS_ALPN 1651 This method will raise :exc:`NotImplementedError` if :data:`HAS_ALPN` is
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.5.rst | 1786 The :data:`~ssl.HAS_ALPN` flag indicates whether ALPN support is present.
|
/external/scapy/doc/notebooks/ |
D | HTTP_2_Tuto.ipynb | 78 "assert(ssl.HAS_ALPN)\n",
|