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

/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.

Completed in 26 milliseconds