Searched defs:DoHandshakeLoop (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/jingle/glue/
H A Dfake_ssl_client_socket.cc125 int status = DoHandshakeLoop();
132 int FakeSSLClientSocket::DoHandshakeLoop() { function in class:jingle_glue::FakeSSLClientSocket
167 int status = DoHandshakeLoop();
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.cc33 stream_->DoHandshakeLoop(NULL);
62 stream_->DoHandshakeLoop(NULL);
121 DoHandshakeLoop(&message);
126 DoHandshakeLoop(NULL);
166 DoHandshakeLoop(NULL);
176 void QuicCryptoClientStream::DoHandshakeLoop( function in class:net::QuicCryptoClientStream
/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.cc147 rv = DoHandshakeLoop(OK);
536 int rv = DoHandshakeLoop(result);
678 int SSLServerSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLServerSocketNSS
H A Dssl_server_socket_openssl.cc90 rv = DoHandshakeLoop(OK);
289 int rv = DoHandshakeLoop(result);
488 int SSLServerSocketOpenSSL::DoHandshakeLoop(int last_io_result) { function in class:net::SSLServerSocketOpenSSL
H A Dssl_client_socket_nss.cc709 int DoHandshakeLoop(int last_io_result);
1050 int rv = DoHandshakeLoop(OK);
1683 int SSLClientSocketNSS::Core::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketNSS::Core
2654 int rv = DoHandshakeLoop(result);
2916 rv = DoHandshakeLoop(OK);
3258 int rv = DoHandshakeLoop(result);
3266 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketNSS
3442 // Exit DoHandshakeLoop and return the result to the caller to Connect.

Completed in 242 milliseconds