Home
last modified time | relevance | path

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

/system/core/adb/tls/
Dtls_connection.cpp61 static const char* SSLErrorString();
102 const char* TlsConnectionImpl::SSLErrorString() { in SSLErrorString() function in adb::tls::__anon2995fb160111::TlsConnectionImpl
257 << SSLErrorString() << "]"; in DoHandshake()
267 LOG(ERROR) << RoleToString() << "SSL_set_fd failed. [" << SSLErrorString() << "]"; in DoHandshake()
281 << SSLErrorString() << "]"; in DoHandshake()
292 LOG(ERROR) << RoleToString() << "Post-handshake SSL_peek failed [" << SSLErrorString() in DoHandshake()
331 LOG(ERROR) << RoleToString() << "SSL_read failed [" << SSLErrorString() << "]"; in ReadFully()
351 LOG(ERROR) << RoleToString() << "SSL_write failed [" << SSLErrorString() << "]"; in WriteFully()