Home
last modified time | relevance | path

Searched refs:StartClientHandshakeAsync (Results 1 – 1 of 1) sorted by relevance

/packages/modules/adb/tls/tests/
Dtls_connection_test.cpp244 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()
[all …]