Home
last modified time | relevance | path

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

/packages/modules/adb/tls/
Dtls_connection.cpp63 static const char* SSLErrorString();
104 const char* TlsConnectionImpl::SSLErrorString() { in SSLErrorString() function in adb::tls::__anon687488e00111::TlsConnectionImpl
259 << SSLErrorString() << "]"; in DoHandshake()
269 LOG(ERROR) << RoleToString() << "SSL_set_fd failed. [" << SSLErrorString() << "]"; in DoHandshake()
283 << SSLErrorString() << "]"; in DoHandshake()
294 LOG(ERROR) << RoleToString() << "Post-handshake SSL_peek failed [" << SSLErrorString() in DoHandshake()
333 LOG(ERROR) << RoleToString() << "SSL_read failed [" << SSLErrorString() << "]"; in ReadFully()
353 LOG(ERROR) << RoleToString() << "SSL_write failed [" << SSLErrorString() << "]"; in WriteFully()