Home | History | Annotate | Download | only in socket

Lines Matching refs:DoHandshakeLoop

637   rv = DoHandshakeLoop(OK);
1174 int rv = DoHandshakeLoop(result);
1236 int SSLClientSocketNSS::DoHandshakeLoop(int last_io_result) {
1612 // Exit DoHandshakeLoop and return the result to the caller to Connect.