/third_party/boost/doc/html/boost_asio/example/cpp11/ssl/ |
D | server.cpp | 29 do_handshake(); in start() 33 void do_handshake() in do_handshake() function in session
|
/third_party/boost/libs/asio/example/cpp11/ssl/ |
D | server.cpp | 29 do_handshake(); in start() 33 void do_handshake() in do_handshake() function in session
|
/third_party/grpc/test/core/tsi/ |
D | ssl_transport_security_test.cc | 729 auto do_handshake = [&session_ticket_key, in ssl_tsi_test_do_handshake_session_cache() local 745 do_handshake(false); in ssl_tsi_test_do_handshake_session_cache() 746 do_handshake(true); in ssl_tsi_test_do_handshake_session_cache() 747 do_handshake(true); in ssl_tsi_test_do_handshake_session_cache() 750 do_handshake(false); in ssl_tsi_test_do_handshake_session_cache() 751 do_handshake(true); in ssl_tsi_test_do_handshake_session_cache() 753 do_handshake(false); in ssl_tsi_test_do_handshake_session_cache() 754 do_handshake(true); in ssl_tsi_test_do_handshake_session_cache()
|
/third_party/boost/boost/beast/websocket/impl/ |
D | handshake.hpp | 221 do_handshake( in do_handshake() function in boost::beast::websocket::stream 377 do_handshake(nullptr, in handshake() 391 do_handshake(&res, in handshake()
|
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/ |
D | handshake.hpp | 221 do_handshake( in do_handshake() function in boost::beast::websocket::stream 377 do_handshake(nullptr, in handshake() 391 do_handshake(&res, in handshake()
|
/third_party/openssl/test/ |
D | handshake_helper.h | 76 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx,
|
D | ssl_test.c | 494 result = do_handshake(server_ctx, server2_ctx, client_ctx, in test_handshake()
|
D | handshake_helper.c | 1743 HANDSHAKE_RESULT *do_handshake(SSL_CTX *server_ctx, SSL_CTX *server2_ctx, in do_handshake() function
|
/third_party/python/Lib/ |
D | ssl.py | 972 def do_handshake(self): member in SSLObject 974 self._sslobj.do_handshake() 1070 self.do_handshake() 1335 def do_handshake(self, block=False): member in SSLSocket 1341 self._sslobj.do_handshake() 1365 self.do_handshake()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_sslproto.py | 45 def connection_made(self, ssl_proto, *, do_handshake=None): argument 49 if do_handshake: 50 sslpipe.do_handshake.side_effect = do_handshake 54 sslpipe.do_handshake.side_effect = mock_handshake
|
D | functional.py | 142 ssl_sock.do_handshake()
|
/third_party/mbedtls/programs/ssl/ |
D | ssl_mail_client.c | 172 static int do_handshake( mbedtls_ssl_context *ssl ) in do_handshake() function 646 if( do_handshake( &ssl ) != 0 ) in main() 715 if( do_handshake( &ssl ) != 0 ) in main()
|
/third_party/python/Lib/asyncio/ |
D | sslproto.py | 105 def do_handshake(self, callback=None): member in _SSLPipe 188 self._sslobj.do_handshake() 676 ssldata = self._sslpipe.do_handshake(
|
/third_party/boost/boost/beast/websocket/ |
D | stream.hpp | 2589 do_handshake(response_type* res_p,
|
/third_party/boost/libs/beast/include/boost/beast/websocket/ |
D | stream.hpp | 2589 do_handshake(response_type* res_p,
|
/third_party/python/Lib/test/ |
D | test_ssl.py | 1863 c.do_handshake() 1964 client.do_handshake() 1970 server.do_handshake() 1976 client.do_handshake() 1977 server.do_handshake() 2056 s.do_handshake() 2173 s.do_handshake() 2317 self.ssl_io_loop(sock, incoming, outgoing, sslobj.do_handshake) 2342 self.ssl_io_loop(sock, incoming, outgoing, sslobj.do_handshake) 2706 self.socket.do_handshake() [all …]
|
D | test_poplib.py | 180 self.socket.do_handshake()
|
D | test_ftplib.py | 345 self.socket.do_handshake()
|
/third_party/python/Doc/library/ |
D | ssl.rst | 1217 .. method:: SSLSocket.do_handshake() 1446 :meth:`~SSLSocket.do_handshake` has been called to reuse a session. 1852 :meth:`SSLSocket.do_handshake` method. Calling 1853 :meth:`SSLSocket.do_handshake` explicitly gives the program control over the 1924 :meth:`SSLSocket.do_handshake`. The context's 2437 :meth:`SSLSocket.do_handshake` method has to be retried until it returns 2443 sock.do_handshake() 2520 - :meth:`~SSLSocket.do_handshake` 2533 call :meth:`~SSLSocket.do_handshake` to start the handshake.
|
/third_party/python/Doc/whatsnew/ |
D | 3.5.rst | 1814 The :meth:`SSLSocket.do_handshake() <ssl.SSLSocket.do_handshake>`,
|
D | 3.4.rst | 2360 * :meth:`ssl.SSLSocket.getpeercert` and :meth:`ssl.SSLSocket.do_handshake`
|
/third_party/libsoup/ |
D | ChangeLog.pre-git | 1187 (do_handshake, soup_gnutls_read, soup_gnutls_write): Update for 3237 * libsoup/soup-gnutls.c (do_handshake): don't return 3241 GNUTLS_E_REHANDSHAKE, call do_handshake() immediately rather than 4201 * libsoup/soup-gnutls.c (do_handshake): Pass the GError to 4360 (do_handshake): when returning G_IO_STATUS_AGAIN, set the GError
|
/third_party/python/Misc/ |
D | HISTORY | 5015 - Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now 13504 - The do_handshake() method of SSL objects now adjusts the blocking mode of the
|