Lines Matching refs:StartClientHandshakeAsync
244 void StartClientHandshakeAsync(TlsError expected) { in StartClientHandshakeAsync() function in adb::tls::AdbWifiTlsConnectionTest
294 StartClientHandshakeAsync(TlsError::Success); in TEST_F()
319 StartClientHandshakeAsync(TlsError::CertificateRejected); in TEST_F()
347 StartClientHandshakeAsync(TlsError::Success); in TEST_F()
378 StartClientHandshakeAsync(TlsError::Success); in TEST_F()
409 StartClientHandshakeAsync(TlsError::Success); in TEST_F()
433 StartClientHandshakeAsync(TlsError::Success); in TEST_F()
449 StartClientHandshakeAsync(TlsError::PeerRejectedCertificate); in TEST_F()
462 StartClientHandshakeAsync(TlsError::CertificateRejected); in TEST_F()
480 StartClientHandshakeAsync(TlsError::CertificateRejected); in TEST_F()
496 StartClientHandshakeAsync(TlsError::PeerRejectedCertificate); in TEST_F()