Home | History | Annotate | Download | only in socket

Lines Matching defs:Handshake

123 int SSLServerSocketNSS::Handshake(const CompletionCallback& callback) {
384 // Doing this will force PR_Accept perform handshake as server.
498 // In handshake phase.
520 // In handshake phase.
773 LOG(ERROR) << "handshake failed; NSS error code " << prerr
808 // This is called only in full handshake mode.
810 // in full handshake mode or in resumption handshake mode.
821 // NSS calls this when handshake is completed.
822 // After the SSL handshake is finished we need to verify the certificate.