Searched defs:DoHandshakeLoop (Results 1 - 7 of 7) 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.cc56 stream_->DoHandshakeLoop(NULL);
88 DoHandshakeLoop(&message);
93 DoHandshakeLoop(NULL);
144 void QuicCryptoClientStream::DoHandshakeLoop( function in class:net::QuicCryptoClientStream
/external/chromium/net/socket/
H A Dssl_server_socket_nss.cc117 rv = DoHandshakeLoop(net::OK);
386 int rv = DoHandshakeLoop(result);
509 int SSLServerSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLServerSocketNSS
H A Dssl_client_socket_mac.cc45 // in the DoHandshakeLoop() function.
579 rv = DoHandshakeLoop(OK);
915 int rv = DoHandshakeLoop(result);
981 int SSLClientSocketMac::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketMac
1189 return DoHandshakeLoop(OK);
H A Dssl_client_socket_nss.cc637 rv = DoHandshakeLoop(OK);
1174 int rv = DoHandshakeLoop(result);
1236 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketNSS
1612 // Exit DoHandshakeLoop and return the result to the caller to Connect.
/external/chromium_org/net/socket/
H A Dssl_server_socket_nss.cc150 rv = DoHandshakeLoop(OK);
517 int rv = DoHandshakeLoop(result);
655 int SSLServerSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLServerSocketNSS
H A Dssl_client_socket_nss.cc722 int DoHandshakeLoop(int last_io_result);
1111 int rv = DoHandshakeLoop(OK);
1673 int SSLClientSocketNSS::Core::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketNSS::Core
2674 int rv = DoHandshakeLoop(result);
2923 rv = DoHandshakeLoop(OK);
3256 int rv = DoHandshakeLoop(result);
3264 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) { function in class:net::SSLClientSocketNSS
3458 // Exit DoHandshakeLoop and return the result to the caller to Connect.

Completed in 1075 milliseconds